← Search

Zhenguo Li

149 accepted papers

2026

Any-Order GPT as Masked Diffusion Model: Decoupling Formulation and Architecture

ICML 2026oral

Efficiently scaling Large Language Models (LLMs) necessitates exploring alternatives to dominant autoregressive (AR) methods, with Masked Diffusion Models (MDMs) emerging as candidates. However, comparing AR (typically decoder-only) and MDM (often encoder-only) paradigms is confounded by differing a…

Cited by 0SourcecodeScholar
2026

DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas

ICLR 2026poster

Diffusion Language Models (DLMs) present a compelling alternative to autoregressive models, offering flexible, any-order infilling without specialized prompting design. However, their practical utility is blocked by a critical limitation: the requirement of a fixed-length masked sequence for generat…

Cited by 0SourcecodeScholar
2026

Empowering Sparse-Input Neural Radiance Fields with Dual-Level Semantic Guidance from Dense Novel Views

AAAI 2026technical

Neural Radiance Fields (NeRF) have shown remarkable capabilities for photorealistic novel view synthesis. One major deficiency of NeRF is that dense inputs are typically required, and the rendering quality will drop drastically given sparse inputs. In this paper, we highlight the effectiveness of re

Cited by 0SourcePDFScholar
2026

Mathesis: Towards Formal Theorem Proving from Natural Languages

ICLR 2026poster

Recent advances in large language models (LLMs) show strong promise for formal reasoning. However, most LLM-based theorem provers remain constrained by the need for expert-written formal statements as inputs, limiting their applicability to real-world problems expressed in natural language. We addre…

Cited by 0SourcecodeScholar
2026

Reasoning-Aligned Perception Decoupling for Scalable Multi-modal Reasoning

ICLR 2026poster

Recent breakthroughs in reasoning language models have significantly advanced text-based reasoning. On the other hand, Multi-modal Large Language Models (MLLMs) still lag behind, hindered by their outdated internal LLMs. Upgrading these is often prohibitively expensive, as it requires complete visio…

Cited by 0SourcecodeScholar
2026

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

CVPR 2026

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-off: updating more parameters improves adaptation but severely reduces online in

Cited by 0SourcecodeScholar
2026

Variational Autoencoding Discrete Diffusion with Enhanced Dimensional Correlations Modeling

ICLR 2026poster

Discrete diffusion models have recently shown great promise for modeling complex discrete data, with masked diffusion models (MDMs) offering a compelling trade-off between quality and generation speed. MDMs denoise by progressively unmasking multiple dimensions from an all-masked input, but their pe…

Cited by 0SourcecodeScholar
2025

Accelerating Auto-regressive Text-to-Image Generation with Training-free Speculative Jacobi Decoding

ICLR 2025poster

The current large auto-regressive models can generate high-quality, high-resolution images, but these models require hundreds or even thousands of steps of next-token prediction during inference, resulting in substantial time consumption. In existing studies, Jacobi decoding, an iterative parallel d…

2025

Adding Additional Control to One-Step Diffusion with Joint Distribution Matching

ICCV 2025poster

While diffusion distillation has enabled one-step generation through methods like Variational Score Distillation, adapting distilled models to emerging *new controls* -- such as novel structural constraints or latest user preferences -- remains challenging. Conventional approaches typically requires…

Cited by 0SourcePDFScholar
2025

Beyond Autoregression: Discrete Diffusion for Complex Reasoning and Planning

ICLR 2025poster

Autoregressive language models, despite their impressive capabilities, struggle with complex reasoning and long-term planning tasks. We introduce discrete diffusion models as a novel solution to these challenges. Through the lens of subgoal imbalance, we demonstrate how diffusion models effectively…

2025

CARTS: Advancing Neural Theorem Proving with Diversified Tactic Calibration and Bias-Resistant Tree Search

ICLR 2025poster

Recent advancements in neural theorem proving integrate large language models with tree search algorithms like Monte Carlo Tree Search (MCTS), where the language model suggests tactics and the tree search finds the complete proof path. However, many tactics proposed by the language model converge to…

Cited by 0SourcePDFScholar
2025

Corrupted but Not Broken: Understanding and Mitigating the Negative Impacts of Corrupted Data in Visual Instruction Tuning

EMNLP 2025

Visual Instruction Tuning (VIT) aims to enhance Multimodal Large Language Models (MLLMs), yet its effectiveness is often compromised by corrupted datasets with issues such as hallucinated content, incorrect responses, and poor OCR quality. Previous approaches to address these challenges have focused

Cited by 0SourcePDFScholar
2025

DAPE V2: Process Attention Score as Feature Map for Length Extrapolation

ACL 2025long

The attention mechanism is a fundamental component of the Transformer model, contributing to interactions among distinct tokens. In general, the attention scores are determined simply by the key-query products. However, this work’s occasional trial (combining DAPE and NoPE) of including additional M…

2025

EMOVA: Empowering Language Models to See, Hear and Speak with Vivid Emotions

CVPR 2025poster

GPT-4o, an omni-modal model that enables vocal conversations with diverse emotions and tones, marks a milestone for omni-modal foundation models. However, empowering Large Language Models to perceive and generate images, texts, and speeches end-to-end with publicly available data remains challenging…

Cited by 23SourcePDFScholar
2025

FUDOKI: Discrete Flow-based Unified Understanding and Generation via Kinetic-Optimal Velocities

NeurIPS 2025spotlight

The rapid progress of large language models (LLMs) has catalyzed the emergence of multimodal large language models (MLLMs) that unify visual understanding and image generation within a single framework. However, most existing MLLMs rely on autoregressive (AR) architectures, which impose inherent lim…

Cited by 0SourceScholar
2025

Forewarned is Forearmed: Harnessing LLMs for Data Synthesis via Failure-induced Exploration

ICLR 2025poster

Large language models (LLMs) have significantly benefited from training on diverse, high-quality task-specific data, leading to impressive performance across a range of downstream applications. Current methods often rely on human-annotated data or predefined task templates to direct powerful LLMs in…

Cited by 0SourcePDFScholar
2025

G-LLaVA: Solving Geometric Problem with Multi-Modal Large Language Model

ICLR 2025poster

Large language models (LLMs) have shown remarkable proficiency in human-level reasoning and generation capabilities, which encourages extensive research on their application in mathematical problem solving. However, current work has been largely focused on text-based mathematical problems, with limi…

2025

Getting More Juice Out of Your Data: Hard Pair Refinement Enhances Visual-Language Models Without Extra Data

NAACL 2025long

Contrastive Language-Image Pre-training (CLIP) has become the standard for cross- modal image-text representation learning. Improving CLIP typically requires additional data and retraining with new loss functions, but these demands raise resource and time costs, limiting practical use. In this work,…

2025

How Do LLMs Acquire New Knowledge? A Knowledge Circuits Perspective on Continual Pre-Training

ACL 2025finding

Despite exceptional capabilities in knowledge-intensive tasks, Large Language Models (LLMs) face a critical gap in understanding how they internalize new knowledge, particularly how acquired knowledge becomes structurally embedded in their neural computations. We address this issue through the lens…

2025

How Numerical Precision Affects Arithmetical Reasoning Capabilities of LLMs

ACL 2025finding

Despite the remarkable success of transformer-based large language models (LLMs) across various domains, understanding and enhancing their mathematical capabilities remains a significant challenge. In this paper, we conduct a rigorous theoretical analysis of LLMs’ mathematical abilities, with a spec…

Cited by 0SourcePDFScholar
2025

Implicit Search via Discrete Diffusion: A Study on Chess

ICLR 2025poster

In the post-AlphaGo era, there has been a renewed interest in search techniques such as Monte Carlo Tree Search (MCTS), particularly in their application to Large Language Models (LLMs). This renewed attention is driven by the recognition that current next-token prediction models often lack the abil…

2025

Improved Diffusion-based Generative Model with Better Adversarial Robustness

ICLR 2025poster

Diffusion Probabilistic Models (DPMs) have achieved significant success in generative tasks. However, their training and sampling processes suffer from the issue of distribution mismatch. During the denoising process, the input data distributions differ between the training and inference stages, pot…

2025

Jailbreaking as a Reward Misspecification Problem

ICLR 2025poster

The widespread adoption of large language models (LLMs) has raised concerns about their safety and reliability, particularly regarding their vulnerability to adversarial attacks. In this paper, we propose a new perspective that attributes this vulnerability to reward misspecification during the alig…

2025

LiT: Delving into a Simple Linear Diffusion Transformer for Image Generation

ICCV 2025poster

In this paper, we investigate how to convert a pre-trained Diffusion Transformer (DiT) into a linear DiT, as its simplicity, parallelism, and efficiency for image generation. Through detailed exploration, we offer a suite of ready-to-use solutions, ranging from linear attention design to optimizatio…

Cited by 0SourcePDFScholar
2025

MagicDrive-V2: High-Resolution Long Video Generation for Autonomous Driving with Adaptive Control

ICCV 2025poster

The rapid advancement of diffusion models has greatly improved video synthesis, especially in controllable video generation, which is vital for applications like autonomous driving. Although DiT with 3D VAE has become a standard framework for video generation, it introduces challenges in controllabl…

2025

Masked Diffusion Models as Energy Minimization

NeurIPS 2025poster

We present a systematic theoretical framework that interprets masked diffusion models (MDMs) as solutions to energy minimization problems in discrete optimal transport. Specifically, we prove that three distinct energy formulations—kinetic, conditional kinetic, and geodesic energy—are mathematically…

Cited by 0SourceScholar
2025

Mixture of insighTful Experts (MoTE): The Synergy of Reasoning Chains and Expert Mixtures in Self-Alignment

ACL 2025long

As the capabilities of large language models (LLMs) continue to expand, aligning these models with human values remains a significant challenge. Recent studies show that reasoning abilities contribute significantly to model safety, while integrating Mixture-of-Experts (MoE) architectures can further…

Cited by 0SourcePDFScholar
2025

Multi-Objective One-Shot Pruning for Large Language Models

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated remarkable capabilities across various tasks but require substantial computational resources, limiting their deployment in resource-constrained environments. While one-shot pruning methods can reduce model size without expensive retraining, they typical…

Cited by 0SourceScholar
2025

ProofAug: Efficient Neural Theorem Proving via Fine-grained Proof Structure Analysis

ICML 2025poster

The synergy between deep learning models and traditional automation tools, such as built-in tactics of the proof assistant and off-the-shelf automated theorem provers, plays a crucial role in developing robust and efficient neural theorem provers~(NTPs). However, for proof synthesis with LLMs, previ…

2025

QuickLLaMA: Query-aware Inference Acceleration for Large Language Models

COLING 2025main

The capacity of Large Language Models (LLMs) to comprehend and reason over long contexts is pivotal for advancements in diverse fields. Yet, they still stuggle with capturing long-distance dependencies within sequences to deeply understand semantics. To address this issue, we introduce Query-aware I…

2025

SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator

ICML 2025poster

Large Language Models (LLMs) have exhibited exceptional performance across a spectrum of natural language processing tasks. However, their substantial sizes pose considerable challenges, particularly in computational demands and inference speed, due to their quadratic complexity. In this work, we ha…

2025

Speculative Jacobi-Denoising Decoding for Accelerating Autoregressive Text-to-image Generation

NeurIPS 2025poster

As a new paradigm of visual content generation, autoregressive text-to-image models suffer from slow inference due to their sequential token-by-token decoding process, often requiring thousands of model forward passes to generate a single image. To address this inefficiency, we propose Speculative J…

Cited by 0SourceScholar
2025

T2V-CompBench: A Comprehensive Benchmark for Compositional Text-to-video Generation

CVPR 2025poster

Text-to-video (T2V) generative models have advanced significantly, yet their ability to compose different objects, attributes, actions, and motions into a video remains unexplored. Previous text-to-video benchmarks also neglect this important ability for evaluation. In this work, we conduct the firs…

2025

Understanding the Language Model to Solve the Symbolic Multi-Step Reasoning Problem from the Perspective of Buffer Mechanism

EMNLP 2025

Large language models have consistently struggled with complex reasoning tasks, such as mathematical problem-solving. Investigating the internal reasoning mechanisms of these models can help us design better model architectures and training strategies, ultimately enhancing their reasoning capability

Cited by 0SourcePDFScholar
2025

Your Absorbing Discrete Diffusion Secretly Models the Conditional Distributions of Clean Data

ICLR 2025poster

Discrete diffusion models with absorbing processes have shown promise in language modeling. The key quantities to be estimated are the ratios between the marginal probabilities of two transitive states at all timesteps, called the concrete score. In this paper, we reveal that the concrete score in a…

2024

"Eyes Closed, Safety On: Protecting Multimodal LLMs via Image-to-Text Transformation"

ECCV 2024poster

"Multimodal large language models (MLLMs) have shown impressive reasoning abilities. However, they are also more vulnerable to jailbreak attacks than their LLM predecessors. Although still capable of detecting the unsafe responses, we observe that safety mechanisms of the pre-aligned LLMs in MLLMs c…

Cited by 48SourcePDFScholar
2024

ATG: Benchmarking Automated Theorem Generation for Generative Language Models

NAACL 2024findings

Humans can develop new theorems to explore broader and more complex mathematical results.While current generative language models (LMs) have achieved significant improvement in automatically proving theorems, their ability to generate new or reusable theorems is still under-explored. Without the new…

2024

Accelerating Diffusion Sampling with Optimized Time Steps

CVPR 2024poster

Diffusion probabilistic models (DPMs) have shown remarkable performance in high-resolution image synthesis but their sampling efficiency is still to be desired due to the typically large number of sampling steps. Recent advancements in high-order numerical ODE solvers for DPMs have enabled the gener…

2024

CVT-xRF: Contrastive In-Voxel Transformer for 3D Consistent Radiance Fields from Sparse Inputs

CVPR 2024poster

Neural Radiance Fields (NeRF) have shown impressive capabilities for photorealistic novel view synthesis when trained on dense inputs. However when trained on sparse inputs NeRF typically encounters issues of incorrect density or color predictions mainly due to insufficient coverage of the scene cau…

2024

DAPE: Data-Adaptive Positional Encoding for Length Extrapolation

NeurIPS 2024poster

Positional encoding plays a crucial role in transformers, significantly impact- ing model performance and length generalization. Prior research has introduced absolute positional encoding (APE) and relative positional encoding (RPE) to distinguish token positions in given sequences. However, both AP…

Cited by 7SourcePDFScholar
2024

DeepAccident: A Motion and Accident Prediction Benchmark for V2X Autonomous Driving

AAAI 2024technical

Safety is the primary priority of autonomous driving. Nevertheless, no published dataset currently supports the direct and explainable safety evaluation for autonomous driving. In this work, we propose DeepAccident, a large-scale dataset generated via a realistic simulator containing diverse acciden…

Cited by 65SourcePDFScholar
2024

DetCLIPv3: Towards Versatile Generative Open-vocabulary Object Detection

CVPR 2024poster

Existing open-vocabulary object detectors typically require a predefined set of categories from users significantly confining their application scenarios. In this paper we introduce DetCLIPv3 a high-performing detector that excels not only at both open-vocabulary object detection but also generating…

Cited by 12SourcePDFScholar
2024

DetDiffusion: Synergizing Generative and Perceptive Models for Enhanced Data Generation and Perception

CVPR 2024poster

Current perceptive models heavily depend on resource-intensive datasets prompting the need for innovative solutions. Leveraging recent advances in diffusion models synthetic data by constructing image inputs from various annotations proves beneficial for downstream tasks. While prior methods have se…

Cited by 26SourcePDFScholar
2024

Diffusion of Thought: Chain-of-Thought Reasoning in Diffusion Language Models

NeurIPS 2024poster

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-Thought (DoT), a novel approach that integrates diffusion models with Chain-of-T…

Cited by 9SourcePDFScholar
2024

DriveGPT4: Interpretable End-to-End Autonomous Driving Via Large Language Model

RA-L 2024

Multimodallarge language models (MLLMs) have emerged as a prominent area of interest within the research community, given their proficiency in handling and reasoning with non-textual data, including images and videos. This study seeks to extend the application of MLLMs to the realm of autonomous dri

Cited by 603SourceScholar
2024

Dual Risk Minimization: Towards Next-Level Robustness in Fine-tuning Zero-Shot Models

NeurIPS 2024poster

Fine-tuning foundation models often compromises their robustness to distribution shifts. To remedy this, most robust fine-tuning methods aim to preserve the pre-trained features. However, not all pre-trained features are robust and those methods are largely indifferent to which ones to preserve. We…

2024

Enhancing the Power of OOD Detection via Sample-Aware Model Selection

CVPR 2024poster

In this work we present a novel perspective on detecting out-of-distribution (OOD) samples and propose an algorithm for sample-aware model selection to enhance the effectiveness of OOD detection. Our algorithm determines for each test input which pre-trained models in the model zoo are capable of id…

Cited by 3SourcePDFScholar
2024

Fast Training of Diffusion Transformer with Extreme Masking for 3D Point Clouds Generation

ECCV 2024poster

"Diffusion Transformers have recently shown remarkable effectiveness in generating high-quality 3D point clouds. However, training voxel-based diffusion models for high-resolution 3D voxels remains prohibitively expensive due to the cubic complexity of attention operators, which arises from the addi…

Cited by 5SourcePDFScholar
2024

Forward-Backward Reasoning in Large Language Models for Mathematical Verification

ACL 2024findings

Self-Consistency samples diverse reasoning chains with answers and chooses the final answer by majority voting. It is based on forward reasoning and cannot further improve performance by sampling more reasoning chains when saturated. To further boost performance, we introduce backward reasoning to v…

Cited by 23SourcePDFScholar
2024

Gaining Wisdom from Setbacks: Aligning Large Language Models via Mistake Analysis

ICLR 2024poster

The rapid development of large language models (LLMs) has not only provided numerous opportunities but also presented significant challenges. This becomes particularly evident when LLMs inadvertently generate harmful or toxic content, either unintentionally or because of intentional inducement. Exis…

Cited by 36SourcePDFScholar
2024

GenArtist: Multimodal LLM as an Agent for Unified Image Generation and Editing

NeurIPS 2024spotlight

Despite the success achieved by existing image generation and editing methods, current models still struggle with complex problems including intricate text prompts, and the absence of verification and self-correction mechanisms makes the generated images unreliable. Meanwhile, a single model tends…

Cited by 23SourcePDFScholar
2024

GeoDiffusion: Text-Prompted Geometric Control for Object Detection Data Generation

ICLR 2024poster

Diffusion models have attracted significant attention due to the remarkable ability to create content and generate data for tasks like image classification. However, the usage of diffusion models to generate the high-quality object detection data remains an underexplored area, where not only image-l…

Cited by 24SourcePDFScholar
2024

Implicit Concept Removal of Diffusion Models

ECCV 2024poster

"Text-to-image (T2I) diffusion models often inadvertently generate unwanted concepts such as watermarks and unsafe images. These concepts, termed “implicit concepts”, can be unintentionally learned during training and then be generated uncontrollably during inference. Existing removal methods still…

2024

LEGO-Prover: Neural Theorem Proving with Growing Libraries

ICLR 2024oral

Despite the success of large language models (LLMs), the task of theorem proving still remains one of the hardest reasoning tasks that is far from being fully solved. Prior methods using language models have demonstrated promising results, but they still struggle to prove even middle school level th…

2024

Large Language Models as Automated Aligners for benchmarking Vision-Language Models

ICLR 2024poster

With the advancements in Large Language Models (LLMs), Vision-Language Models (VLMs) have reached a new level of sophistication, showing notable competence in executing intricate cognition and reasoning tasks. However, existing evaluation benchmarks, primarily relying on rigid, hand-crafted datasets…

Cited by 9SourcePDFScholar
2024

MUSTARD: Mastering Uniform Synthesis of Theorem and Proof Data

ICLR 2024spotlight

Recent large language models (LLMs) have witnessed significant advancement in various tasks, including mathematical reasoning and theorem proving. As these two tasks require strict and formal multi-step inference, they are appealing domains for exploring the reasoning ability of LLMs but still face…

2024

MagicDrive: Street View Generation with Diverse 3D Geometry Control

ICLR 2024poster

Recent advancements in diffusion models have significantly enhanced the data synthesis with 2D control. Yet, precise 3D control in street view generation, crucial for 3D perception tasks, remains elusive. Specifically, utilizing Bird's-Eye View (BEV) as the primary condition often leads to challenge…

2024

MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models

ICLR 2024spotlight

Large language models (LLMs) have pushed the limits of natural language understanding and exhibited excellent problem-solving ability. Despite the great success, most existing open-source LLMs (\eg, LLaMA-2) are still far away from satisfactory for solving mathematical problems due to the complex re…

2024

PixArt-$\alpha$: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis

ICLR 2024spotlight

The most advanced text-to-image (T2I) models require significant training costs (e.g., millions of GPU hours), seriously hindering the fundamental innovation for the AIGC community while increasing CO2 emissions. This paper introduces PixArt-$\alpha$, a Transformer-based T2I diffusion model whose im…

Cited by 546SourcePDFScholar
2024

PixArt-Sigma: Weak-to-Strong Training of Diffusion Transformer for 4K Text-to-Image Generation

ECCV 2024poster

"In this paper, we introduce , a Diffusion Transformer model (DiT) capable of directly generating images at 4K resolution. represents a significant advancement over its predecessor, , offering images of markedly higher fidelity and improved alignment with text prompts. A key feature of is its traini…

Cited by 178SourcePDFScholar
2024

Proving Theorems Recursively

NeurIPS 2024poster

Recent advances in automated theorem proving leverages language models to explore expanded search spaces by step-by-step proof generation. However, such approaches are usually based on short-sighted heuristics (e.g., log probability or value function scores) that potentially lead to suboptimal or ev…

2024

The Surprising Effectiveness of Skip-Tuning in Diffusion Sampling

ICML 2024poster

With the incorporation of the UNet architecture, diffusion probabilistic models have become a dominant force in image generation tasks. One key design in UNet is the skip connections between the encoder and decoder blocks. Although skip connections have been shown to improve training stability and m…

Cited by 4SourcePDFScholar
2024

Towards Understanding the Working Mechanism of Text-to-Image Diffusion Model

NeurIPS 2024poster

Recently, the strong latent Diffusion Probabilistic Model (DPM) has been applied to high-quality Text-to-Image (T2I) generation (e.g., Stable Diffusion), by injecting the encoded target text prompt into the gradually denoised diffusion image generator. Despite the success of DPM in practice, the mec…

Cited by 10SourcePDFScholar
2023

Beyond One-to-One: Rethinking the Referring Image Segmentation

ICCV 2023oral

Referring image segmentation aims to segment the target object referred by a natural language expression. However, previous methods rely on the strong assumption that one sentence must describe one target in the image, which is often not the case in real-world applications. As a result, such methods…

Cited by 46PDFcodeScholar
2023

Breaking Correlation Shift via Conditional Invariant Regularizer

ICLR 2023poster

Recently, generalization on out-of-distribution (OOD) data with correlation shift has attracted great attentions. The correlation shift is caused by the spurious attributes that correlate to the class label, as the correlation between them may vary in training and test data. For such a problem, we s…

Cited by 8SourcePDFScholar
2023

CO3: Cooperative Unsupervised 3D Representation Learning for Autonomous Driving

ICLR 2023poster

Unsupervised contrastive learning for indoor-scene point clouds has achieved great successes. However, unsupervised representation learning on outdoor-scene point clouds remains challenging because previous methods need to reconstruct the whole scene and capture partial views for the contrastive obj…

2023

Complexity Matters: Rethinking the Latent Space for Generative Modeling

NeurIPS 2023spotlight

In generative modeling, numerous successful approaches leverage a low-dimensional latent space, e.g., Stable Diffusion models the latent space induced by an encoder and generates images through a paired decoder. Although the selection of the latent space is empirically pivotal, determining the optim…

Cited by 16SourcePDFScholar
2023

ContraNeRF: Generalizable Neural Radiance Fields for Synthetic-to-Real Novel View Synthesis via Contrastive Learning

CVPR 2023poster

Although many recent works have investigated generalizable NeRF-based novel view synthesis for unseen scenes, they seldom consider the synthetic-to-real generalization, which is desired in many practical applications. In this work, we first investigate the effects of synthetic data in synthetic-to-r…

2023

DAMix: Exploiting Deep Autoregressive Model Zoo for Improving Lossless Compression Generalization

AAAI 2023technical

Deep generative models have demonstrated superior performance in lossless compression on identically distributed data. However, in real-world scenarios, data to be compressed are of various distributions and usually cannot be known in advance. Thus, commercially expected neural compression must have…

Cited by 1SourcePDFScholar
2023

DDP: Diffusion Model for Dense Visual Prediction

ICCV 2023poster

We propose a simple, efficient, yet powerful framework for dense visual predictions based on the conditional diffusion pipeline. Our approach follows a "noise-to-map" generative paradigm for prediction by progressively removing noise from a random Gaussian distribution, guided by the image. The meth…

Cited by 242PDFcodeScholar
2023

DT-Solver: Automated Theorem Proving with Dynamic-Tree Sampling Guided by Proof-level Value Function

ACL 2023long

Recent advances in neural theorem-proving resort to large language models and tree searches. When proving a theorem, a language model advises single-step actions based on the current proving state and the tree search finds a sequence of correct steps using actions given by the language model. Howeve…

Cited by 35SourcePDFScholar
2023

DetCLIPv2: Scalable Open-Vocabulary Object Detection Pre-Training via Word-Region Alignment

CVPR 2023poster

This paper presents DetCLIPv2, an efficient and scalable training framework that incorporates large-scale image-text pairs to achieve open-vocabulary object detection (OVD). Unlike previous OVD frameworks that typically rely on a pre-trained vision-language model (e.g., CLIP) or exploit image-text p…

2023

DiT-3D: Exploring Plain Diffusion Transformers for 3D Shape Generation

NeurIPS 2023poster

Recent Diffusion Transformers (i.e., DiT) have demonstrated their powerful effectiveness in generating high-quality 2D images. However, it is unclear how the Transformer architecture performs equally well in 3D shape generation, as previous 3D diffusion methods mostly adopted the U-Net architecture.…

Cited by 73SourcePDFScholar
2023

Diff-Instruct: A Universal Approach for Transferring Knowledge From Pre-trained Diffusion Models

NeurIPS 2023poster

Due to the ease of training, ability to scale, and high sample quality, diffusion models (DMs) have become the preferred option for generative modeling, with numerous pre-trained models available for a wide variety of datasets. Containing intricate information about data distributions, pre-trained D…

2023

DiffComplete: Diffusion-based Generative 3D Shape Completion

NeurIPS 2023poster

We introduce a new diffusion-based approach for shape completion on 3D range scans. Compared with prior deterministic and probabilistic methods, we strike a balance between realism, multi-modality, and high fidelity. We propose DiffComplete by casting shape completion as a generative task conditione…

Cited by 31SourcePDFScholar
2023

DiffFit: Unlocking Transferability of Large Diffusion Models via Simple Parameter-efficient Fine-Tuning

ICCV 2023oral

Diffusion models have proven to be highly effective in generating high-quality images. However, adapting large pre-trained diffusion models to new domains remains an open challenge, which is critical for real-world applications. This paper proposes DiffFit, a parameter-efficient strategy to fine-tun…

Cited by 73PDFcodeScholar
2023

Explore and Exploit the Diverse Knowledge in Model Zoo for Domain Generalization

ICML 2023poster

The proliferation of pretrained models, as a result of advancements in pretraining techniques, has led to the emergence of a vast zoo of publicly available models. Effectively utilizing these resources to obtain models with robust out-of-distribution generalization capabilities for downstream tasks…

Cited by 13SourcePDFScholar
2023

Fair-CDA: Continuous and Directional Augmentation for Group Fairness

AAAI 2023technical

In this work, we propose Fair-CDA, a fine-grained data augmentation strategy for imposing fairness constraints. We use a feature disentanglement method to extract the features highly related to the sensitive attributes. Then we show that group fairness can be achieved by regularizing the models on t…

Cited by 3SourcePDFScholar
2023

MetaBEV: Solving Sensor Failures for 3D Detection and Map Segmentation

ICCV 2023poster

Perception systems in modern autonomous driving vehicles typically take inputs from complementary multi-modal sensors, e.g., LiDAR and cameras. However, in real-world applications, sensor corruptions and failures lead to inferior performances, thus compromising autonomous safety. In this paper, we p…

Cited by 43PDFScholar
2023

Mixed Autoencoder for Self-Supervised Visual Representation Learning

CVPR 2023poster

Masked Autoencoder (MAE) has demonstrated superior performance on various vision tasks via randomly masking image patches and reconstruction. However, effective data augmentation strategies for MAE still remain open questions, different from those in contrastive learning that serve as the most impor…

Cited by 51SourcePDFScholar
2023

SA-Solver: Stochastic Adams Solver for Fast Sampling of Diffusion Models

NeurIPS 2023poster

Diffusion Probabilistic Models (DPMs) have achieved considerable success in generation tasks. As sampling from DPMs is equivalent to solving diffusion SDE or ODE which is time-consuming, numerous fast sampling methods built upon improved differential equation solvers are proposed. The majority of su…

2023

Self-Guided Noise-Free Data Generation for Efficient Zero-Shot Learning

ICLR 2023top-25%

There is a rising interest in further exploring the zero-shot learning potential of large pre-trained language models (PLMs). A new paradigm called data-generation-based zero-shot learning has achieved impressive success. In this paradigm, the synthesized data from the PLM acts as the carrier of kno…

2023

T2I-CompBench: A Comprehensive Benchmark for Open-world Compositional Text-to-image Generation

NeurIPS 2023poster

Despite the stunning ability to generate high-quality images by recent text-to-image models, current approaches often struggle to effectively compose objects with different attributes and relationships into a complex and coherent scene. We propose T2I-CompBench, a comprehensive benchmark for open-wo…

2023

Task-customized Masked Autoencoder via Mixture of Cluster-conditional Experts

ICLR 2023top-25%

Masked Autoencoder (MAE) is a prevailing self-supervised learning method that achieves promising results in model pre-training. However, when the various downstream tasks have data distributions different from the pre-training data, the semantically irrelevant pre-training information might result i…

Cited by 21SourcePDFScholar
2023

UniTR: A Unified and Efficient Multi-Modal Transformer for Bird's-Eye-View Representation

ICCV 2023poster

Jointly processing information from multiple sensors is crucial to achieving accurate and robust perception for reliable autonomous driving systems. However, current 3D perception research follows a modality-specific paradigm, leading to additional computation overheads and inefficient collaboration…

Cited by 78PDFcodeScholar
2022

Arch-Graph: Acyclic Architecture Relation Predictor for Task-Transferable Neural Architecture Search

CVPR 2022poster

Neural Architecture Search (NAS) aims to find efficient models for multiple tasks. Beyond seeking solutions for a single task, there are surging interests in transferring network design knowledge across multiple tasks. In this line of research, effectively modeling task correlations is vital yet hig…

Cited by 25PDFcodeScholar
2022

AutoBERT-Zero: Evolving BERT Backbone from Scratch

AAAI 2022technical

Transformer-based pre-trained language models like BERT and its variants have recently achieved promising performance in various natural language processing (NLP) tasks. However, the conventional paradigm constructs the backbone by purely stacking the manually designed global self-attention layers,…

Cited by 44SourcePDFScholar
2022

CAGroup3D: Class-Aware Grouping for 3D Object Detection on Point Clouds

NeurIPS 2022accept

We present a novel two-stage fully sparse convolutional 3D object detection framework, named CAGroup3D. Our proposed method first generates some high-quality 3D proposals by leveraging the class-aware local group strategy on the object surface voxels with the same semantic predictions, which conside…

2022

CODA: A Real-World Road Corner Case Dataset for Object Detection in Autonomous Driving

ECCV 2022poster

"Contemporary deep-learning object detection methods for autonomous driving usually assume prefixed categories of common traffic participants, such as pedestrians and cars. Most existing detectors are unable to detect uncommon objects and corner cases (e.g., a dog crossing a street), which may lead…

2022

DetCLIP: Dictionary-Enriched Visual-Concept Paralleled Pre-training for Open-world Detection

NeurIPS 2022accept

Open-world object detection, as a more general and challenging goal, aims to recognize and localize objects described by arbitrary category names. The recent work GLIP formulates this problem as a grounding problem by concatenating all category names of detection datasets into sentences, which leads…

Cited by 178SourcePDFScholar
2022

DevNet: Self-Supervised Monocular Depth Learning via Density Volume Construction

ECCV 2022poster

"Self-supervised depth learning from monocular images normally relies on the 2D pixel-wise photometric relation between temporally adjacent image frames. However, they neither fully exploit the 3D point-wise geometric correspondences, nor effectively tackle the ambiguities in the photometric warping…

2022

FILIP: Fine-grained Interactive Language-Image Pre-Training

ICLR 2022poster

Unsupervised large-scale vision-language pre-training has shown promising advances on various downstream tasks. Existing methods often model the cross-modal interaction either via the similarity of the global feature of each modality which misses sufficient information, or finer-grained interactions…

Cited by 672SourcePDFScholar
2022

Generalizing Few-Shot NAS with Gradient Matching

ICLR 2022poster

Efficient performance estimation of architectures drawn from large search spaces is essential to Neural Architecture Search. One-Shot methods tackle this challenge by training one supernet to approximate the performance of every architecture in the search space via weight-sharing, thereby drasticall…

2022

Generative Negative Text Replay for Continual Vision-Language Pretraining

ECCV 2022poster

"Vision-language pre-training (VLP) has attracted increasing attention recently. With a large amount of image-text pairs, VLP models trained with contrastive loss have achieved impressive performance in various tasks, especially the zero-shot generalization on downstream datasets. In practical appli…

Cited by 26SourcePDFScholar
2022

How Well Does Self-Supervised Pre-Training Perform with Streaming Data?

ICLR 2022poster

Prior works on self-supervised pre-training focus on the joint training scenario, where massive unlabeled data are assumed to be given as input all at once, and only then is a learner trained. Unfortunately, such a problem setting is often impractical if not infeasible since many real-world tasks re…

Cited by 39SourcePDFScholar
2022

Long-Tail Recognition via Compositional Knowledge Transfer

CVPR 2022poster

In this work, we introduce a novel strategy for long-tail recognition that addresses the tail classes' few-shot problem via training-free knowledge transfer. Our objective is to transfer knowledge acquired from information-rich common classes to semantically similar, and yet data-hungry, rare classe…

Cited by 39PDFScholar
2022

ManiTrans: Entity-Level Text-Guided Image Manipulation via Token-Wise Semantic Alignment and Generation

CVPR 2022oral

Existing text-guided image manipulation methods aim to modify the appearance of the image or to edit a few objects in a virtual or simple scenario, which is far from practical application. In this work, we study a novel task on text-guided image manipulation on the entity level in the real world. Th…

Cited by 19PDFcodeScholar
2022

Memory Replay with Data Compression for Continual Learning

ICLR 2022poster

Continual learning needs to overcome catastrophic forgetting of the past. Memory replay of representative old training samples has been shown as an effective solution, and achieves the state-of-the-art (SOTA) performance. However, existing work is mainly built on a small memory buffer containing a f…

2022

Nonlinear ICA Using Volume-Preserving Transformations

ICLR 2022poster

Nonlinear ICA is a fundamental problem in machine learning, aiming to identify the underlying independent components (sources) from data which is assumed to be a nonlinear function (mixing function) of these sources. Recent works prove that if the sources have some particular structures (e.g. tempor…

Cited by 23SourcePDFScholar
2022

On Redundancy and Diversity in Cell-based Neural Architecture Search

ICLR 2022poster

Searching for the architecture cells is a dominant paradigm in NAS. However, little attention has been devoted to the analysis of the cell-based search spaces even though it is highly important for the continual development of NAS. In this work, we conduct an empirical post-hoc analysis of architec…

2022

OoD-Bench: Quantifying and Understanding Two Dimensions of Out-of-Distribution Generalization

CVPR 2022oral

Deep learning has achieved tremendous success with independent and identically distributed (i.i.d.) data. However, the performance of neural networks often degenerates drastically when encountering out-of-distribution (OoD) data, i.e., when training and test data are sampled from different distribut…

Cited by 125PDFcodeScholar
2022

PILC: Practical Image Lossless Compression With an End-to-End GPU Oriented Neural Framework

CVPR 2022poster

Generative model based image lossless compression algorithms have seen a great success in improving compression ratio. However, the throughput for most of them is less than 1 MB/s even with the most advanced AI accelerated chips, preventing them from most real-world applications, which often require…

Cited by 25PDFScholar
2022

Revisiting Over-smoothing in BERT from the Perspective of Graph

ICLR 2022spotlight

Recently over-smoothing phenomenon of Transformer-based models is observed in both vision and language fields. However, no existing work has delved deeper to further investigate the main cause of this phenomenon. In this work, we make the attempt to analyze the over-smoothing problem from the perspe…

Cited by 83SourcePDFScholar
2022

Semi-Supervised Object Detection via Multi-Instance Alignment With Global Class Prototypes

CVPR 2022poster

Semi-Supervised object detection (SSOD) aims to improve the generalization ability of object detectors with large-scale unlabeled images. Current pseudo-labeling-based SSOD methods individually learn from labeled data and unlabeled data, without considering the relation between them. To make full us…

Cited by 21PDFScholar
2022

Task-Customized Self-Supervised Pre-training with Scalable Dynamic Routing

AAAI 2022technical

Self-supervised learning (SSL), especially contrastive methods, has raised attraction recently as it learns effective transferable representations without semantic annotations. A common practice for self-supervised pre-training is to use as much data as possible. For a specific downstream task, howe…

Cited by 23SourcePDFScholar
2022

Understanding Square Loss in Training Overparametrized Neural Network Classifiers

NeurIPS 2022accept

Deep learning has achieved many breakthroughs in modern classification tasks. Numerous architectures have been proposed for different data structures but when it comes to the loss function, the cross-entropy loss is the predominant choice. Recently, several alternative losses have seen revived inter…

Cited by 10SourcePDFScholar
2022

ZooD: Exploiting Model Zoo for Out-of-Distribution Generalization

NeurIPS 2022accept

Recent advances on large-scale pre-training have shown great potentials of leveraging a large set of Pre-Trained Models (PTMs) for improving Out-of-Distribution (OoD) generalization, for which the goal is to perform well on possible unseen domains after fine-tuning on multiple training domains. Howe…

Cited by 19SourcePDFScholar
2021

Ada-Segment: Automated Multi-loss Adaptation for Panoptic Segmentation

AAAI 2021technical

Panoptic segmentation that unifies instance segmentation and semantic segmentation has recently attracted increasing attention. While most existing methods focus on designing novel architectures, we steer toward a different perspective: performing automated multi-loss adaptation (named Ada-Segment)…

Cited by 9SourcePDFScholar
2021

Adversarial Robustness for Unsupervised Domain Adaptation

ICCV 2021poster

Extensive Unsupervised Domain Adaptation (UDA) studies have shown great success in practice by learning transferable representations across a labeled source domain and an unlabeled target domain with deep models. However, current work focuses on improving the generalization ability of UDA models on…

Cited by 46PDFScholar
2021

DecAug: Out-of-Distribution Generalization via Decomposed Feature Representation and Semantic Augmentation

AAAI 2021technical

While deep learning demonstrates its strong ability to handle independent and identically distributed (IID) data, it often suffers from out-of-distribution (OoD) generalization, where the test data come from another distribution (w.r.t. the training one). Designing a general OoD generalization frame…

Cited by 86SourcePDFScholar
2021

DetCo: Unsupervised Contrastive Learning for Object Detection

ICCV 2021poster

We present DetCo, a simple yet effective self-supervised approach for object detection. Unsupervised pre-training methods have been recently designed for object detection, but they are usually deficient in image classification, or the opposite. Unlike them, DetCo transfers well on downstream instanc…

Cited by 408PDFcodeScholar
2021

Exploring Geometry-Aware Contrast and Clustering Harmonization for Self-Supervised 3D Object Detection

ICCV 2021poster

Current 3D object detection paradigms highly rely on extensive annotation efforts, which makes them not practical in many real-world industrial applications. Inspired by that a human driver can keep accumulating experiences from self-exploring the roads without any tutor's guidance, we first step fo…

Cited by 86PDFcodeScholar
2021

G-DetKD: Towards General Distillation Framework for Object Detectors via Contrastive and Semantic-Guided Feature Imitation

ICCV 2021poster

In this paper, we investigate the knowledge distillation (KD) strategy for object detection and propose an effective framework applicable to both homogeneous and heterogeneous student-teacher pairs. The conventional feature imitation paradigm introduces imitation masks to focus on informative foregr…

Cited by 31PDFScholar
2021

How to Save your Annotation Cost for Panoptic Segmentation?

AAAI 2021technical

How to properly reduce the annotation cost for panoptic segmentation? How to leverage and optimize the cost-quality trade-off for training data and model? These questions are key challenges towards a label-efficient and scalable panoptic segmentation system due to its expensive instance/semantic pix…

Cited by 5SourcePDFScholar
2021

Joint-DetNAS: Upgrade Your Detector With NAS, Pruning and Dynamic Distillation

CVPR 2021poster

We propose Joint-DetNAS, a unified NAS framework for object detection, which integrates 3 key components: Neural Architecture Search, pruning, and Knowledge Distillation. Instead of naively pipelining these techniques, our Joint-DetNAS optimizes them jointly. The algorithm consists of two core proce…

Cited by 40PDFcodeScholar
2021

Loss Function Discovery for Object Detection via Convergence-Simulation Driven Search

ICLR 2021poster

Designing proper loss functions for vision tasks has been a long-standing research direction to advance the capability of existing models. For object detection, the well-established classification and regression loss functions have been carefully designed by considering diverse learning challenges (…

2021

MetaAugment: Sample-Aware Data Augmentation Policy Learning

AAAI 2021technical

Automated data augmentation has shown superior performance in image recognition. Existing works search for dataset-level augmentation policies without considering individual sample variations, which are likely to be sub-optimal. On the other hand, learning different policies for different samples na…

Cited by 40SourcePDFScholar
2021

MixACM: Mixup-Based Robustness Transfer via Distillation of Activated Channel Maps

NeurIPS 2021poster

Deep neural networks are susceptible to adversarially crafted, small, and imperceptible changes in the natural inputs. The most effective defense mechanism against these examples is adversarial training which constructs adversarial examples during training by iterative maximization of loss. The mode…

Cited by 20SourcePDFScholar
2021

MultiSiam: Self-Supervised Multi-Instance Siamese Representation Learning for Autonomous Driving

ICCV 2021poster

Autonomous driving has attracted much attention over the years but turns out to be harder than expected, probably due to the difficulty of labeled data collection for model training. Self-supervised learning (SSL), which leverages unlabeled data only for representation learning, might be a promising…

Cited by 65PDFcodeScholar
2021

NAS-OoD: Neural Architecture Search for Out-of-Distribution Generalization

ICCV 2021poster

Recent advances on Out-of-Distribution (OoD) generalization reveal the robustness of deep learning models against distribution shifts. However, existing works focus on OoD algorithms, such as invariant risk minimization, domain generalization, or stable learning, without considering the influence of…

Cited by 56PDFScholar
2021

NASOA: Towards Faster Task-Oriented Online Fine-Tuning With a Zoo of Models

ICCV 2021poster

Fine-tuning from pre-trained ImageNet models has been a simple, effective, and popular approach for various computer vision tasks. The common practice of fine-tuning is to adopt a default hyperparameter setting with a fixed pre-trained model, while both of them are not optimized for specific tasks a…

Cited by 10PDFcodeScholar
2021

ORDisCo: Effective and Efficient Usage of Incremental Unlabeled Data for Semi-Supervised Continual Learning

CVPR 2021poster

Continual learning usually assumes the incoming data are fully labeled, which might not be applicable in real applications. In this work, we consider semi-supervised continual learning (SSCL) that incrementally learns from partially labeled data. Observing that existing continual learning methods la…

Cited by 97PDFScholar
2021

OSOA: One-Shot Online Adaptation of Deep Generative Models for Lossless Compression

NeurIPS 2021poster

Explicit deep generative models (DGMs), e.g., VAEs and Normalizing Flows, have shown to offer an effective data modelling alternative for lossless compression. However, DGMs themselves normally require large storage space and thus contaminate the advantage brought by accurate data density estimatio…

Cited by 5SourcePDFScholar
2021

On Effective Scheduling of Model-based Reinforcement Learning

NeurIPS 2021poster

Model-based reinforcement learning has attracted wide attention due to its superior sample efficiency. Despite its impressive success so far, it is still unclear how to appropriately schedule the important hyperparameters to achieve adequate performance, such as the real data ratio for policy optimi…

2021

One Million Scenes for Autonomous Driving: ONCE Dataset

NeurIPS 2021poster

Current perception models in autonomous driving have become notorious for greatly relying on a mass of annotated data to cover unseen cases and address the long-tail problem. On the other hand, learning from unlabeled large-scale collected data and incrementally self-training powerful recognition mo…

Cited by 332SourcecodeScholar
2021

SODA10M: A Large-Scale 2D Self/Semi-Supervised Object Detection Dataset for Autonomous Driving

NeurIPS 2021poster

Aiming at facilitating a real-world, ever-evolving and scalable autonomous driving system, we present a large-scale dataset for standardizing the evaluation of different self-supervised and semi-supervised approaches by learning from raw data, which is the first and largest dataset to date. Existing…

Cited by 82SourcecodeScholar
2021

SparseBERT: Rethinking the Importance Analysis in Self-attention

ICML 2021spotlight

Transformer-based models are popularly used in natural language processing (NLP). Its core component, self-attention, has aroused widespread interest. To understand the self-attention mechanism, a direct method is to visualize the attention map of a pre-trained model. Based on the patterns observed,…

2021

Towards Understanding the Generative Capability of Adversarially Robust Classifiers

ICCV 2021poster

Recently, some works found an interesting phenomenon that adversarially robust classifiers can generate good images comparable to generative models. We investigate this phenomenon from an energy perspective and provide a novel explanation. We reformulate adversarial example generation, adversarial t…

Cited by 24PDFcodeScholar
2021

Towards a Theoretical Framework of Out-of-Distribution Generalization

NeurIPS 2021poster

Generalization to out-of-distribution (OOD) data is one of the central problems in modern machine learning. Recently, there is a surge of attempts to propose algorithms that mainly build upon the idea of extracting invariant features. Although intuitively reasonable, theoretical understanding of wha…

Cited by 135SourcePDFScholar
2021

TransNAS-Bench-101: Improving Transferability and Generalizability of Cross-Task Neural Architecture Search

CVPR 2021poster

Recent breakthroughs of Neural Architecture Search (NAS) extend the field's research scope towards a broader range of vision tasks and more diversified search spaces. While existing NAS methods mostly design architectures on a single task, algorithms that look beyond single-task search are surging t…

Cited by 82PDFScholar
2021

iFlow: Numerically Invertible Flows for Efficient Lossless Compression via a Uniform Coder

NeurIPS 2021spotlight

It was estimated that the world produced $59 ZB$ ($5.9 \times 10^{13} GB$) of data in 2020, resulting in the enormous costs of both data storage and transmission. Fortunately, recent advances in deep generative models have spearheaded a new class of so-called "neural compression" algorithms, which s…

Cited by 39SourcePDFScholar
2021

iVPF: Numerical Invertible Volume Preserving Flow for Efficient Lossless Compression

CVPR 2021poster

It is nontrivial to store rapidly growing big data nowadays, which demands high-performance lossless compression techniques. Likelihood-based generative models have witnessed their success on lossless compression, where flow based models are desirable in allowing exact data likelihood optimisation w…

Cited by 46PDFScholar
2020

AABO: Adaptive Anchor Box Optimization for Object Detection via Bayesian Sub-sampling

ECCV 2020poster

Most state-of-the-art object detection systems follow an anchor-based diagram. Anchor boxes are densely proposed over the images and the network is trained to predict the boxes position offset as well as the classification confidence. Existing systems pre-define anchor box shapes and sizes and ad-ho…

Cited by 24SourcePDFScholar
2020

Bridging the Gap between Sample-based and One-shot Neural Architecture Search with BONAS

NeurIPS 2020poster

Neural Architecture Search (NAS) has shown great potentials in finding better neural network designs. Sample-based NAS is the most reliable approach which aims at exploring the search space and evaluating the most promising architectures. However, it is computationally very costly. As a remedy, the…

2020

CATCH: Context-based Meta Reinforcement Learning for Transferrable Architecture Search

ECCV 2020poster

Neural Architecture Search (NAS) achieved many breakthroughs in recent years. In spite of its remarkable progress, many algorithms are restricted to particular search spaces. They also lack efficient mechanisms to reuse knowledge when confronting multiple tasks. These challenges preclude their appli…

Cited by 24SourcePDFScholar
2020

CurveLane-NAS: Unifying Lane-Sensitive Architecture Search and Adaptive Point Blending

ECCV 2020poster

We address the curve lane detection problem which poses more real-world challenges than conventional lane detection for better facilitating modern assisted/autonomous driving systems. Current hand-designed lane detection methods are not robust enough to capture the curve lanes especially the remote…

Cited by 237SourcePDFScholar
2020

DropNAS: Grouped Operation Dropout for Differentiable Architecture Search

IJCAI 2020poster

Neural architecture search (NAS) has shown encouraging results in automating the architecture design. Recently, DARTS relaxes the search process with a differentiable formulation that leverages weight-sharing and SGD for cost reduction of NAS. In DARTS, all candidate operations are trained simulta…

2020

Locally Differentially Private (Contextual) Bandits Learning

NeurIPS 2020poster

We study locally differentially private (LDP) bandits learning in this paper. First, we propose simple black-box reduction frameworks that can solve a large family of context-free bandits learning problems with LDP guarantee. Based on our frameworks, we can improve previous best results for private…

2020

Rethinking Performance Estimation in Neural Architecture Search

CVPR 2020poster

Neural architecture search (NAS) remains a challenging problem, which is attributed to the indispensable and time-consuming component of performance estimation (PE). In this paper, we provide a novel yet systematic rethinking of PE in a resource constrained regime, termed budgeted PE (BPE), which pr…

Cited by 35PDFcodeScholar
2020

SP-NAS: Serial-to-Parallel Backbone Search for Object Detection

CVPR 2020poster

Advanced object detectors usually adopt a backbone network designed and pretrained by ImageNet classification. Recently neural architecture search (NAS) has emerged to automatically design a task-specific backbone to bridge the gap between the tasks of classification and detection. In this paper, we…

Cited by 77PDFScholar
2019

Auto-FPN: Automatic Network Architecture Adaptation for Object Detection Beyond Classification

ICCV 2019poster

Abstract Neural architecture search (NAS) has shown great potential in automating the manual process of designing a good CNN architecture for image classification. In this paper, we study NAS for object detection, a core computer vision task that classifies and localizes object instances in an image…

Cited by 259PDFScholar
2019

Reasoning-RCNN: Unifying Adaptive Global Reasoning Into Large-Scale Object Detection

CVPR 2019oral

In this paper, we address the large-scale object detection problem with thousands of categories, which poses severe challenges due to long-tail data distributions, heavy occlusions, and class ambiguities. However, the dominant object detection paradigm is limited by treating each object region separ…

Cited by 117PDFcodeScholar