← Search

Ji Liu

85 accepted papers

2026

DIFFSPARSE: ACCELERATING DIFFUSION TRANSFORMERS WITH LEARNED TOKEN SPARSITY

ICLR 2026poster

Diffusion models demonstrate outstanding performance in image generation, but their multi-step inference mechanism requires immense computational cost. Previous works accelerate inference by leveraging layer or token cache techniques to reduce computational cost. However, these methods fail to achie…

Cited by 0SourceScholar
2026

DiffBench Meets DiffAgent: End-to-End LLM-Driven Diffusion Acceleration Code Generation

AAAI 2026technical

Diffusion models have achieved remarkable success in image and video generation. However, their inherently multiple step inference process imposes substantial computational overhead, hindering real-world deployment. Accelerating diffusion models is therefore essential, yet determining how to combine

Cited by 0SourcePDFScholar
2026

Efficient Diffusion LLMs via Temporal-Spatial Parallel Decoding and Confidence Extrapolation

ICML 2026poster

Diffusion-based large language models (dLLMs) support parallel text generation via iterative denoising, yet inference remains latency-heavy because many steps are spent on redundant refinement and repeated remasking of tokens whose final values are already determined. Prior acceleration methods main…

Cited by 0SourceScholar
2026

Learnable Permutation for Structured Sparsity on Transformer Models

AAAI 2026technical

Structured sparsity has emerged as a popular model pruning technique, widely adopted in various architectures, including CNNs, Transformer models, and especially large language models (LLMs) in recent years. A promising direction to further improve post-pruning performance is weight permutation, whi

Cited by 0SourcePDFScholar
2025

Amphista: Bi-directional Multi-head Decoding for Accelerating LLM Inference

NAACL 2025long

Large Language Models (LLMs) inherently use autoregressive decoding, which lacks parallelism in inference and results in significantly slow inference speed. While methods such as Medusa constructs parallelized heads, they lack adequate information interaction across different prediction positions. T…

Cited by 0SourcePDFScholar
2025

CARFT: Boosting LLM Reasoning via Contrastive Learning with Annotated Chain-of-Thought-based Reinforced Fine-Tuning

EMNLP 2025

Reasoning capability plays a significantly critical role in the the broad applications of Large Language Models (LLMs). To enhance the reasoning performance of LLMs, diverse Reinforcement Learning (RL)-based fine-tuning approaches have been proposed to address the limited generalization capability o

2025

EGSRAL:An Enhanced 3D Gaussian Splatting Based Renderer with Automated Labeling for Large-Scale Driving Scene

AAAI 2025technical

3D Gaussian Splatting (3D GS) has gained popularity due to its faster rendering speed and high-quality novel view synthesis. Some researchers have explored using 3D GS for reconstructing driving scenes. However, these methods often rely on various types of data, such as depth maps, 3D bounding boxes…

2025

SGDPO: Self-Guided Direct Preference Optimization for Language Model Alignment

ACL 2025finding

Direct Preference Optimization (DPO) is broadly utilized for aligning Large Language Models (LLMs) with human values because of its flexibility. Despite its effectiveness, it has been observed that the capability of DPO to generate human-preferred response is limited and the results of DPO are far f…

2025

Týr-the-Pruner: Structural Pruning LLMs via Global Sparsity Distribution Optimization

NeurIPS 2025poster

Structural pruning enhances hardware-agnostic inference efficiency for large language models (LLMs) yet often fails to maintain comparable performance. Local pruning performs efficient layer-by-layer compression but ignores global topology. Although global pruning aims to identify an optimal sparse…

Cited by 0SourceScholar
2024

DiP-GO: A Diffusion Pruner via Few-step Gradient Optimization

NeurIPS 2024poster

Diffusion models have achieved remarkable progress in the field of image generation due to their outstanding capabilities. However, these models require substantial computing resources because of the multi-step denoising process during inference. While traditional pruning methods have been employed…

Cited by 2SourcePDFScholar
2024

FedASMU: Efficient Asynchronous Federated Learning with Dynamic Staleness-Aware Model Update

AAAI 2024technical

As a promising approach to deal with distributed data, Federated Learning (FL) achieves major advancements in recent years. FL enables collaborative model training by exploiting the raw data dispersed in multiple edge devices. However, the data is generally non-independent and identically distribute…

Cited by 33SourcePDFScholar
2024

Fisher Information-based Efficient Curriculum Federated Learning with Large Language Models

EMNLP 2024main

As a promising paradigm to collaboratively train models with decentralized data, Federated Learning (FL) can be exploited to fine-tune Large Language Models (LLMs). While LLMs correspond to huge size, the scale of the training data significantly increases, which leads to tremendous amounts of comput…

Cited by 1SourcePDFScholar
2024

G–LIME: Statistical Learning for Local Interpretations of Deep Neural Networks Using Global Priors (Abstract Reprint)

AAAI 2024technical

To explain the prediction result of a Deep Neural Network (DNN) model based on a given sample, LIME [1] and its derivatives have been proposed to approximate the local behavior of the DNN model around the data point via linear surrogates. Though these algorithms interpret the DNN by finding the key…

Cited by 1SourcePDFScholar
2024

Sampling-based Safe Reinforcement Learning for Nonlinear Dynamical Systems

AISTATS 2024poster

We develop provably safe and convergent reinforcement learning (RL) algorithms for control of nonlinear dynamical systems, bridging the gap between the hard safety guarantees of control theory and the convergence guarantees of RL theory. Recent advances at the intersection of control and RL follow a…

2024

UPDP: A Unified Progressive Depth Pruner for CNN and Vision Transformer

AAAI 2024technical

Traditional channel-wise pruning methods by reducing network channels struggle to effectively prune efficient CNN models with depth-wise convolutional layers and certain efficient modules, such as popular inverted residual blocks. Prior depth pruning methods by reducing network depths are not suitab…

Cited by 13SourcePDFScholar
2023

Accurate MRI Reconstruction via Multi-Domain Recurrent Networks

IJCAI 2023poster

In recent years, deep convolutional neural networks (CNNs) have become dominant in MRI reconstruction from undersampled k-space. However, most existing CNNs methods reconstruct the undersampled images either in the spatial domain or in the frequency domain, and neglecting the correlation between the…

Cited by 7SourcePDFScholar
2023

Fast Federated Machine Unlearning with Nonlinear Functional Theory

ICML 2023poster

Federated machine unlearning (FMU) aims to remove the influence of a specified subset of training data upon request from a trained federated learning model. Despite achieving remarkable performance, existing FMU techniques suffer from inefficiency due to two sequential operations of training and ret…

Cited by 57SourcePDFScholar
2023

Federated Learning of Large Language Models with Parameter-Efficient Prompt Tuning and Adaptive Optimization

EMNLP 2023long main

Federated learning (FL) is a promising paradigm to enable collaborative model training with decentralized data. However, the training process of Large Language Models (LLMs) generally incurs the update of significant parameters, which limits the applicability of FL techniques to tackle the LLMs in r…

Cited by 0SourcecodeScholar
2023

LG-BPN: Local and Global Blind-Patch Network for Self-Supervised Real-World Denoising

CVPR 2023poster

Despite the significant results on synthetic noise under simplified assumptions, most self-supervised denoising methods fail under real noise due to the strong spatial noise correlation, including the advanced self-supervised blind-spot networks (BSNs). For recent methods targeting real-world denois…

2023

PINAT: A Permutation INvariance Augmented Transformer for NAS Predictor

AAAI 2023technical

Time-consuming performance evaluation is the bottleneck of traditional Neural Architecture Search (NAS) methods. Predictor-based NAS can speed up performance evaluation by directly predicting performance, rather than training a large number of sub-models and then validating their performance. Most p…

2023

Pixel Adaptive Deep Unfolding Transformer for Hyperspectral Image Reconstruction

ICCV 2023poster

Hyperspectral Image (HSI) reconstruction has made gratifying progress with the deep unfolding framework by formulating the problem into a data module and a prior module. Nevertheless, existing methods still face the problem of insufficient matching with HSI data. The issues lie in three aspects: 1)…

Cited by 54PDFcodeScholar
2023

ProxyBO: Accelerating Neural Architecture Search via Bayesian Optimization with Zero-Cost Proxies

AAAI 2023technical

Designing neural architectures requires immense manual efforts. This has promoted the development of neural architecture search (NAS) to automate the design. While previous NAS methods achieve promising results but run slowly, zero-cost proxies run extremely fast but are less promising. Therefore, i…

Cited by 43SourcePDFScholar
2023

Quality-Aware Self-Training on Differentiable Synthesis of Rare Relational Data

AAAI 2023technical

Data scarcity is a very common real-world problem that poses a major challenge to data-driven analytics. Although a lot of data-balancing approaches have been proposed to mitigate this problem, they may drop some useful information or fall into the overfitting problem. Generative Adversarial Networ…

2023

Spectral Enhanced Rectangle Transformer for Hyperspectral Image Denoising

CVPR 2023poster

Denoising is a crucial step for hyperspectral image (HSI) applications. Though witnessing the great power of deep learning, existing HSI denoising methods suffer from limitations in capturing the non-local self-similarity. Transformers have shown potential in capturing long-range dependencies, but f…

2022

Accelerated Federated Learning with Decoupled Adaptive Optimization

ICML 2022spotlight

The federated learning (FL) framework enables edge clients to collaboratively learn a shared inference model while keeping privacy of training data on clients. Recently, many heuristics efforts have been made to generalize centralized adaptive optimization methods, such as SGDM, Adam, AdaGrad, etc.,…

Cited by 58SourcePDFScholar
2022

Dual Cross-Attention Learning for Fine-Grained Visual Categorization and Object Re-Identification

CVPR 2022poster

Recently, self-attention mechanisms have shown impressive performance in various NLP and CV tasks, which can help capture sequential characteristics and derive global information. In this work, we explore how to extend self-attention modules to better learn subtle feature embeddings for recognizing…

Cited by 230PDFScholar
2022

Efficient Device Scheduling with Multi-Job Federated Learning

AAAI 2022technical

Recent years have witnessed a large amount of decentralized data in multiple (edge) devices of end-users, while the aggregation of the decentralized data remains difficult for machine learning jobs due to laws or regulations. Federated Learning (FL) emerges as an effective approach to handling decen…

Cited by 44SourcePDFScholar
2022

FedDUAP: Federated Learning with Dynamic Update and Adaptive Pruning Using Shared Data on the Server

IJCAI 2022poster

Despite achieving remarkable performance, Federated Learning (FL) suffers from two critical challenges, i.e., limited computational resources and low training efficiency. In this paper, we propose a novel FL framework, i.e., FedDUAP, with two original contributions, to exploit the insensitive data o…

Cited by 52SourcePDFScholar
2022

Improving Certified Robustness via Statistical Learning with Logical Reasoning

NeurIPS 2022accept

Intensive algorithmic efforts have been made to enable the rapid improvements of certificated robustness for complex ML models recently. However, current robustness certification methods are only able to certify under a limited perturbation radius. Given that existing pure data-driven statistical ap…

2022

Multi-Granularity Pruning for Model Acceleration on Mobile Devices

ECCV 2022poster

"For practical deep neural network design on mobile devices, it is essential to consider the constraints incurred by the computational resources and the inference latency in various applications. Among deep network acceleration approaches, pruning is a widely adopted practice to balance the computat…

Cited by 6SourcePDFScholar
2022

Progressive Teacher-Student Training Framework for Music Tagging

ICASSP 2022accepted

Music tagging is the task of predicting multiple tags of a music excerpt, and plays an important role in modern music recommendation systems. To obtain superior performance, recent approaches of music tagging focus on developing sophisticated models or exploiting additional multi-modal information.…

Cited by 0SourceScholar
2022

Unified Visual Transformer Compression

ICLR 2022poster

Vision transformers (ViTs) have gained popularity recently. Even without customized image operators such as convolutions, ViTs can yield competitive performance when properly trained on massive data. However, the computational overhead of ViTs remains prohibitive, due to stacking multi-head self-att…

2021

1-bit Adam: Communication Efficient Large-Scale Training with Adam’s Convergence Speed

ICML 2021spotlight

Scalable training of large models (like BERT and GPT-3) requires careful optimization rooted in model design, architecture, and system capabilities. From a system standpoint, communication has become a major bottleneck, especially on commodity systems with standard TCP interconnects that offer limit…

2021

C-Watcher: A Framework for Early Detection of High-Risk Neighborhoods Ahead of COVID-19 Outbreak

AAAI 2021technical

The novel coronavirus disease (COVID-19) has crushed daily routines and is still rampaging through the world. Existing solution for nonpharmaceutical interventions usually needs to timely and precisely select a subset of residential urban areas for containment or even quarantine, where the spatial d…

Cited by 24SourcePDFScholar
2021

DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning

ICML 2021spotlight

Games are abstractions of the real world, where artificial agents learn to compete and cooperate with other agents. While significant achievements have been made in various perfect- and imperfect-information games, DouDizhu (a.k.a. Fighting the Landlord), a three-player card game, is still unsolved.…

2021

GDP: Stabilized Neural Network Pruning via Gates With Differentiable Polarization

ICCV 2021poster

Model compression techniques are recently gaining explosive attention for obtaining efficient AI models for various real time applications. Channel pruning is one important compression strategy, and widely used in slimming various DNNs. Previous gate-based or importance-based pruning methods aim to…

Cited by 52PDFcodeScholar
2021

Hand Image Understanding via Deep Multi-Task Learning

ICCV 2021poster

Analyzing and understanding hand information from multimedia materials like images or videos is important for many real world applications and remains to be very active in research community. There are various works focusing on recovering hand information from single image, however, they usually sol…

Cited by 63PDFcodeScholar
2021

Optimizing Information Theory Based Bitwise Bottlenecks for Efficient Mixed-Precision Activation Quantization

AAAI 2021technical

Recent researches on information theory shed new light on the continuous attempts to open the black box of neural signal encoding. Inspired by the problem of lossy signal compression for wireless communication, this paper presents a Bitwise Bottleneck approach for quantizing and encoding neural netw…

2021

Rank the Episodes: A Simple Approach for Exploration in Procedurally-Generated Environments

ICLR 2021poster

Exploration under sparse reward is a long-standing challenge of model-free reinforcement learning. The state-of-the-art methods address this challenge by introducing intrinsic rewards to encourage exploration in novel states or uncertain environment dynamics. Unfortunately, methods based on intrinsi…

2021

Reinforcement Learning for Cost-Aware Markov Decision Processes

ICML 2021spotlight

Ratio maximization has applications in areas as diverse as finance, reward shaping for reinforcement learning (RL), and the development of safe artificial intelligence, yet there has been very little exploration of RL algorithms for ratio maximization. This paper addresses this deficiency by introdu…

Cited by 11SourcePDFScholar
2021

ResRep: Lossless CNN Pruning via Decoupling Remembering and Forgetting

ICCV 2021poster

We propose ResRep, a novel method for lossless channel pruning (a.k.a. filter pruning), which slims down a CNN by reducing the width (number of output channels) of convolutional layers. Inspired by the neurobiology research about the independence of remembering and forgetting, we propose to re-param…

Cited by 235PDFcodeScholar
2021

Shifted Chunk Transformer for Spatio-Temporal Representational Learning

NeurIPS 2021poster

Spatio-temporal representational learning has been widely adopted in various fields such as action recognition, video object segmentation, and action anticipation.Previous spatio-temporal representational learning approaches primarily employ ConvNets or sequential models, e.g., LSTM, to learn the in…

Cited by 43SourcePDFScholar
2021

TNASP: A Transformer-based NAS Predictor with a Self-evolution Framework

NeurIPS 2021poster

Predictor-based Neural Architecture Search (NAS) continues to be an important topic because it aims to mitigate the time-consuming search procedure of traditional NAS methods. A promising performance predictor determines the quality of final searched models in predictor-based NAS methods. Most exist…

Cited by 38SourcePDFScholar
2021

UMEC: Unified model and embedding compression for efficient recommendation systems

ICLR 2021poster

The recommendation system (RS) plays an important role in the content recommendation and retrieval scenarios. The core part of the system is the Ranking neural network, which is usually a bottleneck of whole system performance during online inference. In this work, we propose a unified model and em…

2021

Validating the Lottery Ticket Hypothesis with Inertial Manifold Theory

NeurIPS 2021poster

Despite achieving remarkable efficiency, traditional network pruning techniques often follow manually-crafted heuristics to generate pruned sparse networks. Such heuristic pruning strategies are hard to guarantee that the pruned networks achieve test accuracy comparable to the original dense ones. R…

Cited by 37SourcePDFScholar
2020

Automatic Neural Network Compression by Sparsity-Quantization Joint Learning: A Constrained Optimization-Based Approach

CVPR 2020poster

Deep Neural Networks (DNNs) are applied in a wide range of usecases. There is an increased demand for deploying DNNs on devices that do not have abundant resources such as memory and computation units. Recently, network compression through a variety of techniques such as pruning and quantization hav…

Cited by 76PDFScholar
2020

GAN Slimming: All-in-One GAN Compression by A Unified Optimization Framework

ECCV 2020poster

Generative adversarial networks (GANs) have gained increasing popularity in various computer vision applications, and recently start to be deployed to resource-constrained mobile devices. Similar to other deep models, state-of-the-art GANs also suffer from high parameter complexities. That has recen…

2020

Hand-Transformer: Non-Autoregressive Structured Modeling for 3D Hand Pose Estimation

ECCV 2020poster

3D hand pose estimation is still far from a well-solved problem mainly due to the highly nonlinear dynamics of hand pose and the difficulties of modeling its inherent structural dependencies. To address this issue, we connect this structured output learning problem with the structured modeling frame…

Cited by 144SourcePDFScholar
2020

IMRAM: Iterative Matching With Recurrent Attention Memory for Cross-Modal Image-Text Retrieval

CVPR 2020poster

Enabling bi-directional retrieval of images and texts is important for understanding the correspondence between vision and language. Existing methods leverage the attention mechanism to explore such correspondence in a fine-grained manner. However, most of them consider all semantics equally and thu…

Cited by 461PDFcodeScholar
2020

Once-for-All Adversarial Training: In-Situ Tradeoff between Robustness and Accuracy for Free

NeurIPS 2020poster

Adversarial training and its many variants substantially improve deep network robustness, yet at the cost of compromising standard accuracy. Moreover, the training process is heavy and hence it becomes impractical to thoroughly explore the trade-off between accuracy and robustness. This paper asks t…

2020

Watch the Unobserved: A Simple Approach to Parallelizing Monte Carlo Tree Search

ICLR 2020talk

Monte Carlo Tree Search (MCTS) algorithms have achieved great success on many challenging benchmarks (e.g., Computer Go). However, they generally require a large number of rollouts, making their applications costly. Furthermore, it is also extremely challenging to parallelize MCTS due to its inheren…

Cited by 39SourcecodeScholar
2019

AutoML from Service Provider’s Perspective: Multi-device, Multi-tenant Model Selection with GP-EI

AISTATS 2019poster

AutoML has become a popular service that is provided by most leading cloud service providers today. In this paper, we focus on the AutoML problem from the \emph{service provider’s perspective}, motivated by the following practical consideration: When an AutoML service needs to serve {\em multiple us…

Cited by 6SourcePDFScholar
2019

DoubleSqueeze: Parallel Stochastic Gradient Descent with Double-pass Error-Compensated Compression

ICML 2019oral

A standard approach in large scale machine learning is distributed stochastic gradient training, which requires the computation of aggregated stochastic gradients over multiple nodes on a network. Communication is a major bottleneck in such applications, and in recent years, compressed stochastic gr…

Cited by 289SourcePDFScholar
2019

ECC: Platform-Independent Energy-Constrained Deep Neural Network Compression via a Bilinear Regression Model

CVPR 2019poster

Many DNN-enabled vision applications constantly operate under severe energy constraints such as unmanned aerial vehicles, Augmented Reality headsets, and smartphones. Designing DNNs that can meet a stringent energy budget is becoming increasingly important. This paper proposes ECC, a framework that…

Cited by 55PDFScholar
2019

Efficient Smooth Non-Convex Stochastic Compositional Optimization via Stochastic Recursive Gradient Descent

NeurIPS 2019poster

Stochastic compositional optimization arises in many important machine learning tasks such as reinforcement learning and portfolio management. The objective function is the composition of two expectations of stochastic functions, and is more challenging to optimize than vanilla stochastic optimizati…

2019

Energy-Constrained Compression for Deep Neural Networks via Weighted Sparse Projection and Layer Input Masking

ICLR 2019poster

Deep Neural Networks (DNNs) are increasingly deployed in highly energy-constrained environments such as autonomous drones and wearable devices while at the same time must operate in real-time. Therefore, reducing the energy consumption has become a major design consideration in DNN training. This pa…

2019

Global Sparse Momentum SGD for Pruning Very Deep Neural Networks

NeurIPS 2019poster

Deep Neural Network (DNN) is powerful but computationally expensive and memory intensive, thus impeding its practical usage on resource-constrained front-end devices. DNN pruning is an approach for deep model compression, which aims at eliminating some parameters with tolerable performance degradati…

2019

LIIR: Learning Individual Intrinsic Reward in Multi-Agent Reinforcement Learning

NeurIPS 2019poster

A great challenge in cooperative decentralized multi-agent reinforcement learning (MARL) is generating diversified behaviors for each individual agent when receiving only a team reward. Prior studies have paid much effort on reward shaping or designing a centralized critic that can discriminatively…

2019

Marginal Policy Gradients: A Unified Family of Estimators for Bounded Action Spaces with Applications

ICLR 2019poster

Many complex domains, such as robotics control and real-time strategy (RTS) games, require an agent to learn a continuous control. In the former, an agent learns a policy over R^d and in the latter, over a discrete set of actions each of which is parametrized by a continuous parameter. Such problems…

2019

Model Compression with Adversarial Robustness: A Unified Optimization Framework

NeurIPS 2019poster

Deep model compression has been extensively studied, and state-of-the-art methods can now achieve high compression ratios with minimal accuracy loss. This paper studies model compression through a different lens: could we compress models without hurting their robustness to adversarial attacks, in ad…

2019

Revisit Batch Normalization: New Understanding and Refinement via Composition Optimization

AISTATS 2019poster

Batch Normalization (BN) has been used extensively in deep learning to achieve faster training process and better resulting models. However, whether BN works strongly depends on how the batches are constructed during training, and it may not converge to a desired solution if the statistics on the ba…

Cited by 53SourcePDFScholar
2018

Asynchronous Decentralized Parallel Stochastic Gradient Descent

ICML 2018oral

Most commonly used distributed machine learning systems are either synchronous or centralized asynchronous. Synchronous algorithms like AllReduce-SGD perform poorly in a heterogeneous environment, while asynchronous algorithms using a parameter server suffer from 1) communication bottleneck at param…

2018

Gradient Sparsification for Communication-Efficient Distributed Optimization

NeurIPS 2018poster

Modern large-scale machine learning applications require stochastic optimization algorithms to be implemented on distributed computational architectures. A key bottleneck is the communication overhead for exchanging information such as stochastic gradients among different workers. In this paper, to…

Cited by 743SourcePDFScholar
2018

Stochastic Primal-Dual Method for Empirical Risk Minimization with O(1) Per-Iteration Complexity

NeurIPS 2018poster

Regularized empirical risk minimization problem with linear predictor appears frequently in machine learning. In this paper, we propose a new stochastic primal-dual method to solve this class of problems. Different from existing methods, our proposed methods only require O(1) operations in each iter…

Cited by 42SourcePDFScholar
2017

Can Decentralized Algorithms Outperform Centralized Algorithms? A Case Study for Decentralized Parallel Stochastic Gradient Descent

NeurIPS 2017oral

Most distributed machine learning systems nowadays, including TensorFlow and CNTK, are built in a centralized fashion. One bottleneck of centralized algorithms lies on high communication cost on the central node. Motivated by this, we ask, can decentralized algorithms be faster than its centralized…

2017

Finite-sum Composition Optimization via Variance Reduced Gradient Descent

AISTATS 2017poster

The stochastic composition optimization proposed recently by Wang et al. [2014] minimizes the objective with the composite expectation form: $\min_x (\mathbbE_iF_i ∘\mathbbE_j G_j)(x).$ It summarizes many important applications in machine learning, statistics, and finance. In this paper, we consider…

Cited by 101SourcePDFScholar
2017

On The Projection Operator to A Three-view Cardinality Constrained Set

ICML 2017poster

The cardinality constraint is an intrinsic way to restrict the solution structure in many domains, for example, sparse learning, feature selection, and compressed sensing. To solve a cardinality constrained problem, the key challenge is to solve the projection onto the cardinality constraint set, wh…

Cited by 0SourcePDFScholar
2017

ZipML: Training Linear Models with End-to-End Low Precision, and a Little Bit of Deep Learning

ICML 2017poster

Recently there has been significant interest in training machine-learning models at low precision: by reducing precision, one can reduce computation and communication by one order of magnitude. We examine training at reduced precision, both from a theoretical and practical perspective, and ask: is i…

Cited by 227SourcePDFScholar
2016

A Comprehensive Linear Speedup Analysis for Asynchronous Stochastic Parallel Optimization from Zeroth-Order to First-Order

NeurIPS 2016poster

Asynchronous parallel optimization received substantial successes and extensive attention recently. One of core theoretical questions is how much speedup (or benefit) the asynchronous parallelization can bring to us. This paper provides a comprehensive and generic analysis to study the speedup prope…

Cited by 136SourcePDFScholar
2016

Asynchronous Parallel Greedy Coordinate Descent

NeurIPS 2016poster

n this paper, we propose and study an Asynchronous parallel Greedy Coordinate Descent (Asy-GCD) algorithm for minimizing a smooth function with bounded constraints. At each iteration, workers asynchronously conduct greedy coordinate descent updates on a block of variables. In the first part of the…

Cited by 54SourcePDFScholar
2016

On Benefits of Selection Diversity via Bilevel Exclusive Sparsity

CVPR 2016poster

Sparse feature (dictionary) selection is critical for various tasks in computer vision, machine learning, and pattern recognition to avoid overfitting. While extensive research efforts have been conducted on feature selection using sparsity and group sparsity, we note that there has been a lack of d…

Cited by 9PDFScholar
2015

A parametric modeling approach for wireless capsule endoscopy hazy image restoration

ICASSP 2015accepted

Wireless capsule endoscopy (WCE) is an innovative solution for gastrointestinal disease detection. The image quality of WCE is not satisfactory for medical applications since some of them are dark or hazy. For the purpose of improving WCE image quality, we take a new way to establish a parametric im…

Cited by 0SourceScholar
2015

Asynchronous Parallel Stochastic Gradient for Nonconvex Optimization

NeurIPS 2015spotlight

The asynchronous parallel implementations of stochastic gradient (SG) have been broadly used in solving deep neural network and received many successes in practice recently. However, existing theories cannot explain their convergence and speedup properties, mainly due to the nonconvexity of most dee…

Cited by 594SourcePDFScholar