← Search

Feng yan

16 accepted papers

2026

DARE-bench: Evaluating Modeling and Instruction Fidelity of LLMs in Data Science

ICLR 2026poster

The fast-growing demands in using Large Language Models (LLMs) to tackle complex multi-step data science tasks create a emergent need for accurate benchmarking. There are two major gaps in existing benchmarks: (i) the lack of standardized, process-aware evaluation that captures instruction adherence…

Cited by 0SourcecodeScholar
2025

CO-MOT: Boosting End-to-end Transformer-based Multi-Object Tracking via Coopetition Label Assignment and Shadow Sets

ICLR 2025poster

Existing end-to-end Multi-Object Tracking (e2e-MOT) methods have not surpassed non-end-to-end tracking-by-detection methods. One possible reason lies in the training label assignment strategy that consistently binds the tracked objects with tracking queries and assigns few newborns to detection quer…

2025

Fed-DFA: Federated Distillation for Heterogeneous Model Fusion Through the Adversarial Lens

AAAI 2025technical

Most of the federated learning techniques are limited to homogeneous model fusion. With the rapid growth of smart applications on resource-constrained edge devices, it becomes a barrier to accommodate their heterogeneous computing power and memory in the real world. Federated Distillation is a promi…

Cited by 1SourcePDFScholar
2025

RoboTrom-Nav: A Unified Framework for Embodied Navigation Integrating Perception, Planning, and Prediction

ICCV 2025poster

In language-guided visual navigation, agents locate target objects in unseen environments using natural language instructions. For reliable navigation in unfamiliar scenes, agents should possess strong perception, planning, and prediction capabilities. Additionally, when agents revisit previously ex…

Cited by 0SourcePDFScholar
2025

RoboTron-Drive: All-in-One Large Multimodal Model for Autonomous Driving

ICCV 2025poster

Large Multimodal Models (LMMs) have demonstrated exceptional comprehension and interpretation capabilities in Autonomous Driving (AD) by incorporating large language models. Despite the advancements, current data-driven AD approaches tend to concentrate on a single dataset and specific tasks, neglec…

Cited by 0SourcePDFScholar
2025

RoboTron-Mani: All-in-One Multimodal Large Model for Robotic Manipulation

ICCV 2025poster

Recently, robotics has advanced significantly through the integration of larger models and large-scale datasets. However, challenges remain in applying these models to 3D spatial interactions and managing data collection costs. To address these issues, we propose the multimodal robotic manipulation…

2025

RoboTron-Sim: Improving Real-World Driving via Simulated Hard-Case

ICCV 2025poster

Collecting real-world data for rare high-risk scenarios, long-tailed driving events, and complex interactions remains challenging, leading to poor performance of existing autonomous driving systems in these critical situations. In this paper, we propose RoboTron-Sim that improves real-world driving…

Cited by 0SourcePDFScholar
2025

Wavelet and Prototype Augmented Query-based Transformer for Pixel-level Surface Defect Detection

CVPR 2025poster

As an important part of intelligent manufacturing, pixel-level surface defect detection (SDD) aims to locate defect areas through mask prediction. Previous methods adopt the image-independent static convolution to indiscriminately classify per-pixel features for mask prediction, which leads to subop…

2024

ZeRO++: Extremely Efficient Collective Communication for Large Model Training

ICLR 2024poster

Zero Redundancy Optimizer (ZeRO) has been used to train a wide range of large language models on massive GPU clusters due to its ease of use, efficiency, and good scalability. However, when training on low-bandwidth clusters, and/or when small batch size per GPU is used, ZeRO’s effective throughput…

Cited by 9SourcePDFScholar
2023

DySR: Adaptive Super-Resolution via Algorithm and System Co-design

ICLR 2023poster

Super resolution (SR) is a promising approach for improving the quality of low resolution steaming services on mobile devices. On mobile devices, the available computing and memory resources change dynamically depending on other running applications. Due to the high computation and memory demands of…

Cited by 1SourcePDFScholar
2021

Curse or Redemption? How Data Heterogeneity Affects the Robustness of Federated Learning

AAAI 2021technical

Data heterogeneity has been identified as one of the key features in federated learning but often overlooked in the lens of robustness to adversarial attacks. This paper focuses on characterizing and understanding its impact on backdooring attacks in federated learning through comprehensive experime…

2021

NASGEM: Neural Architecture Search via Graph Embedding Method

AAAI 2021technical

Neural Architecture Search (NAS) automates and prospers the design of neural networks. Estimator-based NAS has been proposed recently to model the relationship between architectures and their performance to enable scalable and flexible search. However, existing estimator-based methods encode the arc…

Cited by 24SourcePDFScholar
2021

SimiGrad: Fine-Grained Adaptive Batching for Large Scale Training using Gradient Similarity Measurement

NeurIPS 2021poster

Large scale training requires massive parallelism to finish the training within a reasonable amount of time. To support massive parallelism, large batch training is the key enabler but often at the cost of generalization performance. Existing works explore adaptive batching or hand-tuned static larg…

2017

TernGrad: Ternary Gradients to Reduce Communication in Distributed Deep Learning

NeurIPS 2017oral

High network communication cost for synchronizing gradients and parameters is the well-known bottleneck of distributed training. In this work, we propose TernGrad that uses ternary gradients to accelerate distributed deep learning in data parallelism. Our approach requires only three numerical level…