← Search

Shiliang Pu

75 accepted papers

2024

Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent Geometric-Consistent Learning

AAAI 2024technical

Recently, arbitrary-scale point cloud upsampling mechanism became increasingly popular due to its efficiency and convenience for practical applications. To achieve this, most previous approaches formulate it as a problem of surface approximation and employ point-based networks to learn surface repre…

2024

Fast Updating Truncated SVD for Representation Learning with Sparse Matrices

ICLR 2024poster

Updating truncated Singular Value Decomposition (SVD) has extensive applications in representation learning. The continuous evolution of massive-scaled data matrices in practical scenarios highlights the importance of aligning SVD-based models with fast-paced updates. Recent methods for updating tru…

Cited by 2SourcePDFScholar
2024

Insert or Attach: Taxonomy Completion via Box Embedding

ACL 2024long

Taxonomy completion, enriching existing taxonomies by inserting new concepts as parents or attaching them as children, has gained significant interest. Previous approaches embed concepts as vectors in Euclidean space, which makes it difficult to model asymmetric relations in taxonomy. In addition, t…

2024

Learning to solve Class-Constrained Bin Packing Problems via Encoder-Decoder Model

ICLR 2024poster

Neural methods have shown significant merit in solving combinatorial optimization (CO) problems, including the Bin Packing Problem (BPP). However, most existing ML-based approaches focus on geometric BPP like 3DBPP, neglecting complex vector BPP. In this study, we introduce a vector BPP variant call…

Cited by 2SourcePDFScholar
2024

LoRAMoE: Alleviating World Knowledge Forgetting in Large Language Models via MoE-Style Plugin

ACL 2024long

Supervised fine-tuning (SFT) is a crucial step for large language models (LLMs), enabling them to align with human instructions and enhance their capabilities in downstream tasks. Substantially increasing instruction data is a direct solution to align the model with a broader range of downstream tas…

2023

A Spatio-Temporal Decomposition Network for Compressed Video Quality Enhancement

ICASSP 2023accepted

Compressed video quality enhancement has always been a widely concerned research. However, existing methods rarely build models from the consideration of object motion diversity and feature frequency distribution. In this paper, we propose a Spatio-Temporal Decomposition Network (STDN) to reduce the…

Cited by 0SourceScholar
2023

Bit-Shrinking: Limiting Instantaneous Sharpness for Improving Post-Training Quantization

CVPR 2023poster

Post-training quantization (PTQ) is an effective compression method to reduce the model size and computational cost. However, quantizing a model into a low-bit one, e.g., lower than 4, is difficult and often results in nonnegligible performance degradation. To address this, we investigate the loss l…

Cited by 21SourcePDFScholar
2023

Clusterformer: Cluster-based Transformer for 3D Object Detection in Point Clouds

ICCV 2023poster

Attributed to the unstructured and sparse nature of point clouds, the transformer shows greater potential in point clouds data processing. However, the recent query-based 3D detectors usually project the features acquired from a sparse backbone into the structured and compact Bird's Eye View(BEV) pl…

Cited by 15PDFScholar
2023

Distilling DETR with Visual-Linguistic Knowledge for Open-Vocabulary Object Detection

ICCV 2023poster

Current methods for open-vocabulary object detection (OVOD) rely on a pre-trained vision-language model (VLM) to acquire the recognition ability. In this paper, we propose a simple yet effective framework to Distill the Knowledge from the VLM to a DETR-like detector, termed DK-DETR. Specifically, we…

Cited by 17PDFcodeScholar
2023

HPFTN: Hierarchical Progressive Fusion Transformer Network for Video Denoising

ICASSP 2023accepted

This paper presents a simple yet effective approach to modeling space-time correspondences in the context of video denoising. Unlike most existing approaches, our method, namely HPFTN, can operate end-to-end on consecutive frames without motion estimation. To do so, the proposed hierarchical patch m…

Cited by 0SourceScholar
2023

Learning Expressive And Generalizable Motion Features For Face Forgery Detection

ICASSP 2023accepted

Previous face forgery detection methods mainly focus on appearance features, which may be easily attacked by sophisticated manipulation. Considering the majority of current face manipulation methods generate fake faces based on a single frame, which do not take frame consistency and coordination int…

Cited by 0SourceScholar
2023

Learning Symmetry-Aware Geometry Correspondences for 6D Object Pose Estimation

ICCV 2023poster

Current 6D pose estimation methods focus on handling objects that are previously trained, which limits their applications in real dynamic world. To this end, we propose a geometry correspondence-based framework, termed GCPose, to estimate 6D pose of arbitrary unseen objects without any re-training.…

Cited by 20PDFcodeScholar
2023

MDR-MFI:Multi-Branch Decoupled Regression and Multi-Scale Feature Interaction for Partial-to-Partial Cloud Registration

ICASSP 2023accepted

Point cloud registration is a fundamental task in the 3D vision field. Many previous works adopt the regression model to estimate the transformation parameters. However, these methods couple the estimation of rotation and translation via a single regression branch, which suffers from the mutual inte…

Cited by 0SourceScholar
2023

MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition

EMNLP 2023long main

Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with only knowledge bases or gazetteers and unlabeled corpus. However, distant annotations are noisy and degrade the performance of NER models. In this paper, we propose a noise-robust prot…

Cited by 0SourcecodeScholar
2023

Multi-View Adversarial Discriminator: Mine the Non-Causal Factors for Object Detection in Unseen Domains

CVPR 2023highlight

Domain shift degrades the performance of object detection models in practical applications. To alleviate the influence of domain shift, plenty of previous work try to decouple and learn the domain-invariant (common) features from source domains via domain adversarial learning (DAL). However, inspire…

2023

Multi-modal Action Chain Abductive Reasoning

ACL 2023long

Abductive Reasoning, has long been considered to be at the core ability of humans, which enables us to infer the most plausible explanation of incomplete known phenomena in daily life. However, such critical reasoning capability is rarely investigated for contemporary AI systems under such limited o…

2023

PHA: Patch-Wise High-Frequency Augmentation for Transformer-Based Person Re-Identification

CVPR 2023highlight

Although recent studies empirically show that injecting Convolutional Neural Networks (CNNs) into Vision Transformers (ViTs) can improve the performance of person re-identification, the rationale behind it remains elusive. From a frequency perspective, we reveal that ViTs perform worse than CNNs in…

2023

PRIME: 3D Human Pose and Body Shape Recovery with Perspective Projection

ICASSP 2023accepted

Existing monocular 3D human pose and body shape (HPS) estimation methods make the coplanar assumption and use weak perspective projection in order to simplify the problem setting for images in the wild. However, weak perspective projection inevitably introduce prediction biases. To address this issu…

Cited by 0SourceScholar
2023

Rethinking the Approximation Error in 3D Surface Fitting for Point Cloud Normal Estimation

CVPR 2023poster

Most existing approaches for point cloud normal estimation aim to locally fit a geometric surface and calculate the normal from the fitted surface. Recently, learning-based methods have adopted a routine of predicting point-wise weights to solve the weighted least-squares surface fitting problem. De…

2023

Select and Optimize: Learning to solve large-scale TSP instances

AISTATS 2023poster

Learning-based algorithms to solve TSP are getting popular in recent years, but most existing works cannot solve very large-scale TSP instances within a limited time. To solve this problem, this paper introduces a creative and distinctive method to select and locally optimize sub-parts of a solution…

Cited by 45SourcePDFScholar
2023

Single Domain Dynamic Generalization for Iris Presentation Attack Detection

ICASSP 2023accepted

Iris presentation attack detection (PAD) has achieved great success under intra-domain settings but easily degrades on unseen domains. Conventional domain generalization methods mitigate the gap by learning domain-invariant features. However, they ignore the discriminative information in the domain-…

Cited by 0SourceScholar
2023

Towards Deployment-Efficient and Collision-Free Multi-Agent Path Finding (Student Abstract)

AAAI 2023technical

Multi-agent pathfinding (MAPF) is essential to large-scale robotic coordination tasks. Planning-based algorithms show their advantages in collision avoidance while avoiding exponential growth in the number of agents. Reinforcement-learning (RL)-based algorithms can be deployed efficiently but cannot…

Cited by 0SourcePDFScholar
2022

"Lossless" Compression of Deep Neural Networks: A High-dimensional Neural Tangent Kernel Approach

NeurIPS 2022accept

Modern deep neural networks (DNNs) are extremely powerful; however, this comes at the price of increased depth and having more parameters per layer, making their training and inference more computationally challenging. In an attempt to address this key limitation, efforts have been devoted to the c…

2022

ATF-3D: Semi-Supervised 3D Object Detection With Adaptive Thresholds Filtering Based on Confidence and Distance

RA-L 2022

Performance of current point cloud-based outdoor 3D object detection relies heavily on large-scale high-quality 3D annotations. However, such annotations are usually expensive to collect and outdoor scenes easily accumulate massive unlabeled data containing rich scenes. Semi-supervised learning is a

Cited by 12SourceScholar
2022

Attention Diversification for Domain Generalization

ECCV 2022poster

"Convolutional neural networks (CNNs) have demonstrated gratifying results at learning discriminative features. However, when applied to unseen domains, state-of-the-art models are usually prone to errors due to domain shift. After investigating this issue from the perspective of shortcut learning,…

2022

CAKE: A Scalable Commonsense-Aware Framework For Multi-View Knowledge Graph Completion

ACL 2022long

Knowledge graphs store a large number of factual triples while they are still incomplete, inevitably. The previous knowledge graph completion (KGC) models predict missing links between entities merely relying on fact-view data, ignoring the valuable commonsense knowledge. The previous knowledge grap…

2022

Can Abnormality be Detected by Graph Neural Networks?

IJCAI 2022poster

Anomaly detection in graphs has attracted considerable interests in both academia and industry due to its wide applications in numerous domains ranging from finance to biology. Meanwhile, graph neural networks (GNNs) is emerging as a powerful tool for modeling graph data. A natural and fundamental q…

2022

Dynamic Low-Resolution Distillation for Cost-Efficient End-to-End Text Spotting

ECCV 2022poster

"End-to-end text spotting has attached great attention recently due to its benefits on global optimization and high maintainability for real applications. However, the input scale has always been a tough trade-off since recognizing a small text instance usually requires enlarging the whole image, wh…

2022

End-to-End Modeling via Information Tree for One-Shot Natural Language Spatial Video Grounding

ACL 2022long

Natural language spatial video grounding aims to detect the relevant objects in video frames with descriptive sentences as the query. In spite of the great advances, most existing methods rely on dense video frame annotations, which require a tremendous amount of human effort. To achieve effective g…

Cited by 41SourcePDFScholar
2022

Enhancing Multi-modal Features Using Local Self-Attention for 3D Object Detection

ECCV 2022poster

"LiDAR and Camera sensors have complementary properties: LiDAR senses accurate positioning, while camera provides rich texture and color information. Fusing these two modalities can intuitively improve the performance of 3D detection. Most multi-modal fusion methods use networks to extract features…

Cited by 13SourcePDFScholar
2022

FAM: Visual Explanations for the Feature Representations From Deep Convolutional Networks

CVPR 2022poster

In recent years, increasing attention has been drawn to the internal mechanisms of representation models. Traditional methods are inapplicable to fully explain the feature representations, especially if the images do not fit into any category. In this case, employing an existing class or the similar…

Cited by 3PDFScholar
2022

FBNet: Feedback Network for Point Cloud Completion

ECCV 2022poster

"The rapid development of point cloud learning has driven point cloud completion into a new era. However, the information flows of most existing completion methods are solely feedforward, and high-level information is rarely reused to improve low-level feature learning. To this end, we propose a nov…

2022

Few-Shot One-Class Domain Adaptation Based On Frequency For Iris Presentation Attack Detection

ICASSP 2022accepted

Iris presentation attack detection (PAD) has achieved remarkable success to ensure the reliability and security of iris recognition systems. Most existing methods exploit discriminative features in the spatial domain and report outstanding performance under intra-dataset settings. However, the degra…

Cited by 0SourceScholar
2022

Forward Compatible Few-Shot Class-Incremental Learning

CVPR 2022poster

Novel classes frequently arise in our dynamically changing world, e.g., new users in the authentication system, and a machine learning model should recognize new classes without forgetting old ones. This scenario becomes more challenging when new class instances are insufficient, which is called few…

Cited by 290PDFcodeScholar
2022

GCLO: Ground Constrained LiDAR Odometry with Low-drifts for GPS-denied Indoor Environments

ICRA 2022poster

LiDAR is widely adopted in Simultaneous Localization And Mapping (SLAM) and High Definition (HD) map production. The accuracy of LiDAR Odometry (LO) is of great importance, especially in GPS-denied environments. However, we found typical LO results are prone to drift upwards along the vertical direc…

Cited by 33SourceScholar
2022

Label Matching Semi-Supervised Object Detection

CVPR 2022poster

Semi-supervised object detection has made significant progress with the development of mean teacher driven self-training. Despite the promising results, the label mismatch problem is not yet fully explored in the previous works, leading to severe confirmation bias during self-training. In this paper…

Cited by 95PDFcodeScholar
2022

Learning Domain Adaptive Object Detection with Probabilistic Teacher

ICML 2022spotlight

Self-training for unsupervised domain adaptive object detection is a challenging task, of which the performance depends heavily on the quality of pseudo boxes. Despite the promising results, prior works have largely overlooked the uncertainty of pseudo boxes during self-training. In this paper, we p…

2022

Learning Multiple Explainable and Generalizable Cues for Face Anti-Spoofing

ICASSP 2022accepted

Although previous CNN based face anti-spoofing methods have achieved promising performance under intra-dataset testing, they suffer from poor generalization under cross-dataset testing. The main reason is that they learn the network with only binary supervision, which may learn arbitrary cues overfi…

Cited by 0SourceScholar
2022

Perform like an Engine: A Closed-Loop Neural-Symbolic Learning Framework for Knowledge Graph Inference

COLING 2022main

Knowledge graph (KG) inference aims to address the natural incompleteness of KGs, including rule learning-based and KG embedding (KGE) models. However, the rule learning-based models suffer from low efficiency and generalization while KGE models lack interpretability. To address these challenges, we…

2022

Read Extensively, Focus Smartly: A Cross-document Semantic Enhancement Method for Visual Documents NER

COLING 2022main

The introduction of multimodal information and pretraining technique significantly improves entity recognition from visually-rich documents. However, most of the existing methods pay unnecessary attention to irrelevant regions of the current document while ignoring the potentially valuable informati…

Cited by 2SourcePDFScholar
2022

SAViT: Structure-Aware Vision Transformer Pruning via Collaborative Optimization

NeurIPS 2022accept

Vision Transformers (ViTs) yield impressive performance across various vision tasks. However, heavy computation and memory footprint make them inaccessible for edge devices. Previous works apply importance criteria determined independently by each individual component to prune ViTs. Considering that…

2022

SO-PFH: Semantic Object-based Point Feature Histogram for Global Localization in Parking Lot

IROS 2022poster

Global localization is essential for autonomous mobile systems, especially indoor applications where the GPS signal is denied. Although the appearance-based methods have been successfully applied in various localization tasks, they face various challenges such as light variation, viewpoint changing,…

Cited by 3SourceScholar
2022

Self-Supervised Noisy Label Learning for Source-Free Unsupervised Domain Adaptation

IROS 2022poster

Domain adaptation is an important property in robot vision, which enables the neural networks pre-trained on source domains to adapt target domains automatically without any annotation efforts. During this process, source data is not always accessible due to the constraints of expensive storage over…

Cited by 80SourceScholar
2022

Simulation-and-Mining: Towards Accurate Source-Free Unsupervised Domain Adaptive Object Detection

ICASSP 2022accepted

Vanilla unsupervised domain adaptive (UDA) object detection typically requires the labeled source data for joint-training with the unlabeled target data, which is usually unavailable in real-world scenarios due to data privacy, leading to source data-free UDA object detection. Herein, we first analy…

Cited by 0SourceScholar
2022

Target-Aware Auto-Augmentation for Unsupervised Domain Adaptive Object Detection

ICASSP 2022accepted

Recent researches show that data auto-augmentation strategies can enhance the performance of object detection models. However, the existing works mainly focus on in-domain generalization. There is still a blank in out-of-domain generalization. In this paper, for the first time, we propose an auto-au…

Cited by 0SourceScholar
2022

Towards Comprehensive Representation Enhancement in Semantics-Guided Self-Supervised Monocular Depth Estimation

ECCV 2022poster

"Semantics-guided self-supervised monocular depth estimation has been widely researched, owing to the strong cross-task correlation of depth and semantics. However, since depth estimation and semantic segmentation are fundamentally two types of tasks: one is regression while the other is classificat…

Cited by 23SourcePDFScholar
2022

Transductive Clip with Class-Conditional Contrastive Learning

ICASSP 2022accepted

Inspired by the remarkable zero-shot generalization capacity of vision-language pre-trained model, we seek to leverage the supervision from CLIP model to alleviate the burden of data labeling. However, such supervision inevitably contains the label noise, which significantly degrades the discriminat…

Cited by 0SourceScholar
2022

Unimodal-Concentrated Loss: Fully Adaptive Label Distribution Learning for Ordinal Regression

CVPR 2022poster

Learning from a label distribution has achieved promising results on ordinal regression tasks such as facial age and head pose estimation wherein, the concept of adaptive label distribution learning (ALDL) has drawn lots of attention recently for its superiority in theory. However, compared with the…

Cited by 29PDFScholar
2021

A Free Lunch for Unsupervised Domain Adaptive Object Detection without Source Data

AAAI 2021technical

Unsupervised domain adaptation (UDA) assumes that source and target domain data are freely available and usually trained together to reduce the domain gap. However, considering the data privacy and the inefficiency of data transmission, it is impractical in real scenarios. Hence, it draws our eyes t…

Cited by 168SourcePDFScholar
2021

Demodalizing Face Recognition with Synthetic Samples

AAAI 2021technical

Using data generated by generative adversarial networks or three-dimensional (3D) technology for face recognition training is a theoretically reasonable solution to the problems of unbalanced data distributions and data scarcity. However, due to the modal difference between synthetic data and real d…

2021

Divide-and-Assemble: Learning Block-Wise Memory for Unsupervised Anomaly Detection

ICCV 2021poster

Reconstruction-based methods play an important role in unsupervised anomaly detection in images. Ideally, we expect a perfect reconstruction for normal samples and poor reconstruction for abnormal samples. Since the generalizability of deep neural networks is difficult to control, existing models su…

Cited by 193PDFScholar
2021

Entity Concept-enhanced Few-shot Relation Extraction

ACL 2021short

Few-shot relation extraction (FSRE) is of great importance in long-tail distribution problem, especially in special domain with low-resource data. Most existing FSRE algorithms fail to accurately classify the relations merely based on the information of the sentences together with the recognized ent…

2021

Look Before You Act: Boosting Pseudo-LiDAR with Online Semantic Embedding

IROS 2021poster

Vision-based 3D object detection is a research focus in the field of autonomous driving system. While recently proposed pseudo-LiDAR is a promising solution, its performance is severely restricted by the image-based depth estimator, leading to a considerable performance gap against the LiDAR-based c…

Cited by 0SourceScholar
2021

MANGO: A Mask Attention Guided One-Stage Scene Text Spotter

AAAI 2021technical

Recently end-to-end scene text spotting has become a popular research topic due to its advantages of global optimization and high maintainability in real applications. Most methods attempt to develop various region of interest (RoI) operations to concatenate the detection part and the sequence recog…

2021

Multi-Level Adaptive Region of Interest and Graph Learning for Facial Action Unit Recognition

ICASSP 2021accepted

In facial action unit (AU) recognition tasks, regional feature learning and AU relation modeling are two effective aspects which are worth exploring. However, the limited representation capacity of regional features makes it difficult for relation models to embed AU relationship knowledge. In this p…

Cited by 0SourceScholar
2021

RPVNet: A Deep and Efficient Range-Point-Voxel Fusion Network for LiDAR Point Cloud Segmentation

ICCV 2021poster

Point clouds can be represented in many forms (views), typically, point-based sets, voxel-based cells or range-based images(i.e., panoramic view). The point-based view is geometrically accurate, but it is disordered, which makes it difficult to find local neighbors efficiently. The voxel-based view…

Cited by 333PDFScholar
2021

RangeIoUDet: Range Image Based Real-Time 3D Object Detector Optimized by Intersection Over Union

CVPR 2021poster

Real-time and high-performance 3D object detection is an attractive research direction in autonomous driving. Recent studies prefer point based or voxel based convolution for achieving high performance. However, these methods suffer from the unsatisfied efficiency or complex customized convolution,…

Cited by 79PDFScholar
2021

SGMNet: Learning Rotation-Invariant Point Cloud Representations via Sorted Gram Matrix

ICCV 2021poster

Recently, various works that attempted to introduce rotation invariance to point cloud analysis have devised point-pair features, such as angles and distances. In these methods, however, the point-pair is only comprised of the center point and its adjacent points in a vicinity, which may bring infor…

Cited by 46PDFScholar
2021

SPIN: Structure-Preserving Inner Offset Network for Scene Text Recognition

AAAI 2021technical

Arbitrary text appearance poses a great challenge in scene text recognition tasks. Existing works mostly handle with the problem in consideration of the shape distortion, including perspective distortions, line curvature or other style variations. Rectification (i.e., spatial transformers) as the pr…

2021

STEP: Out-of-Distribution Detection in the Presence of Limited In-Distribution Labeled Data

NeurIPS 2021poster

Existing semi-supervised learning (SSL) studies typically assume that unlabeled and test data are drawn from the same distribution as labeled data. However, in many real-world applications, it is desirable to have SSL algorithms that not only classify the samples drawn from the same distribution of…

Cited by 39SourcePDFScholar
2021

Self-Domain Adaptation for Face Anti-Spoofing

AAAI 2021technical

Although current face anti-spoofing methods achieve promising results under intra-dataset testing, they suffer from poor generalization to unseen attacks. Most existing works adopt domain adaptation (DA) or domain generalization (DG) techniques to address this problem. However, the target domain is…

Cited by 117SourcePDFScholar
2021

Towards Robust Model Reuse in the Presence of Latent Domains

IJCAI 2021poster

Model reuse tries to adapt well pre-trained models to a new target task, without access of raw data. It attracts much attention since it reduces the learning resources. Previous model reuse studies typically operate in a single-domain scenario, i.e., the target samples arise from one single domain.…

2021

TransForensics: Image Forgery Localization With Dense Self-Attention

ICCV 2021poster

Nowadays advanced image editing tools and technical skills produce tampered images more realistically, which can easily evade image forensic systems and make authenticity verification of images more difficult. To tackle this challenging problem, we introduce TransForensics, a novel image forgery loc…

Cited by 65PDFScholar
2020

Counterfactual Samples Synthesizing for Robust Visual Question Answering

CVPR 2020poster

Despite Visual Question Answering (VQA) has realized impressive progress over the last few years, today's VQA models tend to capture superficial linguistic correlations in the train set and fail to generalize to the test set with different QA distributions. To reduce the language biases, several rec…

Cited by 401PDFcodeScholar
2020

Learning Open Set Network with Discriminative Reciprocal Points

ECCV 2020poster

Open set recognition is an emerging research area that aims to simultaneously classify samples from predefined classes and identify the rest as 'unknown'. In this process, one of the key challenges is to reduce the risk of generalizing the inherent characteristics of numerous unknown samples learned…

Cited by 266SourcePDFScholar
2019

All You Need Is a Few Shifts: Designing Efficient Convolutional Neural Networks for Image Classification

CVPR 2019poster

Shift operation is an efficient alternative over depthwise separable convolution. However, it is still bottlenecked by its implementation manner, namely memory movement. To put this direction forward, a new and novel basic component named Sparse Shift Layer (SSL) is introduced in this paper to const…

Cited by 118PDFcodeScholar
2019

Collaborative Spatiotemporal Feature Learning for Video Action Recognition

CVPR 2019poster

Spatiotemporal feature learning is of central importance for action recognition in videos. Existing deep neural network models either learn spatial and temporal features independently (C2D) or jointly with unconstrained parameters (C3D). In this paper, we propose a novel neural operation which encod…

Cited by 131PDFcodeScholar
2019

Counterfactual Critic Multi-Agent Training for Scene Graph Generation

ICCV 2019oral

Scene graphs --- objects as nodes and visual relationships as edges --- describe the whereabouts and interactions of objects in an image for comprehensive scene understanding. To generate coherent scene graphs, almost all existing methods exploit the fruitful visual context by modeling message passi…

Cited by 200PDFScholar
2018

AON: Towards Arbitrarily-Oriented Text Recognition

CVPR 2018poster

Recognizing text from natural images is a hot research topic in computer vision due to its various applications. Despite the enduring research of several decades on optical character recognition (OCR), recognizing texts from natural images is still a challenging task. This is because scene texts are…

Cited by 360SourcePDFScholar
2018

Extreme Network Compression via Filter Group Approximation

ECCV 2018poster

In this paper we propose a novel decomposition method based on filter group approximation, which can significantly reduce the redundancy of deep convolutional neural networks (CNNs) while maintaining the majority of feature representation. Unlike other low-rank decomposition algorithms which operate…

Cited by 82SourcePDFScholar
2018

Small-scale Pedestrian Detection Based on Topological Line Localization and Temporal Feature Aggregation

ECCV 2018poster

A critical issue in pedestrian detection is to detect small-scale objects that will introduce feeble contrast and motion blur in images and videos, which in our opinion should partially resort to deep-rooted annotation bias. Motivated by this, we propose a novel method integrated with somatic topolo…

Cited by 172SourcePDFScholar
2017

All You Need Is Beyond a Good Init: Exploring Better Solution for Training Extremely Deep Convolutional Neural Networks With Orthonormality and Modulation

CVPR 2017poster

Deep neural network is difficult to train and this predicament becomes worse as the depth increases. The essence of this problem exists in the magnitude of backpropagated errors that will result in gradient vanishing or exploding phenomenon. We show that a variant of regularizer which utilizes ortho…

Cited by 233PDFScholar
2017

Focusing Attention: Towards Accurate Text Recognition in Natural Images

ICCV 2017poster

Scene text recognition has been a hot research topic in computer vision due to its various applications. The state of the art is the attention-based encoder-decoder framework that learns the mapping between input images and output sequences in a purely data-driven way. However, we observe that exist…

Cited by 626PDFScholar