← Search

Yurong Chen

26 accepted papers

2026

SGDE: Self-supervised Geometry Degradation Estimation Framework for Coded Aperture Compressive Spectral Imaging

CVPR 2026

Coded Aperture Snapshot Spectral Imaging (CASSI) has emerged as a prominent technique for efficient hyperspectral imaging. However, the tight coupling between physical encoding and computational decoding makes CASSI highly sensitive to slight hardware misalignments, which can significantly degrade r

Cited by 0SourcecodeScholar
2025

Mechanism Design for LLM Fine-tuning with Multiple Reward Models

NeurIPS 2025poster

Fine-tuning large language models (LLMs) to aggregate multiple preferences has attracted considerable research attention. With aggregation algorithms advancing, a potential economic scenario arises where fine-tuning services are provided to agents with different preferences. In this context, agents…

Cited by 0SourceScholar
2023

A Scalable Neural Network for DSIC Affine Maximizer Auction Design

NeurIPS 2023spotlight

Automated auction design aims to find empirically high-revenue mechanisms through machine learning. Existing works on multi item auction scenarios can be roughly divided into RegretNet-like and affine maximizer auctions (AMAs) approaches. However, the former cannot strictly ensure dominant strategy…

Cited by 33SourcePDFScholar
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

Coordinated Dynamic Bidding in Repeated Second-Price Auctions with Budgets

ICML 2023poster

In online ad markets, a rising number of advertisers are employing bidding agencies to participate in ad auctions. These agencies are specialized in designing online algorithms and bidding on behalf of their clients. Typically, an agency usually has information on multiple advertisers, so she can po…

Cited by 6SourcePDFScholar
2023

From Semi-supervised to Omni-supervised Room Layout Estimation Using Point Clouds

ICRA 2023poster

Room layout estimation is a long-existing robotic vision task that benefits both environment sensing and motion planning. However, layout estimation using point clouds (PCs) still suffers from data scarcity due to annotation difficulty. As such, we address the semi-supervised setting of this task ba…

Cited by 20SourcecodeScholar
2023

Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition

ICML 2023poster

This paper presents Ske2Grid, a new representation learning framework for improved skeleton-based action recognition. In Ske2Grid, we define a regular convolution operation upon a novel grid representation of human skeleton, which is a compact image-like grid patch constructed and learned through th…

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

On the Convergence of Fictitious Play: A Decomposition Approach

IJCAI 2022poster

Fictitious play (FP) is one of the most fundamental game-theoretical learning frameworks for computing Nash equilibrium in n-player games, which builds the foundation for modern multi-agent learning algorithms. Although FP has provable convergence guarantees on zero-sum games and potential games, ma…

Cited by 4SourcePDFScholar
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
2019

Learning Two-View Correspondences and Geometry Using Order-Aware Network

ICCV 2019poster

Establishing correspondences between two images requires both local and global spatial context. Given putative correspondences of feature points in two views, in this paper, we propose Order-Aware Network, which infers the probabilities of correspondences being inliers and regresses the relative pos…

Cited by 468PDFcodeScholar
2018

Efficient Semantic Scene Completion Network with Spatial Group Convolution

ECCV 2018poster

We introduce Spatial Group Convolution (SGC) for accelerating the computation of 3D dense prediction tasks. SGC is orthogonal to group convolution, which works on spatial dimensions rather than feature channel dimension. It divides input voxels into different groups, then conducts 3D sparse convolut…

2018

Explicit Loss-Error-Aware Quantization for Low-Bit Deep Neural Networks

CVPR 2018poster

Benefiting from tens of millions of hierarchically stacked learnable parameters, Deep Neural Networks (DNNs) have demonstrated overwhelming accuracy on a variety of artificial intelligence tasks. However reversely, the large size of DNN models lays a heavy burden on storage, computation and power co…

Cited by 109SourcePDFScholar
2018

Learning Visual Knowledge Memory Networks for Visual Question Answering

CVPR 2018poster

Visual question answering (VQA) requires joint comprehension of images and natural language questions, where many questions can't be directly or clearly answered from visual content but require reasoning from structured human knowledge with confirmation from visual content. This paper proposes visua…

Cited by 88SourcePDFScholar
2017

DSOD: Learning Deeply Supervised Object Detectors From Scratch

ICCV 2017poster

We present Deeply Supervised Object Detector (DSOD), a framework that can learn object detectors from scratch. State-of-the-art object objectors rely heavily on the off-the-shelf networks pre-trained on large-scale classification datasets like ImageNet, which incurs learning bias due to the differen…

Cited by 820PDFcodeScholar
2017

Decoder Network Over Lightweight Reconstructed Feature for Fast Semantic Style Transfer

ICCV 2017poster

Recently, the community of style transfer is trying to incorporate semantic information into traditional system. This practice achieves better perceptual results by transferring the style between semantically-corresponding regions. Yet, few efforts are invested to address the computation bottleneck…

Cited by 71PDFScholar
2017

Incremental Network Quantization: Towards Lossless CNNs with Low-precision Weights

ICLR 2017poster

This paper presents incremental network quantization (INQ), a novel method, targeting to efficiently convert any pre-trained full-precision convolutional neural network (CNN) model into a low-precision version whose weights are constrained to be either powers of two or zero. Unlike existing methods…

Cited by 1390SourcecodeScholar
2017

Physics Inspired Optimization on Semantic Transfer Features: An Alternative Method for Room Layout Estimation

CVPR 2017poster

In this paper, we propose an alternative method to estimate room layouts of cluttered indoor scenes. This method enjoys the benefits of two novel techniques. The first one is semantic transfer (ST), which is: (1) a formulation to integrate the relationship between scene clutter and room layout into…

Cited by 87PDFScholar
2017

RON: Reverse Connection With Objectness Prior Networks for Object Detection

CVPR 2017poster

We present RON, an efficient and effective framework for generic object detection. Our motivation is to smartly associate the best of the region-based (e.g., Faster R-CNN) and region-free (e.g., SSD) methodologies. Under fully convolutional architecture, RON mainly focuses on two fundamental problem…

Cited by 539PDFScholar
2016

HyperNet: Towards Accurate Region Proposal Generation and Joint Object Detection

CVPR 2016spotlight

Almost all of the current top-performing object detection networks employ region proposals to guide the search for object instances. State-of-the-art region proposal methods usually need several thousand proposals to get high recall, thus hurting the detection efficiency. Although the latest Region…

Cited by 1150PDFScholar