Search Results for author: Bin Gao

Found 24 papers, 9 papers with code

LancBiO: dynamic Lanczos-aided bilevel optimization via Krylov subspace

1 code implementation4 Apr 2024 Bin Gao, Yan Yang, Ya-xiang Yuan

As a result, the constructed subspace is able to dynamically and incrementally approximate the Hessian inverse vector product with less effort and thus leads to a favorable estimate of the hyper-gradient.

Bilevel Optimization

Segment Anything in Defect Detection

no code implementations17 Nov 2023 Bozhen Hu, Bin Gao, Cheng Tan, Tongle Wu, Stan Z. Li

Defect detection plays a crucial role in infrared non-destructive testing systems, offering non-contact, safe, and efficient inspection capabilities.

Defect Detection

Infeasible Deterministic, Stochastic, and Variance-Reduction Algorithms for Optimization under Orthogonality Constraints

no code implementations29 Mar 2023 Pierre Ablin, Simon Vary, Bin Gao, P. -A. Absil

Finally, our experiments demonstrate the promise of our approach to an array of machine-learning problems that involve orthogonality constraints.

Riemannian optimization

UCC: Uncertainty guided Cross-head Co-training for Semi-Supervised Semantic Segmentation

1 code implementation CVPR 2022 Jiashuo Fan, Bin Gao, Huan Jin, Lihui Jiang

Deep neural networks (DNNs) have witnessed great successes in semantic segmentation, which requires a large number of labeled data for training.

Segmentation Semi-Supervised Semantic Segmentation

Brachial Plexus Nerve Trunk Segmentation Using Deep Learning: A Comparative Study with Doctors' Manual Segmentation

no code implementations17 May 2022 Yu Wang, Binbin Zhu, Lingsi Kong, Jianlin Wang, Bin Gao, Jianhua Wang, Dingcheng Tian, YuDong Yao

With the help of deep learning methods, the automatic identification or segmentation of nerves can be realized, assisting doctors in completing nerve block anesthesia accurately and efficiently.

Segmentation

EAGAN: Efficient Two-stage Evolutionary Architecture Search for GANs

1 code implementation30 Nov 2021 Guohao Ying, Xin He, Bin Gao, Bo Han, Xiaowen Chu

Some recent works try to search both generator (G) and discriminator (D), but they suffer from the instability of GAN training.

Image Generation Neural Architecture Search +2

Edge AI without Compromise: Efficient, Versatile and Accurate Neurocomputing in Resistive Random-Access Memory

no code implementations17 Aug 2021 Weier Wan, Rajkumar Kubendran, Clemens Schaefer, S. Burc Eryilmaz, Wenqiang Zhang, Dabin Wu, Stephen Deiss, Priyanka Raina, He Qian, Bin Gao, Siddharth Joshi, Huaqiang Wu, H. -S. Philip Wong, Gert Cauwenberghs

Realizing today's cloud-level artificial intelligence functionalities directly on devices distributed at the edge of the internet calls for edge hardware capable of processing multiple modalities of sensory data (e. g. video, audio) at unprecedented energy-efficiency.

Image Classification Image Reconstruction

New Riemannian preconditioned algorithms for tensor completion via polyadic decomposition

1 code implementation26 Jan 2021 Shuyu Dong, Bin Gao, Yu Guan, François Glineur

We propose new Riemannian preconditioned algorithms for low-rank tensor completion via the polyadic decomposition of a tensor.

Symplectic eigenvalue problem via trace minimization and Riemannian optimization

2 code implementations7 Jan 2021 Nguyen Thanh Son, P. -A. Absil, Bin Gao, Tatjana Stykel

We address the problem of computing the smallest symplectic eigenvalues and the corresponding eigenvectors of symmetric positive-definite matrices in the sense of Williamson's theorem.

Optimization and Control Spectral Theory 15A15, 15A18, 70G45

C3-SemiSeg: Contrastive Semi-Supervised Segmentation via Cross-Set Learning and Dynamic Class-Balancing

no code implementations ICCV 2021 Yanning Zhou, Hang Xu, Wei zhang, Bin Gao, Pheng-Ann Heng

The semi-supervised semantic segmentation methods utilize the unlabeled data to increase the feature discriminative ability to alleviate the burden of the annotated data.

Contrastive Learning Data Augmentation +1

Alternating minimization algorithms for graph regularized tensor completion

1 code implementation28 Aug 2020 Yu Guan, Shuyu Dong, Bin Gao, P. -A. Absil, François Glineur

The usage of graph regularization entails benefits in the learning accuracy of LRTC, but at the same time, induces coupling graph Laplacian terms that hinder the optimization of the tensor completion model.

Riemannian Optimization on the Symplectic Stiefel Manifold

2 code implementations26 Jun 2020 Bin Gao, Nguyen Thanh Son, P. -A. Absil, Tatjana Stykel

The symplectic Stiefel manifold, denoted by $\mathrm{Sp}(2p, 2n)$, is the set of linear symplectic maps between the standard symplectic spaces $\mathbb{R}^{2p}$ and $\mathbb{R}^{2n}$.

Optimization and Control Dynamical Systems

A Training Scheme for the Uncertain Neuromorphic Computing Chips

no code implementations ICLR 2020 Qingtian Zhang, Bin Gao, Huaqiang Wu

In this work, we proposed the uncertainty adaptation training scheme (UATS) that tells the uncertainty to the neural network in the training process.

Parallelizable Algorithms for Optimization Problems with Orthogonality Constraints

1 code implementation9 Oct 2018 Bin Gao, Xin Liu, Ya-xiang Yuan

Numerical experiments in serial illustrate that the novel updating rule for the Lagrangian multipliers significantly accelerates the convergence of PLAM and makes it comparable with the existent feasible solvers for optimization problems with orthogonality constraints, and the performance of PCAL does not highly rely on the choice of the penalty parameter.

Optimization and Control 15A18, 65F15, 65K05, 90C06

Sentence Level Recurrent Topic Model: Letting Topics Speak for Themselves

no code implementations7 Apr 2016 Fei Tian, Bin Gao, Di He, Tie-Yan Liu

We propose Sentence Level Recurrent Topic Model (SLRTM), a new topic model that assumes the generation of each word within a sentence to depend on both the topic of the sentence and the whole history of its preceding words in the sentence.

Sentence Short-Text Conversation +1

Solving Verbal Comprehension Questions in IQ Test by Knowledge-Powered Word Embedding

no code implementations29 May 2015 Huazheng Wang, Fei Tian, Bin Gao, Jiang Bian, Tie-Yan Liu

Second, we obtain distributed representations of words and relations by leveraging a novel word embedding method that considers the multi-sense nature of words and the relational knowledge among words (or their senses) contained in dictionaries.

Learning Better Word Embedding by Asymmetric Low-Rank Projection of Knowledge Graph

no code implementations19 May 2015 Fei Tian, Bin Gao, Enhong Chen, Tie-Yan Liu

Although these works have achieved certain success, they have neglected some important facts about knowledge graphs: (i) many relationships in knowledge graphs are \emph{many-to-one}, \emph{one-to-many} or even \emph{many-to-many}, rather than simply \emph{one-to-one}; (ii) most head entities and tail entities in knowledge graphs come from very different semantic spaces.

Knowledge Graphs

KNET: A General Framework for Learning Word Embedding using Morphological Knowledge

no code implementations7 Jul 2014 Qing Cui, Bin Gao, Jiang Bian, Siyu Qiu, Tie-Yan Liu

In particular, we introduce a novel neural network architecture called KNET that leverages both contextual information and morphological word similarity built based on morphological knowledge to learn word embeddings.

Information Retrieval Retrieval +2

WordRep: A Benchmark for Research on Learning Word Representations

no code implementations7 Jul 2014 Bin Gao, Jiang Bian, Tie-Yan Liu

In this paper, we describe the details of the WordRep collection and show how to use it in different types of machine learning research related to word embedding.

Word Embeddings

Cannot find the paper you are looking for? You can Submit a new open access paper.