← Search

Jiaming Liu

91 accepted papers

2026

Activation Matters: Test-time Activated Negative Labels for OOD Detection with Vision-Language Models

CVPR 2026

Out-of-distribution (OOD) detection aims to identify samples that deviate from in-distribution (ID). One popular pipeline addresses this by introducing negative labels distant from ID classes and detecting OOD based on their distance to these labels.However, such labels may present poor activation o

Cited by 0SourceScholar
2026

Decomposing the Neurons: Activation Sparsity via Mixture of Experts for Continual Test Time Adaptation

AAAI 2026technical

Continual Test-Time Adaptation (CTTA), which aims to adapt the pre-trained model to ever-evolving target domains, emerges as an important task for vision models. As current vision models appear to be heavily biased towards texture, continuously adapting the model from one domain distribution to anot

Cited by 0SourcePDFScholar
2026

EasyText: Controllable Diffusion Transformer for Multilingual Text Rendering

AAAI 2026technical

Generating accurate multilingual text with diffusion models has long been desired but remains challenging. Recent methods have made progress in rendering text in a single language, but rendering arbitrary languages is still an under-explored area. This paper introduces EasyText, a text rendering fra

Cited by 0SourcePDFScholar
2026

From Manuals to Actions: A Unified VLA Model for Chain-of-Thought Manual Generation and Robotic Manipulation

CVPR 2026

Vision-Language-Action (VLA) models have recently emerged, demonstrating strong generalization in robotic scene understanding and manipulation. However, when confronted with long-horizon tasks that require defined goal states, such as LEGO assembly or object rearrangement, existing VLA models still

Cited by 0SourceScholar
2026

LaST$_{0}$: Latent Spatio-Temporal Chain-of-Thought for Robotic Vision-Language-Action Model

ICML 2026spotlight

Vision-Language-Action (VLA) models have recently shown strong generalization, with some approaches seeking to explicitly generate linguistic reasoning traces or predict future observations prior to execution. However, explicit reasoning typically incurs non-negligible inference latency, which const…

Cited by 0SourceScholar
2026

Learning Generalizable 3D Medical Image Representations from Mask-Guided Self-Supervision

CVPR 2026

Foundation models have transformed vision and language by learning general-purpose representations from large-scale unlabeled data, yet 3D medical imaging lacks analogous approaches. Existing self-supervised methods rely on low-level reconstruction or contrastive objectives that fail to capture the

Cited by 0SourcecodeScholar
2026

MLA: A Multisensory Language–Action Model for Multimodal Understanding and Forecasting in Robotic Manipulation

ICRA 2026poster

Vision-language-action models (VLAs) have shown generalization capabilities in robotic manipulation tasks by inheriting from vision-language models (VLMs) and learning action generation. Most VLA models focus on interpreting vision and language to generate actions, whereas robots must perceive and i…

2026

SK2Decompile: LLM-based Two-Phase Binary Decompilation from Skeleton to Skin

ICLR 2026poster

Large Language Models (LLMs) have emerged as a promising approach for binary decompilation. However, the existing LLM-based decompilers still are somewhat limited in effectively presenting a program's source-level structure with its original identifiers. To mitigate this, we introduce SK2Decompile,…

Cited by 0SourcecodeScholar
2026

SpikePingpong: Spike Vision-based Fast-Slow Pingpong Robot System

ICLR 2026poster

Learning to control high-speed objects in dynamic environments represents a fundamental challenge in robotics. Table tennis serves as an ideal testbed for advancing robotic capabilities in dynamic environments. This task presents two fundamental challenges: it requires a high-precision vision system…

Cited by 0SourceScholar
2026

Unifying Diffusion and Autoregression for Generalizable Vision-Language-Action Model

ICLR 2026poster

A central objective of manipulation policy design is to enable robots to comprehend human instructions and predict generalized actions in unstructured environments. Recent autoregressive vision-language-action (VLA) approaches discretize actions into bins to exploit the pretrained reasoning and gene…

Cited by 0SourceScholar
2025

3DS-VLA: A 3D Spatial-Aware Vision Language Action Model for Robust Multi-Task Manipulation

CoRL 2025poster

Recently, 2D vision-language-action (VLA) models have made significant strides in multi-task manipulation. However, these models struggle to reason about 3D spatial relationships from 2D image inputs. Although an increasing number of 3D approaches explicitly integrate 3D information, they encounter…

Cited by 0SourceScholar
2025

3DWG: 3D Weakly Supervised Visual Grounding via Category and Instance-Level Alignment

ICRA 2025

The 3D weakly-supervised visual grounding task aims to localize oriented 3D boxes in point clouds based on natural language descriptions without requiring annotations to guide model learning. This setting presents two primary challenges: category-level ambiguity and instance-level complexity. Catego

Cited by 2SourceScholar
2025

A Fast Saturation Based Dehazing Framework with Accelerated Convolution and Attention Block

ICASSP 2025accepted

Real-time image dehazmg is crucial for applications such as autonomous driving, surveillance, and remote sensing, where haze can significantly reduce visibility. However, many deep learning algorithms are hindered by large model sizes, making real-time processing difficult to achieve. Several fast a…

Cited by 0SourceScholar
2025

AC-DiT: Adaptive Coordination Diffusion Transformer for Mobile Manipulation

NeurIPS 2025poster

Recently, mobile manipulation has attracted increasing attention for enabling language-conditioned robotic control in household tasks. However, existing methods still face challenges in coordinating mobile base and manipulator, primarily due to two limitations. On the one hand, they fail to explicit…

Cited by 0SourceScholar
2025

Any2AnyTryon: Leveraging Adaptive Position Embeddings for Versatile Virtual Clothing Tasks

ICCV 2025poster

Image-based virtual try-on (VTON) aims to generate a virtual try-on result by transferring an input garment onto a target person's image. However, the scarcity of paired garment-model data makes it challenging for existing meth ods to achieve high generalization and quality in VTON.Also, it limits t…

Cited by 0SourcePDFScholar
2025

ArtEditor: Learning Customized Instructional Image Editor from Few-Shot Examples

ICCV 2025poster

We introduce ArtEditor, a novel framework for instruction-based image editing that learns unique editing styles from few-shot examples. While image editing has seen significant advancements, customized instructional editing remains underexplored. Existing methods often rely on complex, multi-stage p…

2025

CordViP: Correspondence-based Visuomotor Policy for Dexterous Manipulation in Real-World

RSS 2025poster

Achieving human-level dexterity in robots is a key objective in the field of robotic manipulation. Recent advancements in 3D-based imitation learning have shown promising results, providing an effective pathway to achieve this goal. However, obtaining high-quality 3D representations presents two key…

Cited by 2PDFScholar
2025

DEGAP: Dual Event-Guided Adaptive Prefixes for Templated-Based Event Argument Extraction with Slot Querying

COLING 2025main

Recent advancements in event argument extraction (EAE) involve incorporating useful auxiliary information into models during training and inference, such as retrieved instances and event templates. These methods face two challenges: (1) the retrieval results may be irrelevant and (2) templates are d…

2025

Decompile-Bench: Million-Scale Binary-Source Function Pairs for Real-World Binary Decompilation

NeurIPS 2025poster

Recent advances in LLM-based decompilers have been shown effective to convert low-level binaries into human-readable source code. However, there still lacks a comprehensive benchmark that provides large-scale binary-source function pairs, which is critical for advancing the LLM decompilation technol…

Cited by 0SourcecodeScholar
2025

EasyControl: Adding Efficient and Flexible Control for Diffusion Transformer

ICCV 2025poster

Recent advancements in Unet-based diffusion models, such as ControlNet and IP-Adapter, have introduced effective spatial and subject control mechanisms. However, the DiT (Diffusion Transformer) architecture still struggles with efficient and flexible control. To tackle this issue, we propose EasyCon…

Cited by 0SourcePDFScholar
2025

Fast-in-Slow: A Dual-System VLA Model Unifying Fast Manipulation within Slow Reasoning

NeurIPS 2025poster

Generalized policy and execution efficiency constitute the two critical challenges in robotic manipulation. While recent foundation policies benefit from the common-sense reasoning capabilities of internet-scale pretrained vision-language models (VLMs), they often suffer from low execution frequency…

Cited by 0SourcecodeScholar
2025

FonTS: Text Rendering With Typography and Style Controls

ICCV 2025poster

Visual text rendering are widespread in various real-world applications, requiring careful font selection and typographic choices. Recent progress in diffusion transformer (DiT)-based text-to-image (T2I) models show promise in automating these processes. However, these methods still encounter challe…

2025

Frequency-Biased Synergistic Design for Image Compression and Compensation

CVPR 2025poster

Compression artifacts removal (CAR), an effective post-processing method to reduce compression distortion in edge-side codecs, demonstrates remarkable results by utilizing convolutional neural networks (CNNs) on high computational power cloud side. Traditional image compression reduces redundancy in…

Cited by 0SourcePDFScholar
2025

IPDreamer: Appearance-Controllable 3D Object Generation with Complex Image Prompts

ICLR 2025poster

Recent advances in 3D generation have been remarkable, with methods such as DreamFusion leveraging large-scale text-to-image diffusion-based models to guide 3D object generation. These methods enable the synthesis of detailed and photorealistic textured objects. However, the appearance of 3D objects…

2025

Let's Verify and Reinforce Image Generation Step by Step

CVPR 2025poster

Chain-of-Thought (CoT) reasoning has been extensively explored in large models to tackle complex understanding tasks. However, it still remains an open question whether such strategies can be applied to verifying and reinforcing image generation scenarios. In this paper, we provide the first compreh…

2025

LiDAR-LLM: Exploring the Potential of Large Language Models for 3D LiDAR Understanding

AAAI 2025technical

Recently, Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) have shown promise in instruction following and image understanding. While these models are powerful, they have not yet been developed to comprehend the more challenging 3D geometric and physical scenes, especially w…

2025

Lift3D Policy: Lifting 2D Foundation Models for Robust 3D Robotic Manipulation

CVPR 2025poster

3D geometric information is essential for manipulation tasks, as robots need to perceive the 3D environment, reason about spatial relationships, and interact with intricate spatial configurations. Recent research has increasingly focused on the explicit extraction of 3D features, while still facing…

Cited by 0SourcePDFScholar
2025

MAVIS: Mathematical Visual Instruction Tuning with an Automatic Data Engine

ICLR 2025poster

Multi-modal Large Language Models (MLLMs) have recently showcased superior proficiency in general visual scenarios. However, we identify their mathematical capabilities remain under-explored with three areas to be improved: visual encoding of math diagrams, diagram-language alignment, and chain-of-t…

2025

Object-Centric Prompt-Driven Vision-Language-Action Model for Robotic Manipulation

CVPR 2025poster

In robotic manipulation, task goals can be conveyed through various modalities, such as language, goal images, and goal videos. However, natural language can be ambiguous, while images or videos may offer overly detailed specifications. To address these challenges, we propose a novel approach using…

Cited by 0SourcePDFScholar
2025

PseDet: Revisiting the Power of Pseudo Label in Incremental Object Detection

ICLR 2025poster

Incremental Objection Detection (IOD) facilitates the expansion of the usage scope of object detectors without forgetting previously acquired knowledge. Current approaches mostly adopt response-level knowledge distillation to overcome forgetting issues, by conducting implicit memory replay from the…

Cited by 0SourcePDFScholar
2025

RoboBrain: A Unified Brain Model for Robotic Manipulation from Abstract to Concrete

CVPR 2025poster

Recent advancements in Multimodal Large Language Models (MLLMs) have shown remarkable capabilities across various multimodal contexts. However, their application in robotic scenarios, particularly for long-horizon manipulation tasks, reveals significant limitations. These limitations arise from the…

Cited by 9SourcePDFScholar
2025

RoboMIND: Benchmark on Multi-embodiment Intelligence Normative Data for Robot Manipulation

RSS 2025poster

Developing robust and general-purpose manipulation policies is a key goal in robotics. To achieve effective generalization, it is essential to construct comprehensive datasets that encompass a large number of demonstration trajectories and diverse tasks. Unlike vision or language data, which can be…

Cited by 20PDFScholar
2025

RwoR: Generating Robot Demonstrations from Human Hand Collection for Policy Learning without Robot

IROS 2025

Recent advancements in imitation learning have shown promising results in robotic manipulation, driven by the availability of high-quality training data. To improve data collection efficiency, some approaches focus on developing specialized teleoperation devices for robot control, while others direc

Cited by 2SourcecodeScholar
2025

Stable-Hair: Real-World Hair Transfer via Diffusion Model

AAAI 2025technical

Current hair transfer methods struggle to handle diverse and intricate hairstyles, limiting their applicability in real-world scenarios. In this paper, we propose a novel diffusion-based hair transfer framework, named Stable-Hair, which robustly transfers a wide range of real-world hairstyles to use…

2025

VFM-Adapter: Adapting Visual Foundation Models for Dense Prediction with Dynamic Hybrid Operation Mapping

AAAI 2025technical

Although pre-trained large vision foundation models (VFM) yield superior results on various downstream tasks, full fine-tuning is often impractical due to its high computational cost and storage requirements. Recent advancements in parameter-efficient fine-tuning (PEFT) of VFM for image classificati…

Cited by 0SourcePDFScholar
2024

Any2Point: Empowering Any-modality Transformers for Efficient 3D Understanding

ECCV 2024poster

"Large foundation models have recently emerged as a prominent focus of interest, attaining superior performance in widespread scenarios. Due to the scarcity of 3D data, many efforts have been made to adapt pre-trained transformers from vision to 3D domains. However, such 2D-to-3D approaches are stil…

2024

Autonomous Interactive Correction MLLM for Robust Robotic Manipulation

CoRL 2024poster

The ability to reflect on and correct failures is crucial for robotic systems to interact stably with real-life objects. Observing the generalization and reasoning capabilities of Multimodal Large Language Models (MLLMs), previous approaches have aimed to utilize these models to enhance robotic syst…

Cited by 4SourceScholar
2024

BEVUDA: Multi-geometric Space Alignments for Domain Adaptive BEV 3D Object Detection

ICRA 2024poster

Vision-centric bird-eye-view (BEV) perception has shown promising potential in autonomous driving. Recent works mainly focus on improving efficiency or accuracy but neglect the challenges when facing environment changing, resulting in severe degradation of transfer performance. For BEV perception, w…

Cited by 5SourcecodeScholar
2024

CDCNet: A Fast and Lightweight Dehazing Network with Color Distortion Correction

ICASSP 2024accepted

Mobile edge devices require real-time dehazing methods that sustain dehazing performance while drastically reducing resource occupation. However, color distortion is a substantial challenge for lightweight dehazing networks, which profoundly impairs image quality. In this paper, we propose CDCNet, a…

Cited by 0SourceScholar
2024

Cloud-Device Collaborative Learning for Multimodal Large Language Models

CVPR 2024poster

The burgeoning field of Multimodal Large Language Models (MLLMs) has exhibited remarkable performance in diverse tasks such as captioning commonsense reasoning and visual scene understanding. However the deployment of these large-scale MLLMs on client devices is hindered by their extensive model par…

Cited by 17SourcePDFScholar
2024

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

CVPR 2024poster

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimization or teacher-student pseudo-labeling schemes for knowledge extraction in unlabe…

Cited by 11SourcePDFScholar
2024

Distribution-Aware Continual Test-Time Adaptation for Semantic Segmentation

ICRA 2024poster

Since autonomous driving systems usually face dynamic and ever-changing environments, continual test-time adaptation (CTTA) has been proposed as a strategy for transferring deployed models to continually changing target domains. However, the pursuit of long-term adaptation often introduces catastrop…

Cited by 11SourcecodeScholar
2024

Efficient Deweahter Mixture-of-Experts with Uncertainty-Aware Feature-Wise Linear Modulation

AAAI 2024technical

The Mixture-of-Experts (MoE) approach has demonstrated outstanding scalability in multi-task learning including low-level upstream tasks such as concurrent removal of multiple adverse weather effects. However, the conventional MoE architecture with parallel Feed Forward Network (FFN) experts leads t…

Cited by 21SourcePDFScholar
2024

Exploring Sparse Visual Prompt for Domain Adaptive Dense Prediction

AAAI 2024technical

The visual prompts have provided an efficient manner in addressing visual cross-domain problems. Previous works introduce domain prompts to tackle the classification Test-Time Adaptation (TTA) problem by placing image-level prompts on the input and fine-tuning prompts for each target domain. However…

2024

FreeKD: Knowledge Distillation via Semantic Frequency Prompt

CVPR 2024poster

Knowledge distillation (KD) has been applied to various tasks successfully and mainstream methods typically boost the student model via spatial imitation losses. However the consecutive downsamplings induced in the spatial domain of teacher model is a type of corruption hindering the student from an…

2024

LLM as Dataset Analyst: Subpopulation Structure Discovery with Large Language Model

ECCV 2024poster

"The distribution of subpopulations is an important property hidden within a dataset. Uncovering and analyzing the subpopulation distribution within datasets provides a comprehensive understanding of the datasets, standing as a powerful tool beneficial to various downstream tasks, including Dataset…

2024

Learning from Mistakes: Iterative Prompt Relabeling for Text-to-Image Diffusion Model Training

EMNLP 2024finding

Diffusion models have shown impressive performance in many domains. However, the model’s capability to follow natural language instructions (e.g., spatial relationships between objects, generating complex scenes) is still unsatisfactory. In this work, we propose Iterative Prompt Relabeling (IPR), a…

2024

Leveraging Imagery Data with Spatial Point Prior for Weakly Semi-supervised 3D Object Detection

AAAI 2024technical

Training high-accuracy 3D detectors necessitates massive labeled 3D annotations with 7 degree-of-freedom, which is laborious and time-consuming. Therefore, the form of point annotations is proposed to offer significant prospects for practical applications in 3D detection, which is not only more acce…

Cited by 2SourcePDFScholar
2024

M3SOT: Multi-Frame, Multi-Field, Multi-Space 3D Single Object Tracking

AAAI 2024technical

3D Single Object Tracking (SOT) stands a forefront task of computer vision, proving essential for applications like autonomous driving. Sparse and occluded data in scene point clouds introduce variations in the appearance of tracked objects, adding complexity to the task. In this research, we unveil…

2024

ManipLLM: Embodied Multimodal Large Language Model for Object-Centric Robotic Manipulation

CVPR 2024poster

Robot manipulation relies on accurately predicting contact points and end-effector directions to ensure successful operation. However learning-based robot manipulation trained on a limited category within a simulator often struggles to achieve generalizability especially when confronted with extensi…

Cited by 54SourcePDFScholar
2024

NTO3D: Neural Target Object 3D Reconstruction with Segment Anything

CVPR 2024poster

Neural 3D reconstruction from multi-view images has recently attracted increasing attention from the community. Existing methods normally learn a neural field for the whole scene while it is still under-explored how to reconstruct a target object indicated by users. Considering the Segment Anything…

2024

No Time to Train: Empowering Non-Parametric Networks for Few-shot 3D Scene Segmentation

CVPR 2024highlight

To reduce the reliance on large-scale datasets recent works in 3D segmentation resort to few-shot learning. Current 3D few-shot segmentation methods first pre-train models on 'seen' classes and then evaluate their generalization performance on 'unseen' classes. However the prior pre-training stage n…

2024

Plug-and-Play Posterior Sampling under Mismatched Measurement and Prior Models

ICLR 2024poster

Posterior sampling has been shown to be a powerful Bayesian approach for solving imaging inverse problems. The recent plug-and-play unadjusted Langevin algorithm (PnP-ULA) has emerged as a promising method for Monte Carlo sampling and minimum mean squared error (MMSE) estimation by combining physica…

2024

Prior Mismatch and Adaptation in PnP-ADMM with a Nonconvex Convergence Analysis

ICML 2024poster

Plug-and-Play (PnP) priors is a widely-used family of methods for solving imaging inverse problems by integrating physical measurement models with image priors specified using image denoisers. PnP methods have been shown to achieve state-of-the-art performance when the prior is obtained using powerf…

Cited by 6SourcePDFScholar
2024

RenderOcc: Vision-Centric 3D Occupancy Prediction with 2D Rendering Supervision

ICRA 2024poster

3D occupancy prediction holds significant promise in the fields of robot perception and autonomous driving, which quantifies 3D scenes into grid cells with semantic labels. Recent works mainly utilize complete occupancy labels in 3D voxel space for supervision. However, the expensive annotation proc…

Cited by 85SourcecodeScholar
2024

RoboMamba: Efficient Vision-Language-Action Model for Robotic Reasoning and Manipulation

NeurIPS 2024poster

A fundamental objective in robot manipulation is to enable models to comprehend visual scenes and execute actions. Although existing Vision-Language-Action (VLA) models for robots can handle a range of basic tasks, they still face challenges in two areas: (1) insufficient reasoning ability to tackle…

Cited by 5SourcePDFScholar
2024

SSR-Encoder: Encoding Selective Subject Representation for Subject-Driven Generation

CVPR 2024poster

Recent advancements in subject-driven image generation have led to zero-shot generation yet precise selection and focus on crucial subject representations remain challenging. Addressing this we introduce the SSR-Encoder a novel architecture designed for selectively capturing any subject from single…

2024

StreamFlow: Streamlined Multi-Frame Optical Flow Estimation for Video Sequences

NeurIPS 2024poster

Prior multi-frame optical flow methods typically estimate flow repeatedly in a pair-wise manner, leading to significant computational redundancy. To mitigate this, we implement a Streamlined In-batch Multi-frame (SIM) pipeline, specifically tailored to video inputs to minimize redundant calculations…

2024

Unsupervised Spike Depth Estimation via Cross-modality Cross-domain Knowledge Transfer

ICRA 2024poster

Neuromorphic spike data, an upcoming modality with high temporal resolution, has shown promising potential in autonomous driving by mitigating the challenges posed by high-velocity motion blur. However, training the spike depth estimation network holds significant challenges in two aspects: sparse s…

Cited by 10SourcecodeScholar
2024

ViDA: Homeostatic Visual Domain Adapter for Continual Test Time Adaptation

ICLR 2024poster

Since real-world machine systems are running in non-stationary environments, Continual Test-Time Adaptation (CTTA) task is proposed to adapt the pre-trained model to continually changing target domains. Recently, existing methods mainly focus on model-based adaptation, which aims to leverage a self-…

2024

ZONE: Zero-Shot Instruction-Guided Local Editing

CVPR 2024poster

Recent advances in vision-language models like Stable Diffusion have shown remarkable power in creative image synthesis and editing.However most existing text-to-image editing methods encounter two obstacles: First the text prompt needs to be carefully crafted to achieve good results which is not in…

2023

A Comprehensive Comparison of Projections in Omnidirectional Super-Resolution

ICASSP 2023accepted

Super-Resolution (SR) has gained increasing research attention over the past few years. With the development of Deep Neural Networks (DNNs), many super-resolution methods based on DNNs have been proposed. Although most of these methods are aimed at ordinary frames, there are few works on super-resol…

Cited by 0SourceScholar
2023

BEV-SAN: Accurate BEV 3D Object Detection via Slice Attention Networks

CVPR 2023poster

Bird's-Eye-View (BEV) 3D Object Detection is a crucial multi-view technique for autonomous driving systems. Recently, plenty of works are proposed, following a similar paradigm consisting of three essential components, i.e., camera feature extraction, BEV feature construction, and task heads. Among…

Cited by 28SourcePDFScholar
2023

Block Coordinate Plug-and-Play Methods for Blind Inverse Problems

NeurIPS 2023poster

Plug-and-play (PnP) prior is a well-known class of methods for solving imaging inverse problems by computing fixed-points of operators combining physical measurement models and learned image denoisers. While PnP methods have been extensively used for image recovery with known measurement operators,…

Cited by 14SourcePDFScholar
2023

CABM: Content-Aware Bit Mapping for Single Image Super-Resolution Network With Large Input

CVPR 2023poster

With the development of high-definition display devices, the practical scenario of Super-Resolution (SR) usually needs to super-resolve large input like 2K to higher resolution (4K/8K). To reduce the computational and memory cost, current methods first split the large input into local patches and th…

2023

Cloud-Device Collaborative Adaptation to Continual Changing Environments in the Real-World

CVPR 2023poster

When facing changing environments in the real world, the lightweight model on client devices suffer from severe performance drop under distribution shifts. The main limitations of existing device model lie in: (1) unable to update due to the computation limit of the device, (2) limited generalizatio…

Cited by 20SourcePDFScholar
2023

DOLCE: A Model-Based Probabilistic Diffusion Framework for Limited-Angle CT Reconstruction

ICCV 2023poster

Limited-Angle Computed Tomography (LACT) is a non-destructive 3D imaging technique used in a variety of applications ranging from security to medicine. The limited angle coverage in LACT is often a dominant source of severe artifacts in the reconstructed images, making it a challenging imaging inver…

Cited by 88PDFcodeScholar
2023

Dual-Cycle: Self-Supervised Dual-View Fluorescence Microscopy Image Reconstruction using CycleGAN

ICASSP 2023accepted

Three-dimensional fluorescence microscopy often suffers from anisotropy, where the resolution along the axial direction is lower than that within the lateral imaging plane. We address this issue by presenting Dual-Cycle, a new framework for joint deconvolution and fusion of dual-view fluorescence im…

Cited by 0SourceScholar
2023

MPI-Flow: Learning Realistic Optical Flow with Multiplane Images

ICCV 2023poster

The accuracy of learning-based optical flow estimation models heavily relies on the realism of the training datasets. Current approaches for generating such datasets either employ synthetic data or generate images with limited realism. However, the domain gap of these data with real-world scenes con…

Cited by 6PDFcodeScholar
2023

Open-world Semi-supervised Novel Class Discovery

IJCAI 2023poster

Traditional semi-supervised learning tasks assume that both labeled and unlabeled data follow the same class distribution, but the realistic open-world scenarios are of more complexity with unknown novel classes mixed in the unlabeled set. Therefore, it is of great challenge to not only recognize sa…

2023

Robustness of Deep Equilibrium Architectures to Changes in the Measurement Model

ICASSP 2023accepted

Deep model-based architectures (DMBAs) are widely used in imaging inverse problems to integrate physical measurement models and learned image priors. Plug-and-play priors (PnP) and deep equilibrium models (DEQ) are two DMBA frameworks that have received significant attention. The key difference betw…

Cited by 0SourceScholar
2022

Adaptive Patch Exiting for Scalable Single Image Super-Resolution

ECCV 2022poster

"Since the future of computing is heterogeneous, scalability is a crucial problem for single image super-resolution. Recent works try to train one network, which can be deployed on platforms with different capacities. However, they rely on the pixel-wise sparse convolution, which is not hardware-fri…

2022

Efficient Meta-Tuning for Content-Aware Neural Video Delivery

ECCV 2022poster

"Recently, Deep Neural Networks (DNNs) are utilized to reduce the bandwidth and improve the quality of Internet video delivery. Existing methods train corresponding content-aware super-resolution (SR) model for each video chunk on the server, and stream low-resolution (LR) video chunks along with SR…

2022

Few-Shot Font Generation by Learning Fine-Grained Local Styles

CVPR 2022poster

Few-shot font generation (FFG), which aims to generate a new font with a few examples, is gaining increasing attention due to the significant reduction in labor cost. A typical FFG pipeline considers characters in a standard font library as content glyphs and transfers them to a new target font by e…

Cited by 80PDFcodeScholar
2022

MTTrans: Cross-Domain Object Detection with Mean Teacher Transformer

ECCV 2022poster

"Recently, DEtection TRansformer (DETR), an end-to-end object detection pipeline, has achieved promising performance. However, it requires large-scale labeled data and suffers from domain shift, especially when no labeled data is available in the target domain. To solve this problem, we propose an e…

2022

Online Deep Equilibrium Learning for Regularization by Denoising

NeurIPS 2022accept

Plug-and-Play Priors (PnP) and Regularization by Denoising (RED) are widely-used frameworks for solving imaging inverse problems by computing fixed-points of operators combining physical measurement models and learned image priors. While traditional PnP/RED formulations have focused on priors specif…

2022

StyleSwap: Style-Based Generator Empowers Robust Face Swapping

ECCV 2022poster

"Numerous attempts have been made to the task of person-agnostic face swapping given its wide applications. While existing methods mostly rely on tedious network and loss designs, they still struggle in the information balancing between the source and target faces, and tend to produce visible artifa…

2021

Async-RED: A Provably Convergent Asynchronous Block Parallel Stochastic Method using Deep Denoising Priors

ICLR 2021spotlight

Regularization by denoising (RED) is a recently developed framework for solving inverse problems by integrating advanced denoisers as image priors. Recent work has shown its state-of-the-art performance when combined with pre-trained deep denoisers. However, current RED algorithms are inadequate for…

Cited by 18SourcePDFScholar
2021

Overfitting the Data: Compact Neural Video Delivery via Content-Aware Feature Modulation

ICCV 2021poster

Internet video delivery has undergone a tremendous explosion of growth over the past few years. However, the quality of video delivery system greatly depends on the Internet bandwidth. Deep Neural Networks (DNNs) are utilized to improve the quality of video delivery recently. These methods divide a…

Cited by 38PDFcodeScholar
2021

Recovery Analysis for Plug-and-Play Priors using the Restricted Eigenvalue Condition

NeurIPS 2021poster

The plug-and-play priors (PnP) and regularization by denoising (RED) methods have become widely used for solving inverse problems by leveraging pre-trained deep denoisers as image priors. While the empirical imaging performance and the theoretical convergence properties of these algorithms have bee…

2021

Stochastic Deep Unfolding for Imaging Inverse Problems

ICASSP 2021accepted

Deep unfolding networks are rapidly gaining attention for solving imaging inverse problems. However, the computational and memory complexity of existing deep unfolding networks scales with the size of the full measurement set, limiting their applicability to certain large-scale imaging inverse probl…

Cited by 0SourceScholar
2020

Learning Affordance Space in Physical World for Vision-based Robotic Object Manipulation

ICRA 2020poster

What is a proper representation for objects in manipulation? What would human try to perceive when manipulating a new object in a new environment? In fact, instead of focusing on the texture and illumination, human can infer the "affordance" [36] of the objects from vision. Here "affordance" describ…

Cited by 23SourceScholar
2020

Practical Deep Raw Image Denoising on Mobile Devices

ECCV 2020poster

Deep learning-based image denoising approaches have been extensively studied in recent years, prevailing in many public benchmark datasets. However, the stat-of-the-art networks are computationally too expensive to be directly applied on mobile devices. In this work, we propose a light-weight, effic…

2019

Chinese Street View Text: Large-Scale Chinese Text Reading With Partially Supervised Learning

ICCV 2019poster

Most existing text reading benchmarks make it difficult to evaluate the performance of more advanced deep learning models in large vocabularies due to the limited amount of training data. To address this issue, we introduce a new large-scale text reading benchmark dataset named Chinese Street View T…

Cited by 63PDFScholar
2019

Image Restoration Using Total Variation Regularized Deep Image Prior

ICASSP 2019accepted

In the past decade, sparsity-driven regularization has led to significant improvements in image reconstruction. Traditional regularizers, such as total variation (TV), rely on analytical models of sparsity. However, increasingly the field is moving towards trainable models, inspired from deep learni…

Cited by 0SourceScholar
2019

Semi-Supervised Skin Detection by Network With Mutual Guidance

ICCV 2019poster

We present a new data-driven method for robust skin detection from a single human portrait image. Unlike previous methods, we incorporate human body as a weak semantic guidance into this task, considering acquiring large-scale of human labeled skin data is commonly expensive and time-consuming. To b…

Cited by 32PDFScholar