← Search

Peng Cao

9 accepted papers

2026

Physiology as Language: Translating Nocturnal Breathing to EEG

ICML 2026poster

This paper introduces a novel cross-physiology translation task: synthesizing sleep electroencephalography (EEG) from respiration signals. To address the significant complexity gap between the two modalities, we propose a waveform-conditional generative framework that preserves fine-grained respirat…

Cited by 0SourceScholar
2024

Reusing Transferable Weight Increments for Low-resource Style Generation

EMNLP 2024main

Text style transfer (TST) is crucial in natural language processing, aiming to endow text with a new style without altering its meaning. In real-world scenarios, not all styles have abundant resources. This work introduces TWIST (reusing Transferable Weight Increments for Style Text generation), a n…

2024

Towards Disease-Aware Self-Supervised Dynamic Brain Network Learning For Mental Diagnosis

ICASSP 2024accepted

The dynamic brain network learning methods ignored the separation of redundant disease-irrelevant information, resulting in the model only achieving suboptimal diagnosis results. Meanwhile, the supervised learning scheme inevitably suffers from poor generalization due to the limited data. To address…

Cited by 0SourceScholar
2023

Co-training with High-Confidence Pseudo Labels for Semi-supervised Medical Image Segmentation

IJCAI 2023poster

Consistency regularization and pseudo labeling-based semi-supervised methods perform co-training using the pseudo labels from multi-view inputs. However, such co-training models tend to converge early to a consensus, degenerating to the self-training ones, and produce low-confidence pseudo labels fr…

2023

Rank-N-Contrast: Learning Continuous Representations for Regression

NeurIPS 2023spotlight

Deep regression models typically learn in an end-to-end fashion without explicitly emphasizing a regression-aware representation. Consequently, the learned representations exhibit fragmentation and fail to capture the continuous nature of sample orders, inducing suboptimal results across a wide rang…

2022

Targeted Supervised Contrastive Learning for Long-Tailed Recognition

CVPR 2022poster

Real-world data often exhibits long tail distributions with heavy class imbalance, where the majority classes can dominate the training process and alter the decision boundaries of the minority classes. Recently, researchers have investigated the potential of supervised contrastive learning for long…

Cited by 249PDFcodeScholar
2022

UCTransNet: Rethinking the Skip Connections in U-Net from a Channel-Wise Perspective with Transformer

AAAI 2022technical

Most recent semantic segmentation methods adopt a U-Net framework with an encoder-decoder architecture. It is still challenging for U-Net with a simple skip connection scheme to model the global multi-scale context: 1) Not each skip connection setting is effective due to the issue of incompatible fe…

2020

TCGM: An Information-Theoretic Framework for Semi-Supervised Multi-Modality Learning

ECCV 2020poster

Fusing data from multiple modalities provides more information to train machine learning systems. However, it is prohibitively expensive and time-consuming to label each modality with a large amount of data, which leads to a crucial problem of such semi-supervised multi-modal learning. Existing meth…

Cited by 25SourcePDFScholar
2019

L_DMI: A Novel Information-theoretic Loss Function for Training Deep Nets Robust to Label Noise

NeurIPS 2019poster

Accurately annotating large scale dataset is notoriously expensive both in time and in money. Although acquiring low-quality-annotated dataset can be much cheaper, it often badly damages the performance of trained models when using such dataset without particular treatment. Various methods have been…