LL
Lei Li
Author with expertise in Statistical Machine Translation and Natural Language Processing
Achievements
Cited Author
Key Stats
Upvotes received:
0
Publications:
16
(38% Open Access)
Cited by:
2,866
h-index:
47
/
i10-index:
163
Reputation
Biology
< 1%
Chemistry
< 1%
Economics
< 1%
Show more
How is this calculated?
Publications
0

Sparse R-CNN: End-to-End Object Detection with Learnable Proposals

Peize Sun et al.Jun 1, 2021
We present Sparse R-CNN, a purely sparse method for object detection in images. Existing works on object detection heavily rely on dense object candidates, such as k anchor boxes pre-defined on all grids of image feature map of size H × W. In our method, however, a fixed sparse set of learned object proposals, total length of N, are provided to object recognition head to perform classification and location. By eliminating HWk (up to hundreds of thousands) hand-designed object candidates to N (e.g. 100) learnable proposals, Sparse R-CNN completely avoids all efforts related to object candidates design and many-to-one label assignment. More importantly, final predictions are directly output without non-maximum suppression post-procedure. Sparse R-CNN demonstrates accuracy, run-time and training convergence performance on par with the well-established detector baselines on the challenging COCO dataset, e.g., achieving 45.0 AP in standard 3× training schedule and running at 22 fps using ResNet-50 FPN model. We hope our work could inspire re-thinking the convention of dense prior in object detectors. The code is available at: https://github.com/PeizeSun/SparseR-CNN.
0
Citation784
0
Save
0

On the Sentence Embeddings from Pre-trained Language Models

Bohan Li et al.Jan 1, 2020
Pre-trained contextual representations like BERT have achieved great success in natural language processing. However, the sentence embeddings from the pre-trained language models without fine-tuning have been found to poorly capture semantic meaning of sentences. In this paper, we argue that the semantic information in the BERT embeddings is not fully exploited. We first reveal the theoretical connection between the masked language model pre-training objective and the semantic similarity task theoretically, and then analyze the BERT sentence embeddings empirically. We find that BERT always induces a non-smooth anisotropic semantic space of sentences, which harms its performance of semantic similarity. To address this issue, we propose to transform the anisotropic sentence embedding distribution to a smooth and isotropic Gaussian distribution through normalizing flows that are learned with an unsupervised objective. Experimental results show that our proposed BERT-flow method obtains significant performance gains over the state-of-the-art sentence embeddings on a variety of semantic textual similarity tasks. The code is available at https://github.com/bohanli/BERT-flow.
0

FoveaBox: Beyound Anchor-Based Object Detection

Tao Kong et al.Jan 1, 2020
We present FoveaBox, an accurate, flexible, and completely anchor-free framework for object detection. While almost all state-of-the-art object detectors utilize predefined anchors to enumerate possible locations, scales and aspect ratios for the search of the objects, their performance and generalization ability are also limited to the design of anchors. Instead, FoveaBox directly learns the object existing possibility and the bounding box coordinates without anchor reference. This is achieved by: (a) predicting category-sensitive semantic maps for the object existing possibility, and (b) producing category-agnostic bounding box for each position that potentially contains an object. The scales of target boxes are naturally associated with feature pyramid representations. In FoveaBox, an instance is assigned to adjacent feature levels to make the model more accurate.We demonstrate its effectiveness on standard benchmarks and report extensive experimental analysis. Without bells and whistles, FoveaBox achieves state-of-the-art single model performance on the standard COCO and Pascal VOC object detection benchmark. More importantly, FoveaBox avoids all computation and hyper-parameters related to anchor boxes, which are often sensitive to the final detection performance. We believe the simple and effective approach will serve as a solid baseline and help ease future research for object detection. The code has been made publicly available at https://github.com/taokong/FoveaBox .
0
Citation311
0
Save
0

VaTeX: A Large-Scale, High-Quality Multilingual Dataset for Video-and-Language Research

Xin Wang et al.Oct 1, 2019
We present a new large-scale multilingual video description dataset, VATEX 1 , which contains over 41,250 videos and 825, 000 captions in both English and Chinese. Among the captions, there are over 206,000 English-Chinese parallel translation pairs. Compared to the widely-used MSRVTT dataset [64], VATEX is multilingual, larger, linguistically complex, and more diverse in terms of both video and natural language descriptions. We also introduce two tasks for video-and-language research based on VATEX: (1) Multilingual Video Captioning, aimed at describing a video in various languages with a compact unified captioning model, and (2) Video-guided Machine Translation, to translate a source language description into the target language using the video information as additional spatiotemporal context. Extensive experiments on the VATEX dataset show that, first, the unified multilingual model can not only produce both English and Chinese descriptions for a video more efficiently, but also offer improved performance over the monolingual models. Furthermore, we demonstrate that the spatiotemporal video context can be effectively utilized to align source and target languages and thus assist machine translation. In the end, we discuss the potentials of using VATEXfor other video-and-language research.
0

A numerical study of rainfall effects on wind turbine wakes

Xuefeng Yang et al.Jun 12, 2024
Rainfall has significant impacts on the operations of wind turbines due to erosion of turbine blades and alterations in aerodynamic performance of wind turbines. However, little is understood in the influences of rainfall on wind turbine wakes. In this study, large-eddy simulation (LES) coupled with actuator-disk model with rotation (ADM-R) is used to investigate impacts of rainfall on wind turbine wakes. A double Euler method is employed in ADM-R to simulate the rainfall injection. The results of the model indicate that rainfall reduces wind speed in the sweep area and increases wind speed in the outer region of the top tip level by 2.1 %. Furthermore, rainfall reduces turbulence intensity in the near wake and outer wake region of the top tip (up to 2.0 %), with the influence extending up to 10 d (diameters of the wind turbine) in the downstream. These changes have a positive correlation with the rainfall intensity and an inverse correlation with the wind speed. The mean kinetic energy (MKE) and turbulent kinetic energy (TKE) budget analysis reveals that (1) the turbulent radial transport variation of MKE is the primary reason for the rainfall-induced wind speed change; (2) the change in shear production of TKE is responsible for the rainfall-induced turbulent intensity change; (3) the rainfall-induced Reynolds stress −u′w′‾ is the dominant factor of this dynamics.
Load More