REVIEW 4 major objections 6 minor 58 references
Task-Oriented Low-Label Semantic Communication With Self-Supervised Learning
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that self-supervised pre-training of a semantic encoder on unlabeled data, followed by end-to-end joint source-channel coding fine-tuning with few labels, makes task-oriented semantic communication accurate over noisy…
desk verdict SSL pre-training helps low-label semantic communication, but the 'irrelevant unlabeled data' claim is overbroad and unverified; worth a serious referee after revisions. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the reformulation of the information bottleneck objective into two pretext tasks on unlabeled data: an InfoNCE classification task that maximizes a lower bound on $I(X;R)$ between extracted semantic features and augmented views, and a reconstruction task that approximates minimizing $H(X|R)$ by penalizing $\|x - x_r\|_2^2$ under a Gaussian conditional model. Their weighted sum $L_{\mathrm{pre}} = -(\lambda L_r + L_c)$ trains the semantic encoder to keep task-relevant shared content while discarding augmentation-induced irrelevant variation. The auxiliary projection used for contrastive similarity is discarded after pre-training.
What would settle it
Run the same two-stage pipeline but replace augmentations with content-destroying ones, such as crops containing no object or heavy masking, and use unlabeled data whose classes do not overlap the downstream labels; if the gains over training from scratch vanish, the multi-view assumption is load-bearing, and if the gains persist, the assumption is unnecessary.
Extended reading notes
Core claim
On its own terms, the paper establishes that a two-stage learning framework, called SLSCom, improves end-to-end classification accuracy in task-oriented semantic communication under label scarcity. In the first stage, the semantic encoder is trained locally on unlabeled images by maximizing an InfoNCE classification objective, a lower bound on mutual information between the extracted feature and a randomly augmented view, and by a reconstruction objective that approximates minimizing conditional entropy, together forming a tractable surrogate for the information bottleneck problem. In the second stage, the pre-trained encoder is integrated with JSCC encoding and decoding and a task decoder over OFDM multipath channels, either frozen or fine-tuned with few labeled samples. The reported simulations show consistent gains over digital coding, training from scratch, and transfer learning across labeled set sizes, SNR values, partial label missing, and distribution-shifted unlabeled data, with the largest gains in low-label, low-SNR regimes.
Load-bearing premise
The framework assumes that random augmentations of an unlabeled image keep enough task-relevant content, formalized as a Markov chain plus an epsilon lower bound on shared information, so that contrastive features learned from unlabeled data are actually useful for the downstream label.
Editorial extensions
If this is right
- A device can build a useful task-oriented semantic encoder from data it already collects without labels, before any annotated samples arrive.
- With as few as 2,000 labeled images, the proposed framework's classification accuracy exceeds training from scratch by a wide margin at 0 dB SNR.
- Pre-training on unlabeled data from another domain, such as SVHN for CIFAR-10, still helps, indicating that the learned semantic extraction is not tightly bound to the exact downstream distribution.
- The JSCC network contributes roughly a 7 dB SNR gain at 80 percent accuracy over a hybrid semantic and digital baseline, meaning that the jointly trained transmission module is a major source of robustness.
- The reconstruction pretext task matters most for lighter networks with smaller feature dimensions, where discarding task-irrelevant information is essential.
Reading between the lines
- If the multi-view assumption is the real source of gain, then choosing augmentations that deliberately preserve semantic content while varying style, color, and geometry should matter more than the amount of unlabeled data; the paper's ablations point this way but do not isolate it.
- The same two-stage recipe could be tested on detection or segmentation tasks, since the semantic encoder is task-agnostic and only the decoder changes; the paper states such generality but only evaluates classification.
- A straightforward extension is to make the unlabeled set class-balanced or actively selected, which should further improve low-label performance beyond the uniform-split gains reported.
- Training the semantic encoder locally and discarding the auxiliary projection suggests a practical deployment pattern in which edge devices update their semantic encoders incrementally without retraining the channel codec; the paper mentions multi-device extension as future work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SLSCom, a two-stage learning framework for task-oriented semantic communication over wireless channels under limited labeled data. In the first stage, a semantic encoder is pre-trained locally on unlabeled data using a contrastive InfoNCE loss and a reconstruction loss, motivated by an information bottleneck (IB) reformulation. In the second stage, the encoder is fine-tuned (or frozen) together with a JSCC network and a semantic decoder using a small labeled set. The paper reports simulations on CIFAR10, SVHN, and Flowers showing that SLSCom outperforms training from scratch, ImageNet transfer, and conventional digital coding, especially at low SNR and with few labels.
Significance. The paper addresses a practically important problem—low-label task-oriented semantic communication—and provides a reasonably extensive empirical study: two network structures, multiple datasets, ablations for the reconstruction pretext task, auxiliary projection, color transformations, and robustness checks under distribution shift and partial label missing. The proposed method is clearly described and the simulation results are consistent with the expectation that self-supervised pre-training helps in low-label regimes. The main weaknesses are that the theoretical IB justification is asserted rather than proven, the approximations used to turn the IB objective into pretext tasks are heuristic, and the headline claim about robustness to task-irrelevant unlabeled data is not supported by the experiments (only a domain-shift experiment, SVHN-to-CIFAR10, is provided). These issues are load-bearing for the paper's central claims and need to be addressed before publication.
major comments (4)
- [Abstract and Section III-B (Eq. 10)] The abstract claims that SLSCom works 'even when the unlabeled samples are irrelevant to the downstream tasks,' but this claim is not supported by the experiments. The multi-view learning assumption in Section III-B requires I(Sa;T) ≥ I(R;T) ≥ I(Sa;R;T) ≥ ε; for truly task-irrelevant unlabeled data, I(Sa;T) would be near zero, violating this assumption. The only experiment that confronts this issue is SLSCom w DS (Section IV-D and Fig. 5), where unlabeled samples come from SVHN (digit classification) and labeled samples from CIFAR10 (object classification). SVHN and CIFAR10 are both natural 32×32 images with overlapping low-level statistics, so they are distribution-shifted but not task-irrelevant. The authors should either weaken the abstract and contribution statements to refer to 'distribution-shifted' unlabeled data, or add experiments with clearly task-irrelevant unlabeled data (e.g., random noise or images from unrelated label sets) to substantiate the stronger claim.
- [Section III-B] The assertion that the supervised IB problem (P1) and the self-supervised problem (P2) are 'equivalent' is not proven. (P1) optimizes I(X^;T) − λH(X^|T) using the task label T, whereas (P2) optimizes I(X;R) − λH(X|R) using the self-supervised view R. The text merely states that they share a 'common goal' and that the multi-view assumption ensures the shared information between Sa and R contains task-relevant components. No bound, equality, or formal connection between the two objectives is provided. This is a core theoretical claim, and it should be either derived under explicit assumptions or presented as a heuristic surrogate rather than an equivalence.
- [Section III-C (Eqs. 11-12)] The derivation of the pretext-task losses from the IB objective is heuristic. InfoNCE (Eq. 11) is a lower bound on mutual information I(X;R), and maximizing a lower bound is not in general equivalent to maximizing the true mutual information. The Gaussian approximation q(x|r) = CN(x|fse(r;Wse), I) used to turn H(X|R) into the L2 consistency loss in Eq. (12) is not justified for semantic features. The resulting objectives are plausible self-supervised losses, but the paper should explicitly acknowledge that they are only loosely connected to (P2) and not claim to 'solve' the IB problem exactly.
- [Section IV-A and all result figures/tables] The paper states that each approach is trained 10 times and the average is reported, but no standard deviations, confidence intervals, or error bars are shown anywhere (e.g., Fig. 5, Fig. 9, Table II). Given the repeated use of 'significantly outperforms,' the lack of variance information makes it impossible to assess whether the observed gaps, especially in the small-gap regimes at large labeled-set sizes, are statistically reliable. Please report means with error bars or confidence intervals.
minor comments (6)
- [Section IV-A] The sentence 'For Flower recognition dataset, both M1 and M are set to 2,814' is ambiguous because the experimental protocol uses M1 unlabeled samples for pre-training and M2 labeled samples for fine-tuning; please clarify how M, M1, and M2 relate for this dataset.
- [References] Reference [28] lists the arXiv ID 2407.03566 but the URL points to arXiv:1810.00740, which is a different paper; please correct the link.
- [Eq. (9)] The use of P and N to denote the sets of positive and negative pairs conflicts with the notation P1/P2 used for the optimization problems; consider using different symbols such as S+ and S−.
- [Fig. 11] The label 'Unfi.' in the figure legend is nonstandard; consider using 'Uniform' to denote the balanced per-class sampling.
- [Algorithm 2] In the parameter update for Wsd, the learning rate is written as 'µη' while all other updates use 'η'; this is mathematically correct (since the gradient of µLce is multiplied by η) but unconventional and may confuse readers—please factor the learning rate out or add a note.
- [Section III-C] The phrase 'The task aims to prompt the self-supervised data to reconstruct the semantic information' is awkward; consider rephrasing to 'The task aims to reconstruct the semantic information from the self-supervised data.'
Circularity Check
No significant circularity: the IB reformulation, pretext-task surrogates, and multi-view assumption are explicit premises rather than disguised inputs, and all central claims are evaluated against independent baselines.
full rationale
The paper's derivation chain is self-contained in the sense required by the circularity analysis. The IB problem (P1) is reformulated as (P2) using self-supervision, and the pretext losses Lc (InfoNCE) and Lr (Gaussian reconstruction) are explicitly introduced as tractable approximations of I(X;R) and -H(X|R). This is a constructive approximation chain, not a case of fitting a parameter and then renaming the fit as a prediction. The load-bearing multi-view assumption is stated explicitly in Section III-B as I(Sa;T) >= I(R;T) >= I(Sa;R;T) >= epsilon and is cited to external multi-view learning literature [51]; the paper does not claim to derive this assumption from its own framework. The equality I(X*;T)=I(Sa;R;T) is asserted as a consequence of the multi-view assumption plus the IB optimization, and while it is not rigorously proven, it is a conditional claim rather than a definitional identity. Hyperparameters lambda and mu are tuned on validation sets, which is standard practice and does not constitute circular prediction. The only self-citation, [1], is a prior workshop presentation and is not used as load-bearing evidence. The advertised robustness to 'irrelevant' unlabeled data is supported only by a mild SVHN-to-CIFAR10 distribution shift, which is a claim-width or correctness concern, not a circularity concern. No prediction in the paper reduces by construction to a fitted value or to a self-citation chain, so the appropriate circularity score is 0.
Assumptions & free parameters
free parameters (2)
- IB weight lambda (λ) =
0.15 for CR_s=2/3, 0.1 for CR_s=1/6
- Task loss weight mu (µ) =
1
assumptions (5)
- domain assumption Multi-view learning assumption: unlabeled sample sa and augmented view r both contain sufficient task-relevant information, with Markov chain T ↔ Sa → R and I(Sa;T) ≥ I(R;T) ≥ I(Sa;R;T) ≥ ϵ.
- ad hoc to paper Equivalence between the supervised IB problem (P1) and the self-supervised problem (P2).
- ad hoc to paper Gaussian form q(x|r) = CN(x|fse(r;Wse), I) to approximate the conditional entropy H(X|R).
- domain assumption Data augmentation fdc preserves task-relevant content while changing style or appearance.
- domain assumption Unlabeled samples are abundant relative to labeled ones (M1 is large, M2 small).
Cite this review
Pith. "Pith review of Task-Oriented Low-Label Semantic Communication With Self-Supervised Learning." pith.science (2026). https://pith.science/paper/JZN5HT7F
@misc{pith2026250519940,
author = {Pith},
title = {Pith review of: Task-Oriented Low-Label Semantic Communication With Self-Supervised Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/JZN5HT7F}},
note = {Machine review of arXiv:2505.19940}
}
read the original abstract
Task-oriented semantic communication enhances transmission efficiency by conveying semantic information rather than exact messages. Deep learning (DL)-based semantic communication can effectively cultivate the essential semantic knowledge for semantic extraction, transmission, and interpretation by leveraging massive labeled samples for downstream task training. In this paper, we propose a self-supervised learning-based semantic communication framework (SLSCom) to enhance task inference performance, particularly in scenarios with limited access to labeled samples. Specifically, we develop a task-relevant semantic encoder using unlabeled samples, which can be collected by devices in real-world edge networks. To facilitate task-relevant semantic extraction, we introduce self-supervision for learning contrastive features and formulate the information bottleneck (IB) problem to balance the tradeoff between the informativeness of the extracted features and task inference performance. Given the computational challenges of the IB problem, we devise a practical and effective solution by employing self-supervised classification and reconstruction pretext tasks. We further propose efficient joint training methods to enhance end-to-end inference accuracy over wireless channels, even with few labeled samples. We evaluate the proposed framework on image classification tasks over multipath wireless channels. Extensive simulation results demonstrate that SLSCom significantly outperforms conventional digital coding methods and existing DL-based approaches across varying labeled data set sizes and SNR conditions, even when the unlabeled samples are irrelevant to the downstream tasks.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[21]
Learning task-oriented communication for edge inference: An information bottleneck approach,
J. Shao, Y . Mao, and J. Zhang, “Learning task-oriented communication for edge inference: An information bottleneck approach,” IEEE J. Sel. Areas Commun. , vol. 40, no. 1, pp. 197–211, Jan. 2022
work page 2022
-
[43]
Contrastive Learning based Semantic Communication for Wireless Image Transmission
S. Tang et al. , “Contrastive learning based semantic communication for wireless image transmission,” 2023, arXiv:2304.09438. [Online]. Available: https://arxiv.org/abs/2304.09438
work page Pith review arXiv 2023
-
[1]
Self-supervised learning enabled task-oriented semantic communication using limited labels,
R. Gu, W. Xu, Z. Yang, X. You, and D. Niyato, “Self-supervised learning enabled task-oriented semantic communication using limited labels,” accepted by Wireless Opt. Commun. Conf. (WOCC) , 2024. 33
work page 2024
-
[2]
Edge artificial intelligence for 6G: Vision, enabling technologies, and applications,
K. B. Letaief, Y . Shi, J. Lu, and J. Lu, “Edge artificial intelligence for 6G: Vision, enabling technologies, and applications,” IEEE J. Sel. Areas Commun. , vol. 40, no. 1, pp. 5–36, Nov. 2021
work page 2021
-
[3]
Toward ubiquitous and intelligent 6G networks: From architecture to technology,
W. Xu, Y . Huang, W. Wang, F. Zhu, and X. Ji, “Toward ubiquitous and intelligent 6G networks: From architecture to technology,” Sci. China Inf. Sci. , vol. 66, no. 3, pp. 130 300:1–2, Feb. 2023
work page 2023
-
[4]
Byzantine-resilient over-the-air federated learning under zero-trust architecture,
J. Yao, W. Shi, W. Xu, Z. Yang, A. Lee Swindlehurst, and D. Niyato, “Byzantine-resilient over-the-air federated learning under zero-trust architecture,” IEEE J. Sel. Areas Commun. , pp. 1–1, Apr. 2025
work page 2025
-
[5]
Combating interference for over-the-air federated learning: A statistical approach via ris,
W. Shi, J. Yao, W. Xu, J. Xu, X. You, Y . C. Eldar, and C. Zhao, “Combating interference for over-the-air federated learning: A statistical approach via ris,” IEEE Trans. Signal Process. , vol. 73, pp. 936–953, Jan. 2025
work page 2025
-
[6]
Distributed machine learning for multiuser mobile edge computing systems,
Y . Guo et al. , “Distributed machine learning for multiuser mobile edge computing systems,” IEEE J. Sel. Top. Signal Process., vol. 16, no. 3, pp. 460–473, Apr. 2022
work page 2022
Show all 58 references
-
[7]
Wireless federated learning over resource-constrained networks: Digital versus analog transmissions,
J. Yao, W. Xu, Z. Yang, X. You, M. Bennis, and H. V . Poor, “Wireless federated learning over resource-constrained networks: Digital versus analog transmissions,” IEEE Trans. Wireless Commun. , vol. 23, no. 10, pp. 14 020–14 036, Jun. 2024
2024
-
[8]
Reconfiguring wireless environments via intelligent surfaces for 6g: reflection, modulation, and security,
J. Xu, C. Yuen, C. Huang, N. Ul Hassan, G. C. Alexandropoulos, M. Di Renzo, and M. Debbah, “Reconfiguring wireless environments via intelligent surfaces for 6g: reflection, modulation, and security,” Sci. China Inf. Sci. , vol. 66, no. 3, pp. 130 304:1–20, Feb. 2023
2023
-
[9]
Beyond transmitting bits: Context, semantics, and task-oriented communications,
D. G ¨und¨uz, Z. Qin, I. E. Aguerri, H. S. Dhillon, Z. Yang, A. Yener, K. K. Wong, and C.-B. Chae, “Beyond transmitting bits: Context, semantics, and task-oriented communications,” IEEE J. Sel. Areas Commun. , vol. 41, no. 1, pp. 5–41, Nov. 2022
2022
-
[10]
Compressing semantic information with varying priorities,
B. Guler and A. Yener, “Compressing semantic information with varying priorities,” in Proc. Data Compress. Conf. , Snowbird, UT, Mar. 2014, pp. 213–222
2014
-
[11]
Semantic index assignment,
——, “Semantic index assignment,” in IEEE Int. Conf. Pervasive Comput. Commun. Workshops , Budapest, Hungary, Mar. 2014, pp. 431–436
2014
-
[12]
Stacked intelligent metasurfaces for task-oriented semantic communications,
G. Huang, J. An, Z. Yang, L. Gan, M. Bennis, and M. Debbah, “Stacked intelligent metasurfaces for task-oriented semantic communications,” IEEE Wireless Commun. Lett. , early access, 2024
2024
-
[13]
Semantic communications: Principles and challenges,
Z. Qin, X. Tao, J. Lu, W. Tong, and G. Y . Li, “Semantic communications: Principles and challenges,” 2022, arXiv:2201.01389. [Online]. Available: https://arxiv.org/abs/2201.01389
2022 arXiv
-
[14]
Semantic text compression for classification,
E. Kutay and A. Yener, “Semantic text compression for classification,” in Proc. IEEE Int. Conf. Commun. Workshops , Rome, Italy, May 2023, pp. 1368–1373
2023
-
[15]
Classification-oriented semantic wireless communications,
——, “Classification-oriented semantic wireless communications,” in Proc. IEEE Int. Conf. Acoust. Speech Signal Process., Seoul, Korea, Apr. 2024, pp. 9096–9100
2024
-
[16]
Deep learning-based end-to-end wireless communication systems with conditional GANs as unknown channels,
H. Ye et al. , “Deep learning-based end-to-end wireless communication systems with conditional GANs as unknown channels,” IEEE Trans. Wireless Commun. , vol. 19, no. 5, pp. 3133–3143, May 2020
2020
-
[17]
Less data, more knowledge: Building next generation semantic communication networks,
C. Chaccour, W. Saad, M. Debbah, Z. Han, and H. V . Poor, “Less data, more knowledge: Building next generation semantic communication networks,” IEEE Commun. Surv. Tutor., early access, Jun. 2024
2024
-
[18]
Semantic-preserved communication system for highly efficient speech transmission,
T. Han, Q. Yang, Z. Shi, S. He, and Z. Zhang, “Semantic-preserved communication system for highly efficient speech transmission,” IEEE J. Sel. Areas Commun. , vol. 41, no. 1, pp. 245–259, Jan. 2023
2023
-
[19]
Deep joint source-channel coding for wireless image transmission,
E. Bourtsoulatze, D. B. Kurka, and D. G ¨und¨uz, “Deep joint source-channel coding for wireless image transmission,” IEEE Trans. Cogn. Commun. Netw. , vol. 5, no. 3, pp. 567–579, May 2019
2019
-
[20]
Deep learning enabled semantic communication systems,
H. Xie et al., “Deep learning enabled semantic communication systems,” IEEE Trans. Signal Process., vol. 69, pp. 2663– 2675, Apr. 2021. 34
2021
-
[22]
Deep learning-enabled semantic communication systems with task-unaware transmitter and dynamic data,
H. Zhang et al. , “Deep learning-enabled semantic communication systems with task-unaware transmitter and dynamic data,” IEEE J. Sel. Areas Commun. , vol. 41, no. 1, pp. 170–185, Jan. 2023
2023
-
[23]
Task-oriented multi-user semantic communications,
H. Xie et al. , “Task-oriented multi-user semantic communications,” IEEE J. Sel. Areas Commun. , vol. 40, no. 9, pp. 2584–2597, Jul. 2022
2022
-
[24]
Wireless image retrieval at the edge,
M. Jankowski et al., “Wireless image retrieval at the edge,” IEEE J. Sel. Areas Commun. , vol. 39, no. 1, pp. 89–100, Nov. 2020
2020
-
[25]
Deep learning in physical layer communications,
Z. Qin, H. Ye, G. Y . Li, and B.-H. F. Juang, “Deep learning in physical layer communications,” IEEE Wireless Commun., vol. 26, no. 2, pp. 93–99, Apr. 2019
2019
-
[26]
Model-driven deep learning for physical layer communications,
H. He, S. Jin, C.-K. Wen, F. Gao, G. Y . Li, and Z. Xu, “Model-driven deep learning for physical layer communications,” IEEE Wireless Commun., vol. 26, no. 5, pp. 77–83, Oct. 2019
2019
-
[27]
Semi-supervised end-to-end learning for integrated sensing and communications,
J. M. Mateos-Ramos et al. , “Semi-supervised end-to-end learning for integrated sensing and communications,” in IEEE Int. Conf. Mach. Learn. Commun. Netw. , Stockholm, Sweden, May 2024, pp. 132–138
2024
-
[28]
Stacked intelligent metasurfaces for wireless sensing and communication: Applications and challenges,
H. Liu, J. An, X. Jia, S. Lin, X. Yao, L. Gan, B. Clerckx, C. Yuen, M. Bennis, and M. Debbah, “Stacked intelligent metasurfaces for wireless sensing and communication: Applications and challenges,” 2024, 2407.03566. [Online]. Available: https://arxiv.org/abs/1810.00740
2024 arXiv
-
[29]
A review of IoT application in a smart traffic management system,
M. K. M. Rabby, M. M. Islam, and S. M. Imon, “A review of IoT application in a smart traffic management system,” in IEEE Int. Conf. Adv. Electr. Eng. , Dhaka, Bangladesh, Sep. 2019, pp. 280–285
2019
-
[30]
A survey of intelligent network slicing management for industrial IoT: Integrated approaches for smart transportation, smart energy, and smart factory,
Y . Wu, H.-N. Dai, H. Wang, Z. Xiong, and S. Guo, “A survey of intelligent network slicing management for industrial IoT: Integrated approaches for smart transportation, smart energy, and smart factory,” IEEE Commun. Surv. Tutor., vol. 24, no. 2, pp. 1175–1211, Mar. 2022
2022
-
[31]
Enhancing performance of deep learning models with different data augmentation techniques: A survey,
C. Khosla and B. S. Saini, “Enhancing performance of deep learning models with different data augmentation techniques: A survey,” in IEEE Int. Conf. Intell. Eng. Manag. London, UK: IEEE, Jun. 2020, pp. 79–85
2020
-
[32]
Semantic data augmentation with generative models,
C. Shivashankar and S. Miller, “Semantic data augmentation with generative models,” in Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit., Vancouver, BC, Canada, Jun. 2023, pp. 863–873
2023
-
[33]
A survey on transfer learning,
S. J. Pan and Q. Yang, “A survey on transfer learning,” IEEE Trans. Knowl. Data Eng. , vol. 22, no. 10, pp. 1345–1359, Oct. 2009
2009
-
[34]
Model-agnostic meta-learning for fast adaptation of deep networks,
C. Finn, P. Abbeel, and S. Levine, “Model-agnostic meta-learning for fast adaptation of deep networks,” in PMLR Int. Conf. Mach. Learn. Sydney, Australia: PMLR, Aug. 2017, pp. 1126–1135
2017
-
[35]
Improving the generalization of adversarial training with domain adaptation,
C. Song et al. , “Improving the generalization of adversarial training with domain adaptation,” 2018, arXiv:1810.00740. [Online]. Available: https://arxiv.org/abs/1810.00740
2018 arXiv
-
[36]
Pre-trained models: Past, present and future,
X. Han et al., “Pre-trained models: Past, present and future,” AI Open, vol. 2, pp. 225–250, Aug. 2021
2021
-
[37]
Context encoders: Feature learning by inpainting,
D. Pathak et al., “Context encoders: Feature learning by inpainting,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , Las Vegas, NV , USA, Jun. 2016, pp. 2536–2544
2016
-
[38]
Unsupervised feature learning via non-parametric instance discrimination,
Z. Wu et al. , “Unsupervised feature learning via non-parametric instance discrimination,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit., Salt Lake City, UT, USA, Dec. 2018, pp. 3733–3742
2018
-
[39]
Contrastive self-supervised learning: a survey on different architectures,
A. Khan, S. AlBarri, and M. A. Manzoor, “Contrastive self-supervised learning: a survey on different architectures,” in Proc. IEEE Int. Conf. Artif. Intell. , Islamabad, Pakistan, Mar. 2022, pp. 1–6
2022
-
[40]
Self-supervised human activity recognition with localized time-frequency contrastive representation learning,
S. R. Taghanaki et al., “Self-supervised human activity recognition with localized time-frequency contrastive representation learning,” 2022, arXiv:2209.00990. [Online]. Available: https://arxiv.org/abs/2209.00990 35
2022 arXiv
-
[41]
Disentangling learnable and memorizable data via contrastive learning for semantic communications,
C. Chaccour and W. Saad, “Disentangling learnable and memorizable data via contrastive learning for semantic communications,” 2022, arXiv:2212.09071. [Online]. Available: https://arxiv.org/abs/2212.09071
2022 arXiv
-
[42]
A simple framework for contrastive learning of visual representations,
T. Chen, S. Kornblith, M. Norouzi, and G. Hinton, “A simple framework for contrastive learning of visual representations,” in Proc. IEEE Int.Conf. Mach. Learn. , Virtual Event, Jul. 2020, pp. 1597–1607
2020
-
[44]
The information bottleneck method,
N. Tishby, F. C. Pereira, and W. Bialek, “The information bottleneck method,” in Proc. Annu. Allerton Conf. Commun. Control Comput., Monticello, IL, USA, Sep. 1999, pp. 368–377
1999
-
[45]
Self-supervised learning from a multi-view perspective,
Y .-H. H. Tsai, Y . Wu, R. Salakhutdinov, and L.-P. Morency, “Self-supervised learning from a multi-view perspective,” 2020, arXiv:2006.05576. [Online]. Available: https://arxiv.org/abs/2006.05576
2020 arXiv
-
[46]
Disentangled representation learning empowered CSI feedback using implicit channel reciprocity in FDD massive MIMO,
W. Xu, J. Wu, S. Jin, X. You, and Z. Lu, “Disentangled representation learning empowered CSI feedback using implicit channel reciprocity in FDD massive MIMO,” IEEE Trans. Wireless Commun., vol. 23, no. 10, pp. 15 169–15 184, Jul. 2024
2024
-
[47]
Edge learning for B5G networks with distributed signal processing: Semantic communication, edge computing, and wireless sensing,
W. Xu, Z. Yang, D. W. K. Ng, M. Levorato, Y . C. Eldar, and M. Debbah, “Edge learning for B5G networks with distributed signal processing: Semantic communication, edge computing, and wireless sensing,” IEEE J. Sel. Top. Signal Process. , vol. 17, no. 1, pp. 9–39, Jan. 2023
2023
-
[48]
DIBAD: A disentangled information bottleneck adversarial defense method using hilbert-schmidt independence criterion for spectrum security,
S. Zhang, Y . Yang, Z. Zhou, Z. Sun, and Y . Lin, “DIBAD: A disentangled information bottleneck adversarial defense method using hilbert-schmidt independence criterion for spectrum security,” IEEE Trans. Inf. Forensics Secur., vol. 19, pp. 3879–3891, Mar. 2024
2024
-
[49]
Deep residual learning for image recognition,
K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit., Las Vegas, NV , USA, Jun. 2016, pp. 770–778
2016
-
[50]
OFDM-guided deep joint source channel coding for wireless multipath fading channels,
M. Yang, C. Bian, and H.-S. Kim, “OFDM-guided deep joint source channel coding for wireless multipath fading channels,” IEEE Trans. Cogn. Commun. Netw. , vol. 8, no. 2, pp. 584–599, Feb. 2022
2022
-
[51]
An information theoretic framework for multi-view learning,
K. Sridharan and S. M. Kakade, “An information theoretic framework for multi-view learning,” in Proc. Annu. Conf. Learn. Theory, Helsinki, Finland, Jul. 2008, pp. 403–414
2008
-
[52]
Representation learning with contrastive predictive coding,
A. V . D. Oord, Y . Li, and O. Vinyals, “Representation learning with contrastive predictive coding,” 2018, arXiv:1807.03748. [Online]. Available: https://arxiv.org/abs/1807.03748
2018 arXiv
-
[53]
Disentangled representation learning for RF fingerprint extraction under unknown channel statistics,
R. Xie et al., “Disentangled representation learning for RF fingerprint extraction under unknown channel statistics,” IEEE Trans. Commun., vol. 71, pp. 3946–3962, Jul. 2023
2023
-
[54]
Neural joint source-channel coding,
K. Choi et al. , “Neural joint source-channel coding,” in Proc. Int.Conf. Mach. Learn. Long Beach, CA, USA: PMLR, Jun. 2019, pp. 1182–1192
2019
-
[55]
Learning multiple layers of features from tiny images,
A. Krizhevsky, G. Hinton et al., “Learning multiple layers of features from tiny images,” Tech. Rep., 2009
2009
-
[56]
Reading digits in natural images with unsupervised feature learning,
Y . Netzer et al., “Reading digits in natural images with unsupervised feature learning,” in Proc. Annu. Conf. Neural Inf. Process. Syst. Workshop, Granada, Spain, Dec. 2011, pp. 12–17
2011
-
[57]
Flowers recognition dataset,
A. Mamaev, “Flowers recognition dataset,” 2021. [Online]. Available: https://www.kaggle.com/datasets/alxmamaev/ flowers-recognition
2021
-
[58]
Seq2seq-sc: End-to-end semantic communication systems with pre-trained language model,
J.-H. Lee et al. , “Seq2seq-sc: End-to-end semantic communication systems with pre-trained language model,” 2022, arXiv:2210.15237. [Online]. Available: https://arxiv.org/abs/2210.15237
2022 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.