← Search

Yuting Zhang

20 accepted papers

2026

CoEmoGen: Towards Semantically-Coherent and Scalable Emotional Image Content Generation

ICLR 2026poster

Emotional Image Content Generation (EICG) aims to generate semantically clear and emotionally faithful images based on given emotion categories, with broad application prospects. While recent text-to-image diffusion models excel at generating concrete concepts, they struggle with the complexity of a…

Cited by 0SourcecodeScholar
2026

Evolutionary Generation of Multi-Agent Systems

ICML 2026poster

Large language model (LLM)–based multi-agent systems (MAS) show strong promise for complex reasoning, planning, and tool-augmented tasks, but designing effective MAS architectures remains labor-intensive, brittle, and hard to generalize. Existing automatic MAS generation methods either rely on code …

Cited by 0SourceScholar
2026

MedTVT-R1: A Multimodal LLM Empowering Medical Reasoning and Diagnosis

CVPR 2026

Accurate and interpretable multi-disease diagnosis remains a critical challenge in medical research, particularly when leveraging heterogeneous multimodal medical data. Current approaches often rely on single-modal data, limiting their ability to comprehensively understand complex diseases. To addre

Cited by 0SourcecodeScholar
2026

Reinforcement-aware Knowledge Distillation for LLM Reasoning

ICML 2026poster

Reinforcement learning (RL) post-training has recently driven major gains in long chain-of-thought reasoning large language models (LLMs), but the high inference cost of such models motivates distillation into smaller students. Most existing knowledge distillation (KD) methods are designed for super…

Cited by 0SourceScholar
2026

SAOT: Self-Supervised Continual Graph Learning with Structure-Aware Optimal Transport

ICML 2026poster

Self-supervised Continual Graph Learning (CGL) aims to successively learn from a graph sequence with different tasks without label supervision—a paradigm that has attracted widespread attention. Most existing self-supervised CGL methods rely on instance-level consistency objectives that enforce stab…

Cited by 0SourceScholar
2025

Period-LLM: Extending the Periodic Capability of Multimodal Large Language Model

CVPR 2025poster

Periodic or quasi-periodic phenomena reveal intrinsic characteristics in various natural processes, such as weather patterns, movement behaviors, traffic flows, and biological signals. Given that these phenomena span multiple modalities, the capabilities of Multimodal Large Language Models (MLLMs) o…

2025

RhythmGuassian: Repurposing Generalizable Gaussian Model For Remote Physiological Measurement

ICCV 2025poster

Remote Photoplethysmography (rPPG) enables non-contact extraction of physiological signals, providing significant advantages in medical monitoring, emotion recognition, and face anti-spoofing. However, the extraction of reliable rPPG signals is hindered by motion variations in real-world environment…

2024

BFRFormer: Transformer-Based Generator for Real-World Blind Face Restoration

ICASSP 2024accepted

Blind face restoration is a challenging task due to the unknown and complex degradation. Although face prior-based methods and reference-based methods have recently demonstrated high-quality results, the restored images tend to contain over-smoothed results and lose identity-preserved details when t…

Cited by 0SourceScholar
2023

DocTr: Document Transformer for Structured Information Extraction in Documents

ICCV 2023poster

We present a new formulation for structured information extraction (SIE) from visually rich documents. We address the limitations of existing IOB tagging and graph-based formulations, which are either overly reliant on the correct ordering of input text or struggle with decoding a complex graph. Ins…

Cited by 23PDFScholar
2023

PolyFormer: Referring Image Segmentation As Sequential Polygon Generation

CVPR 2023poster

In this work, instead of directly predicting the pixel-level segmentation masks, the problem of referring image segmentation is formulated as sequential polygon generation, and the predicted polygons can be later converted into segmentation masks. This is enabled by a new sequence-to-sequence framew…

2021

Humble Teachers Teach Better Students for Semi-Supervised Object Detection

CVPR 2021poster

We propose a semi-supervised approach for contemporary object detectors following the teacher-student dual model framework. Our method is featured with 1) the exponential moving averaging strategy to update the teacher from the student online, 2) using plenty of region proposals and soft pseudo-labe…

Cited by 221PDFScholar
2021

Visual Relationship Detection Using Part-and-Sum Transformers With Composite Queries

ICCV 2021poster

Computer vision applications such as visual relationship detection and human object interaction can be formulated as a composite (structured) set detection problem in which both the parts (subject, object, and predicate) and the sum (triplet as a whole) are to be detected in a hierarchical fashion.…

Cited by 48PDFScholar
2018

Hierarchical Novelty Detection for Visual Object Recognition

CVPR 2018poster

Deep neural networks have achieved impressive success in large-scale visual object recognition tasks with a predefined set of classes. However, recognizing objects of novel classes unseen during training still remains challenging. The problem of detecting such novel classes has been addressed in the…

Cited by 94SourcePDFScholar
2018

Unsupervised Discovery of Object Landmarks as Structural Representations

CVPR 2018poster

Deep neural networks can model images with rich latent representations, but they cannot naturally conceptualize structures of object categories in a human-perceptible way. This paper addresses the problem of learning object structures in an image modeling process without supervision. We propose an a…

Cited by 232SourcePDFScholar
2017

Discriminative Bimodal Networks for Visual Localization and Detection With Natural Language Queries

CVPR 2017spotlight

Associating image regions with text queries has been recently explored as a new way to bridge visual and linguistic representations. A few pioneering approaches have been proposed based on recurrent neural language models trained generatively (e.g., generating captions), but achieving somewhat limit…

Cited by 61PDFScholar
2016

Augmenting Supervised Neural Networks with Unsupervised Objectives for Large-scale Image Classification

ICML 2016poster

Unsupervised learning and supervised learning are key research topics in deep learning. However, as high-capacity supervised neural networks trained with a large amount of labels have achieved remarkable success in many computer vision tasks, the availability of large-scale labeled images reduced th…

Cited by 177SourcePDFScholar
2015

Improving Object Detection With Deep Convolutional Networks via Bayesian Optimization and Structured Prediction

CVPR 2015poster

Object detection systems based on the deep convolutional neural network (CNN) have recently made ground- breaking advances on several object detection benchmarks. While the features learned by these high-capacity neural networks are discriminative for categorization, inaccurate localization is still…