← Search

Ting Chen

42 accepted papers

2026

Expanding the Capability Frontier of LLM Agents with ZPD-Guided Data Synthesis

ICLR 2026poster

Unlocking advanced reasoning in large language model agents is hindered by a scarcity of training data situated at the very frontier of their capabilities. We address this with a novel data synthesis approach inspired by the educational theory of the Zone of Proximal Development (ZPD), which concept…

Cited by 0SourceScholar
2026

RareAgents: Autonomous Multi-disciplinary Team for Rare Disease Diagnosis and Treatment

AAAI 2026technical

Rare diseases, despite their low individual incidence, collectively impact around 300 million people worldwide due to the vast number of diseases. The involvement of multiple organs and systems, and the shortage of specialized doctors with relevant experience, make diagnosing and treating rare disea

Cited by 0SourcePDFScholar
2026

Salus: Strategic Diagnostic Testing for Complex Diagnosis via Multi-Agent Reinforcement Learning

ICML 2026poster

Diagnosing complex diseases is inherently a sequential and iterative medical investigation process, in which a clinician strategically requests multiple rounds of diagnostic tests to differentiate among similar diseases until reaching a definitive diagnosis. Although large language models show great…

Cited by 0SourceScholar
2025

Brain-Inspired Spiking Neural Networks for Energy-Efficient Object Detection

CVPR 2025poster

Brain-inspired spiking neural networks (SNNs) have the capability of energy-efficient processing of temporal information. However, leveraging the rich dynamic characteristics of SNNs and prior works in artificial neural networks (ANNs) to construct an effective object detection model for visual task…

Cited by 0SourcePDFScholar
2025

CoPRA: Bridging Cross-domain Pretrained Sequence Models with Complex Structures for Protein-RNA Binding Affinity Prediction

AAAI 2025technical

Accurately measuring protein-RNA binding affinity is crucial in many biological processes and drug design. Previous computational methods for protein-RNA binding affinity prediction rely on either sequence or structure features, unable to capture the binding mechanisms comprehensively. The recent em…

2025

HeMeNet: Heterogeneous Multichannel Equivariant Network for Protein Multi-task Learning

AAAI 2025technical

Understanding and leveraging the 3D structures of proteins is central to a variety of biological and drug discovery tasks. While deep learning has been applied successfully for structure-based protein function prediction tasks, current methods usually employ distinct training for each task. However,…

2025

Multi-axis Prompt and Multi-dimension Fusion Network for All-in-one Weather-degraded Image Restoration

AAAI 2025technical

Existing approaches aiming to remove adverse weather degradations compromise the image quality and incur the long processing time. To this end, we introduce a multi-axis prompt and multi-dimension fusion network (MPMF-Net). Specifically, we develop a multi-axis prompts learning block (MPLB), which l…

2025

Rethinking Hebbian Principle: Low-Dimensional Structural Projection for Unsupervised Learning

NeurIPS 2025poster

Hebbian learning is a biological principle that intuitively describes how neurons adapt their connections through repeated stimuli. However, when applied to machine learning, it suffers serious issues due to the unconstrained updates of the connections and the lack of accounting for feedback mediati…

Cited by 0SourcecodeScholar
2025

VividMed: Vision Language Model with Versatile Visual Grounding for Medicine

NAACL 2025long

Recent advancements in Vision Language Models (VLMs) have demonstrated remarkable promise in generating visually grounded responses. However, their application in the medical domain is hindered by unique challenges. For instance, most VLMs rely on a single method of visual grounding, whereas complex…

2024

DGPO: Discovering Multiple Strategies with Diversity-Guided Policy Optimization

AAAI 2024technical

Most reinforcement learning algorithms seek a single optimal strategy that solves a given task. However, it can often be valuable to learn a diverse set of solutions, for instance, to make an agent's interaction with users more engaging, or improve the robustness of a policy to an unexpected perturb…

2024

Encoder-Minimal and Decoder-Minimal Framework for Remote Sensing Image Dehazing

ICASSP 2024accepted

Haze obscures remote sensing images, hindering valuable information extraction. To this end, we propose RSHazeNet, an encoder-minimal and decoder-minimal framework for efficient remote sensing image dehazing. Specifically, regarding the process of merging features within the same level, we develop a…

Cited by 0SourceScholar
2024

Multi-Dimension Queried and Interacting Network for Stereo Image Deraining

ICASSP 2024accepted

Eliminating the rain degradation in stereo images poses a formidable challenge, which necessitates the efficient exploitation of mutual information present between the dual views. To this end, we devise MQINet, which employs multi-dimension queries and interactions for stereo image deraining. More s…

Cited by 0SourceScholar
2023

A Generalist Framework for Panoptic Segmentation of Images and Videos

ICCV 2023poster

Panoptic segmentation assigns semantic and instance ID labels to every pixel of an image. As permutations of instance IDs are also valid solutions, the task requires learning of high-dimensional one-to-many mapping. As a result, state-of-the-art approaches use customized architectures and task-speci…

Cited by 123PDFcodeScholar
2023

Analog Bits: Generating Discrete Data using Diffusion Models with Self-Conditioning

ICLR 2023poster

We present Bit Diffusion: a simple and generic approach for generating discrete data with continuous state and continuous time diffusion models. The main idea behind our approach is to first represent the discrete data as binary bits, and then train a continuous diffusion model to model these bits a…

2023

DeSTSeg: Segmentation Guided Denoising Student-Teacher for Anomaly Detection

CVPR 2023poster

Visual anomaly detection, an important problem in computer vision, is usually formulated as a one-class classification and segmentation task. The student-teacher (S-T) framework has proved to be effective in solving this challenge. However, previous works based on S-T only empirically applied constr…

2022

A Unified Sequence Interface for Vision Tasks

NeurIPS 2022accept

While language tasks are naturally expressed in a single, unified, modeling framework, i.e., generating sequences of tokens, this has not been the case in computer vision. As a result, there is a proliferation of distinct architectures and loss functions for different vision tasks. In this work we s…

2022

Nested Hierarchical Transformer: Towards Accurate, Data-Efficient and Interpretable Visual Understanding

AAAI 2022technical

Hierarchical structures are popular in recent vision transformers, however, they require sophisticated designs and massive datasets to work well. In this paper, we explore the idea of nesting basic local transformers on non-overlapping image blocks and aggregating them in a hierarchical way. We find…

2022

Pix2seq: A Language Modeling Framework for Object Detection

ICLR 2022poster

We present Pix2Seq, a simple and generic framework for object detection. Unlike existing approaches that explicitly integrate prior knowledge about the task, we cast object detection as a language modeling task conditioned on the observed pixel inputs. Object descriptions (e.g., bounding boxes and c…

2022

Understanding and Improving Robustness of Vision Transformers through Patch-based Negative Augmentation

NeurIPS 2022accept

We investigate the robustness of vision transformers (ViTs) through the lens of their special patch-based architectural structure, i.e., they process an image as a sequence of image patches. We find that ViTs are surprisingly insensitive to patch-based transformations, even when the transformation l…

Cited by 51SourcePDFScholar
2021

Big Self-Supervised Models Advance Medical Image Classification

ICCV 2021poster

Self-supervised pretraining followed by supervised fine-tuning has seen success in image recognition, especially when labeled examples are scarce, but has received limited attention in medical image analysis. This paper studies the effectiveness of self-supervised learning as a pretraining strategy…

Cited by 695PDFcodeScholar
2021

Improved Transformer for High-Resolution GANs

NeurIPS 2021poster

Attention-based models, exemplified by the Transformer, can effectively model long range dependency, but suffer from the quadratic complexity of self-attention operation, making them difficult to be adopted for high-resolution image generation based on Generative Adversarial Networks (GANs). In this…

2021

Improving Contrastive Learning on Imbalanced Data via Open-World Sampling

NeurIPS 2021poster

Contrastive learning approaches have achieved great success in learning visual representations with few labels of the target classes. That implies a tantalizing possibility of scaling them up beyond a curated “seed" benchmark, to incorporating more unlabeled images from the internet-scale external s…

2021

MURAL: Multimodal, Multitask Representations Across Languages

EMNLP 2021finding

Both image-caption pairs and translation pairs provide the means to learn deep representations of and connections between languages. We use both types of pairs in MURAL (MUltimodal, MUltitask Representations Across Languages), a dual encoder that solves two tasks: 1) image-text matching and 2) trans…

Cited by 29SourcePDFScholar
2021

Revisiting Hierarchical Approach for Persistent Long-Term Video Prediction

ICLR 2021poster

Learning to predict the long-term future of video frames is notoriously challenging due to the inherent ambiguities in a distant future and dramatic amplification of prediction error over time. Despite the recent advances in the literature, existing approaches are limited to moderately short-term pr…

2021

Why Do Better Loss Functions Lead to Less Transferable Features?

NeurIPS 2021poster

Previous work has proposed many new loss functions and regularizers that improve test accuracy on image classification tasks. However, it is not clear whether these loss functions learn better representations for downstream tasks. This paper studies how the choice of training objective affects the t…

Cited by 115SourcePDFScholar
2020

A Simple Framework for Contrastive Learning of Visual Representations

ICML 2020poster

This paper presents SimCLR: a simple framework for contrastive learning of visual representations. We simplify recently proposed contrastive self-supervised learning algorithms without requiring specialized architectures or a memory bank. In order to understand what enables the contrastive predictio…

2020

Big Self-Supervised Models are Strong Semi-Supervised Learners

NeurIPS 2020poster

One paradigm for learning from few labeled examples while making best use of a large amount of unlabeled data is unsupervised pretraining followed by supervised fine-tuning. Although this paradigm uses unlabeled data in a task-agnostic way, in contrast to common approaches to semi-supervised learnin…

2020

Graph Contrastive Learning with Augmentations

NeurIPS 2020poster

Generalizable, transferrable, and robust representation learning on graph-structured data remains a challenge for current graph neural networks (GNNs). Unlike what has been developed for convolutional neural networks (CNNs) for image data, self-supervised learning and pre-training are less explored…

2020

Robust Pre-Training by Adversarial Contrastive Learning

NeurIPS 2020poster

Recent work has shown that, when integrated with adversarial training, self-supervised pre-training can lead to state-of-the-art robustness In this work, we improve robustness-aware self-supervised pre-training by learning representations that are consistent under both data augmentations and adversa…

2020

The Origins and Prevalence of Texture Bias in Convolutional Neural Networks

NeurIPS 2020oral

Recent work has indicated that, unlike humans, ImageNet-trained CNNs tend to classify images by texture rather than by shape. How pervasive is this bias, and where does it come from? We find that, when trained on datasets of images with conflicting shape and texture, CNNs learn to classify by shape…

2020

Understanding Why Neural Networks Generalize Well Through GSNR of Parameters

ICLR 2020spotlight

As deep neural networks (DNNs) achieve tremendous success across many application domains, researchers tried to explore in many aspects on why they generalize well. In this paper, we provide a novel perspective on these issues using the gradient signal to noise ratio (GSNR) of parameters during trai…

Cited by 61SourceScholar
2019

On Self Modulation for Generative Adversarial Networks

ICLR 2019poster

Training Generative Adversarial Networks (GANs) is notoriously challenging. We propose and study an architectural modification, self-modulation, which improves GAN performance across different data sets, architectures, losses, regularizers, and hyperparameter settings. Intuitively, self-modulation a…

2019

Self-Supervised GANs via Auxiliary Rotation Loss

CVPR 2019poster

Conditional GANs are at the forefront of natural image synthesis. The main drawback of such models is the necessity for labeled data. In this work we exploit two popular unsupervised learning techniques, adversarial training and self-supervision, and take a step towards bridging the gap between cond…

Cited by 384PDFcodeScholar
2018

Learning K-way D-dimensional Discrete Codes for Compact Embedding Representations

ICML 2018oral

Conventional embedding methods directly associate each symbol with a continuous embedding vector, which is equivalent to applying a linear transformation based on a “one-hot” encoding of the discrete symbols. Despite its simplicity, such approach yields the number of parameters that grows linearly w…

Cited by 96SourcePDFScholar
2015

Increasing Autonomy Transparency through capability communication in multiple heterogeneous UAV management

IROS 2015poster

Interest in the area of collaborative Unmanned Aerial Vehicles (UAVs) in a Multi-Agent System is growing to compliment the strengths and weaknesses of the human-machine relationship. To achieve effective management of multiple heterogeneous UAVs, the status model of the agents must be communicated t…

Cited by 28SourceScholar