← Search

Rong Jin

70 accepted papers

2026

Baguan-TS: dual in-context learning model for time series forecasting with covariates

ICML 2026poster

Transformers enable in-context learning (ICL) for rapid, gradient-free adaptation in time series forecasting, yet most ICL-style approaches rely on tabularized, hand-crafted features, while end-to-end sequence models lack inference-time adaptation. We bridge this gap with a unified framework, Baguan…

Cited by 0SourceScholar
2026

Bridging Past and Future: Distribution-Aware Alignment for Time Series Forecasting

ICLR 2026poster

Although contrastive and other representation-learning methods have long been explored in vision and NLP, their adoption in modern time series forecasters remains limited. We believe they hold strong promise for this domain. To unlock this potential, we explicitly align past and future representatio…

Cited by 0SourcecodeScholar
2026

RODIS: Robust Diffusion Solver to Dataset Quality in Combinatorial Optimization

IJCAI 2026

Combinatorial optimization (CO) problems have widespread applications in science and engineering, but they present significant computational challenges. Recent advancements in generative models, particularly diffusion models, have shown promise in bypassing traditional optimization solvers by direct

Cited by 0Scholar
2025

MM-RLHF: The Next Step Forward in Multimodal LLM Alignment

ICML 2025poster

Existing efforts to align multimodal large language models (MLLMs) with human preferences have only achieved progress in narrow areas, such as hallucination reduction, but remain limited in practical applicability and generalizability. To this end, we introduce **MM-RLHF**, a dataset containing **12…

Cited by 13SourcePDFScholar
2025

MME-RealWorld: Could Your Multimodal LLM Challenge High-Resolution Real-World Scenarios that are Difficult for Humans?

ICLR 2025poster

Comprehensive evaluation of Multimodal Large Language Models (MLLMs) has recently garnered widespread attention in the research community. However, we observe that existing benchmarks present several common barriers that make it difficult to measure the significant challenges that models face in the…

Cited by 41SourcePDFScholar
2025

Sparse-VQ Transformer: An FFN-Free Framework with Vector Quantization for Enhanced Time Series

ICASSP 2025accepted

Time series analysis is vital for numerous applications, and transformers have become increasingly prominent in this domain. Leading methods customize the transformer architecture from NLP and CV, utilizing a patching technique to convert continuous signals into segments. Yet, time series data is un…

Cited by 0SourceScholar
2024

CARD: Channel Aligned Robust Blend Transformer for Time Series Forecasting

ICLR 2024poster

Recent studies have demonstrated the great power of Transformer models for time series forecasting. One of the key elements that lead to the transformer's success is the channel-independent (CI) strategy to improve the training robustness. However, the ignorance of the correlation among different ch…

2024

Structured Model Probing: Empowering Efficient Transfer Learning by Structured Regularization

CVPR 2024poster

Despite encouraging results from recent developments in transfer learning for adapting pre-trained model to downstream tasks the performance of model probing is still lagging behind the state-of-the-art parameter efficient tuning methods. Our investigation reveals that existing model probing methods…

Cited by 0SourcePDFScholar
2024

SumCSE: Summary as a transformation for Contrastive Learning

NAACL 2024findings

Sentence embedding models are typically trained using contrastive learning (CL), either using human annotations directly or by repurposing other annotated datasets. In this work, we explore the recently introduced paradigm of generating CL data using generative language models (LM). In CL for comput…

2024

UNICORN: A Unified Causal Video-Oriented Language-Modeling Framework for Temporal Video-Language Tasks

EMNLP 2024main

The great success of large language models has encouraged the development of large multimodal models, with a focus on image-language interaction. Despite promising results in various image-language downstream tasks, it is still challenging and unclear how to extend the capabilities of these models t…

2023

AdaNPC: Exploring Non-Parametric Classifier for Test-Time Adaptation

ICML 2023poster

Many recent machine learning tasks focus to develop models that can generalize to unseen distributions. Domain generalization (DG) has become one of the key topics in various fields. Several literatures show that DG can be arbitrarily hard without exploiting target domain information. To address thi…

2023

Beyond Appearance: A Semantic Controllable Self-Supervised Learning Framework for Human-Centric Visual Tasks

CVPR 2023poster

Human-centric visual tasks have attracted increasing research attention due to their widespread applications. In this paper, we aim to learn a general human representation from massive unlabeled human images which can benefit downstream human-centric tasks to the maximum extent. We call this method…

2023

FeDXL: Provable Federated Learning for Deep X-Risk Optimization

ICML 2023poster

In this paper, we tackle a novel federated learning (FL) problem for optimizing a family of X-risks, to which no existing FL algorithms are applicable. In particular, the objective has the form of $\mathbb{E}\_{\mathbf{z}\sim \mathcal{S}\_1} f(\mathbb{E}\_{\mathbf{z}'\sim\mathcal{S}\_2} \ell(\mathbf…

2023

Free Lunch for Domain Adversarial Training: Environment Label Smoothing

ICLR 2023poster

A fundamental challenge for machine learning models is how to generalize learned models for out-of-distribution (OOD) data. Among various approaches, exploiting invariant features by Domain Adversarial Training (DAT) received widespread attention. Despite its success, we observe training instability…

2023

Making Vision Transformers Efficient From a Token Sparsification View

CVPR 2023poster

The quadratic computational complexity to the number of tokens limits the practical applications of Vision Transformers (ViTs). Several works propose to prune redundant tokens to achieve efficient ViTs. However, these methods generally suffer from (i) dramatic accuracy drops, (ii) application diffic…

2023

One Fits All: Power General Time Series Analysis by Pretrained LM

NeurIPS 2023spotlight

Although we have witnessed great success of pre-trained models in natural language processing (NLP) and computer vision (CV), limited progress has been made for general time series analysis. Unlike NLP and CV where a unified model can be used to perform different tasks, specially designed approach s…

2023

OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling

NeurIPS 2023poster

Online updating of time series forecasting models aims to address the concept drifting problem by efficiently updating forecasting models based on streaming data. Many algorithms are designed for online time series forecasting, with some exploiting cross-variable dependency while others assume indep…

2023

Progressive Backdoor Erasing via Connecting Backdoor and Adversarial Attacks

CVPR 2023poster

Deep neural networks (DNNs) are known to be vulnerable to both backdoor attacks as well as adversarial attacks. In the literature, these two types of attacks are commonly treated as distinct problems and solved separately, since they belong to training-time and inference-time attacks respectively. H…

Cited by 30SourcePDFScholar
2022

CDTrans: Cross-domain Transformer for Unsupervised Domain Adaptation

ICLR 2022poster

Unsupervised domain adaptation (UDA) aims to transfer knowledge learned from a labeled source domain to a different unlabeled target domain. Most existing UDA methods focus on learning domain-invariant feature representation, either from the domain level or category level, using convolution neural n…

2022

Decoupling and Recoupling Spatiotemporal Representation for RGB-D-Based Motion Recognition

CVPR 2022poster

Decoupling spatiotemporal representation refers to decomposing the spatial and temporal features into dimension-independent factors. Although previous RGB-D-based motion recognition methods have achieved promising performance through the tightly coupled multi-modal spatiotemporal representation, the…

Cited by 46PDFcodeScholar
2022

Effective Model Sparsification by Scheduled Grow-and-Prune Methods

ICLR 2022poster

Deep neural networks (DNNs) are effective in solving many real-world problems. Larger DNN models usually exhibit better quality (e.g., accuracy) but their excessive computation results in long inference time. Model sparsification can reduce the computation and memory cost while maintaining model qua…

2022

Entroformer: A Transformer-based Entropy Model for Learned Image Compression

ICLR 2022poster

One critical component in lossy deep image compression is the entropy model, which predicts the probability distribution of the quantized latent representation in the encoding and decoding modules. Previous works build entropy models upon convolutional neural networks which are inefficient in captur…

Cited by 169SourcePDFScholar
2022

FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting

ICML 2022spotlight

Long-term time series forecasting is challenging since prediction accuracy tends to decrease dramatically with the increasing horizon. Although Transformer-based methods have significantly improved state-of-the-art results for long-term forecasting, they are not only computationally expensive but mo…

2022

FiLM: Frequency improved Legendre Memory Model for Long-term Time Series Forecasting

NeurIPS 2022accept

Recent studies have shown that deep learning models such as RNNs and Transformers have brought significant performance gains for long-term forecasting of time series because they effectively utilize historical information. We found, however, that there is still great room for improvement in how to p…

2022

Graph Convolution for Re-Ranking in Person Re-Identification

ICASSP 2022accepted

Nowadays, deep learning is widely applied to extract features for similarity computation in person re-identification (re-ID). However, the difference between the training data and testing data makes the performance of learned feature degraded during testing. Hence, re-ranking is proposed to mitigate…

Cited by 0SourceScholar
2022

Grow and Merge: A Unified Framework for Continuous Categories Discovery

NeurIPS 2022accept

Although a number of studies are devoted to novel category discovery, most of them assume a static setting where both labeled and unlabeled data are given at once for finding new categories. In this work, we focus on the application scenarios where unlabeled data are continuously fed into the catego…

Cited by 32SourcePDFScholar
2022

Hybrid Relation Guided Set Matching for Few-Shot Action Recognition

CVPR 2022poster

Current few-shot action recognition methods reach impressive performance by learning discriminative features for each video via episodic training and designing various temporal alignment strategies. Nevertheless, they are limited in that (a) learning individual features without considering the entir…

Cited by 121PDFcodeScholar
2022

Improved Fine-Tuning by Better Leveraging Pre-Training Data

NeurIPS 2022accept

As a dominant paradigm, fine-tuning a pre-trained model on the target data is widely used in many deep learning applications, especially for small data sets. However, recent studies have empirically shown that training from scratch has the final performance that is no worse than this pre-training st…

2022

KVT: k-NN Attention for Boosting Vision Transformers

ECCV 2022poster

"Convolutional Neural Networks (CNNs) have dominated computer vision for years, due to its ability in capturing locality and translation invariance. Recently, many vision transformer architectures have been proposed and they show promising performance. A key component in vision transformers is the f…

2022

Learning From Untrimmed Videos: Self-Supervised Video Representation Learning With Hierarchical Consistency

CVPR 2022poster

Natural videos provide rich visual contents for self-supervised learning. Yet most existing approaches for learning spatio-temporal representations rely on manually trimmed videos, leading to limited diversity in visual patterns and limited performance gain. In this work, we aim to learn representat…

Cited by 20PDFScholar
2022

Learning to Generalize to More: Continuous Semantic Augmentation for Neural Machine Translation

ACL 2022long

The principal task in supervised neural machine translation (NMT) is to learn to generate target sentences conditioned on the source inputs from a set of parallel sentence pairs, and thus produce a model capable of generalizing to unseen instances. However, it is commonly observed that the generaliz…

2022

MAE-DET: Revisiting Maximum Entropy Principle in Zero-Shot NAS for Efficient Object Detection

ICML 2022spotlight

In object detection, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Architecture Search (NAS). However, existing NAS methods for object detection require hundr…

2022

Rethinking Supervised Pre-Training for Better Downstream Transferring

ICLR 2022poster

The pretrain-finetune paradigm has shown outstanding performance on many applications of deep learning, where a model is pre-trained on an upstream large dataset (e.g. ImageNet), and is then fine-tuned to different downstream tasks. Though for most cases, the pre-training stage is conducted based on…

Cited by 52SourcePDFScholar
2022

Robust Graph Structure Learning via Multiple Statistical Tests

NeurIPS 2022accept

Graph structure learning aims to learn connectivity in a graph from data. It is particularly important for many computer vision related tasks since no explicit graph structure is available for images for most cases. A natural way to construct a graph among images is to treat each image as a node and…

2022

Scaled ReLU Matters for Training Vision Transformers

AAAI 2022technical

Vision transformers (ViTs) have been an alternative design paradigm to convolutional neural networks (CNNs). However, the training of ViTs is much harder than CNNs, as it is sensitive to the training parameters, such as learning rate, optimizer and warmup epoch. The reasons for training difficulty a…

Cited by 46SourcePDFScholar
2022

Stability and Generalization Analysis of Gradient Methods for Shallow Neural Networks

NeurIPS 2022accept

While significant theoretical progress has been achieved, unveiling the generalization mystery of overparameterized neural networks still remains largely elusive. In this paper, we study the generalization behavior of shallow neural networks (SNNs) by leveraging the concept of algorithmic stability…

Cited by 21SourcePDFScholar
2022

TransFGU: A Top-down Approach to Fine-Grained Unsupervised Semantic Segmentation

ECCV 2022poster

"Unsupervised semantic segmentation aims to obtain high-level semantic representation on low-level visual features without manual annotations. Most existing methods are bottom-up approaches that try to group pixels into regions based on their visual cues or certain predefined rules. As a result, it…

2022

Unsupervised Visual Representation Learning by Online Constrained K-Means

CVPR 2022poster

Cluster discrimination is an effective pretext task for unsupervised representation learning, which often consists of two phases: clustering and discrimination. Clustering is to assign each instance a pseudo label that will be used to learn representations in discrimination. The main challenge resid…

Cited by 40PDFcodeScholar
2021

An Online Method for A Class of Distributionally Robust Optimization with Non-convex Objectives

NeurIPS 2021poster

In this paper, we propose a practical online method for solving a class of distributional robust optimization (DRO) with non-convex objectives, which has important applications in machine learning for improving the robustness of neural networks. In the literature, most methods for solving DRO are ba…

2021

Communication Efficient SGD via Gradient Sampling With Bayes Prior

CVPR 2021poster

Gradient compression has been widely adopted in data-parallel distributed training of deep neural networks to reduce communication overhead. Some literatures have demonstrated that large gradients are more important than small ones because they contain more information, such as Top-k compressor. Oth…

Cited by 13PDFcodeScholar
2021

Dash: Semi-Supervised Learning with Dynamic Thresholding

ICML 2021oral

While semi-supervised learning (SSL) has received tremendous attentions in many machine learning tasks due to its successful use of unlabeled data, existing SSL algorithms use either all unlabeled examples or the unlabeled examples with a fixed high-confidence prediction during the training progress…

2021

Learning Accurate Entropy Model with Global Reference for Image Compression

ICLR 2021poster

In recent deep image compression neural networks, the entropy model plays a critical role in estimating the prior distribution of deep image encodings. Existing methods combine hyperprior with local context in the entropy estimation function. This greatly limits their performance due to the absence…

Cited by 86SourcePDFScholar
2021

Learning Position and Target Consistency for Memory-Based Video Object Segmentation

CVPR 2021poster

This paper studies the problem of semi-supervised video object segmentation(VOS). Multiple works have shown that memory-based approaches can be effective for video object segmentation. They are mostly based on pixel-level matching, both spatially and temporally. The main shortcoming of memory-based…

Cited by 134PDFScholar
2021

Self-Supervised Motion Learning From Static Images

CVPR 2021poster

Motions are reflected in videos as the movement of pixels, and actions are essentially patterns of inconsistent motions between the foreground and the background. To well distinguish the actions, especially those with complicated spatio-temporal interactions, correctly locating the prominent motion…

Cited by 30PDFcodeScholar
2021

Self-Supervised Video Representation Learning by Context and Motion Decoupling

CVPR 2021poster

A key challenge in self-supervised video representation learning is how to effectively capture motion information besides context bias. While most existing works implicitly achieve this with video-specific pretext tasks (e.g., predicting clip orders, time arrows, and paces), we develop a method that…

Cited by 67PDFcodeScholar
2021

Train a One-Million-Way Instance Classifier for Unsupervised Visual Representation Learning

AAAI 2021technical

This paper presents a simple unsupervised visual representation learning method with a pretext task of discriminating all images in a dataset using a parametric, instance-level classifier. The overall framework is a replica of a supervised classification model, where semantic classes (e.g., dog, bir…

Cited by 5SourcePDFScholar
2021

Zen-NAS: A Zero-Shot NAS for High-Performance Image Recognition

ICCV 2021poster

Accuracy predictor is a key component in Neural Architecture Search (NAS) for ranking architectures. Building a high-quality accuracy predictor usually costs enormous computation. To address this issue, instead of using an accuracy predictor, we propose a novel zero-shot index dubbed Zen-Score to ra…

Cited by 184PDFcodeScholar
2019

Non-asymptotic Analysis of Stochastic Methods for Non-Smooth Non-Convex Regularized Problems

NeurIPS 2019poster

Stochastic Proximal Gradient (SPG) methods have been widely used for solving optimization problems with a simple (possibly non-smooth) regularizer in machine learning and statistics. However, to the best of our knowledge no non-asymptotic convergence analysis of SPG exists for non-convex optimizati…

Cited by 28SourcePDFScholar
2019

On the Computation and Communication Complexity of Parallel SGD with Dynamic Batch Sizes for Stochastic Non-Convex Optimization

ICML 2019oral

For SGD based distributed stochastic optimization, computation complexity, measured by the convergence rate in terms of the number of stochastic gradient calls, and communication complexity, measured by the number of inter-node communication rounds, are two most important performance metrics. The cl…

Cited by 63SourcePDFScholar
2019

On the Linear Speedup Analysis of Communication Efficient Momentum SGD for Distributed Non-Convex Optimization

ICML 2019oral

Recent developments on large-scale distributed machine learning applications, e.g., deep neural networks, benefit enormously from the advances in distributed non-convex optimization techniques, e.g., distributed Stochastic Gradient Descent (SGD). A series of recent works study the linear speedup pro…

Cited by 452SourcePDFScholar
2019

SoftTriple Loss: Deep Metric Learning Without Triplet Sampling

ICCV 2019poster

Distance metric learning (DML) is to learn the embeddings where examples from the same class are closer than examples from different classes. It can be cast as an optimization problem with triplet constraints. Due to the vast number of triplet constraints, a sampling strategy is essential for DML. W…

Cited by 497PDFcodeScholar
2019

Stagewise Training Accelerates Convergence of Testing Error Over SGD

NeurIPS 2019poster

Stagewise training strategy is widely used for learning neural networks, which runs a stochastic algorithm (e.g., SGD) starting with a relatively large step size (aka learning rate) and geometrically decreasing the step size after a number of iterations. It has been observed that the stagewise S…

Cited by 67SourcePDFScholar
2019

Stochastic Optimization for DC Functions and Non-smooth Non-convex Regularizers with Non-asymptotic Convergence

ICML 2019oral

Difference of convex (DC) functions cover a broad family of non-convex and possibly non-smooth and non-differentiable functions, and have wide applications in machine learning and statistics. Although deterministic algorithms for DC functions have been extensively studied, stochastic optimization th…

Cited by 50SourcePDFScholar
2019

XNAS: Neural Architecture Search with Expert Advice

NeurIPS 2019poster

This paper introduces a novel optimization method for differential neural architecture search, based on the theory of prediction with expert advice. Its optimization criterion is well fitted for an architecture-selection, i.e., it minimizes the regret incurred by a sub-optimal selection of operation…

2018

Fast Rates of ERM and Stochastic Approximation: Adaptive to Error Bound Conditions

NeurIPS 2018poster

Error bound conditions (EBC) are properties that characterize the growth of an objective function when a point is moved away from the optimal set. They have recently received increasing attention in the field of optimization for developing optimization algorithms with fast convergence. However,…

Cited by 26SourcePDFScholar
2018

First-order Stochastic Algorithms for Escaping From Saddle Points in Almost Linear Time

NeurIPS 2018poster

(This is a theory paper) In this paper, we consider first-order methods for solving stochastic non-convex optimization problems. The key building block of the proposed algorithms is first-order procedures to extract negative curvature from the Hessian matrix through a principled sequence starting fr…

Cited by 145SourcePDFScholar
2017

Improved Dynamic Regret for Non-degenerate Functions

NeurIPS 2017poster

Recently, there has been a growing research interest in the analysis of dynamic regret, which measures the performance of an online learner against a sequence of local minimizers. By exploiting the strong convexity, previous studies have shown that the dynamic regret can be upper bounded by the path…

Cited by 143SourcePDFScholar
2016

Online Stochastic Linear Optimization under One-bit Feedback

ICML 2016poster

In this paper, we study a special bandit setting of online stochastic linear optimization, where only one-bit of information is revealed to the learner at each round. This problem has found many applications including online advertisement and online recommendation. We assume the binary feedback is a…

Cited by 78SourcePDFScholar
2016

Tracking Slowly Moving Clairvoyant: Optimal Dynamic Regret of Online Learning with True and Noisy Gradient

ICML 2016poster

This work focuses on dynamic regret of online convex optimization that compares the performance of online learning to a clairvoyant who knows the sequence of loss functions in advance and hence selects the minimizer of the loss function at each step. By assuming that the clairvoyant moves slowly (i.…

Cited by 155SourcePDFScholar
2015

An Explicit Sampling Dependent Spectral Error Bound for Column Subset Selection

ICML 2015poster

In this paper, we consider the problem of column subset selection. We present a novel analysis of the spectral norm reconstruction for a simple randomized algorithm and establish a new bound that depends explicitly on the sampling probabilities. The sampling dependent error bound (i) allows us to be…

Cited by 22SourcePDFScholar
2015

Fine-Grained Visual Categorization via Multi-Stage Metric Learning

CVPR 2015poster

Fine-grained visual categorization (FGVC) is to categorize objects into subordinate classes instead of basic classes. One major challenge in FGVC is the co-occurrence of two issues: 1) many subordinate classes are highly correlated and are difficult to distinguish, and 2) there exists the large intr…

Cited by 178SourcePDFScholar