Researcher profile

Sheng Huang

Sheng Huang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2022arXiv

An Iteratively Optimized Patch Label Inference Network for Automatic Pavement Distress Detection

We present a novel deep learning framework named the Iteratively Optimized Patch Label Inference Network (IOPLIN) for automatically detecting various pavement distresses that are not solely limited to specific ones, such as cracks and potholes. IOPLIN can be iteratively trained with only the image label via the Expectation-Maximization Inspired Patch Label Distillation (EMIPLD) strategy, and accomplish this task well by inferring the labels of patches from the pavement images. IOPLIN enjoys many desirable properties over the state-of-the-art single branch CNN models such as GoogLeNet and EfficientNet. It is able to handle images in different resolutions, and sufficiently utilize image information particularly for the high-resolution ones, since IOPLIN extracts the visual features from unrevised image patches instead of the resized entire image. Moreover, it can roughly localize the pavement distress without using any prior localization information in the training phase. In order to better evaluate the effectiveness of our method in practice, we construct a large-scale Bituminous Pavement Disease Detection dataset named CQU-BPDD consisting of 60,059 high-resolution pavement images, which are acquired from different areas at different times. Extensive results on this dataset demonstrate the superiority of IOPLIN over the state-of-the-art image classification approaches in automatic pavement distress detection. The source codes of IOPLIN are released on \url{https://github.com/DearCaat/ioplin}, and the CQU-BPDD dataset is able to be accessed on \url{https://dearcaat.github.io/CQU-BPDD/}.

preprint2022arXiv

Boosting Multi-Label Image Classification with Complementary Parallel Self-Distillation

Multi-Label Image Classification (MLIC) approaches usually exploit label correlations to achieve good performance. However, emphasizing correlation like co-occurrence may overlook discriminative features of the target itself and lead to model overfitting, thus undermining the performance. In this study, we propose a generic framework named Parallel Self-Distillation (PSD) for boosting MLIC models. PSD decomposes the original MLIC task into several simpler MLIC sub-tasks via two elaborated complementary task decomposition strategies named Co-occurrence Graph Partition (CGP) and Dis-occurrence Graph Partition (DGP). Then, the MLIC models of fewer categories are trained with these sub-tasks in parallel for respectively learning the joint patterns and the category-specific patterns of labels. Finally, knowledge distillation is leveraged to learn a compact global ensemble of full categories with these learned patterns for reconciling the label correlation exploitation and model overfitting. Extensive results on MS-COCO and NUS-WIDE datasets demonstrate that our framework can be easily plugged into many MLIC approaches and improve performances of recent state-of-the-art approaches. The explainable visual study also further validates that our method is able to learn both the category-specific and co-occurring features. The source code is released at https://github.com/Robbie-Xu/CPSD.

preprint2022arXiv

Higher-order topological pumping and its observation in photonic lattices

The discovery of the quantization of particle transport in adiabatic pumping cycles of periodic structures by Thouless [Phys. Rev. B 27, 6083 (1983)] linked the Chern number, a topological invariant characterizing the quantum Hall effect in two-dimensional electron gases, with the topology of dynamical periodic systems in one dimension. Here, we demonstrate its counterpart for higher-order topology. Specifically, we show that adiabatic cycles in two-dimensional crystals with vanishing dipole moments (and therefore zero overall particle transport) can nevertheless be topologically nontrivial. These cycles are associated with higher-order topology and can be diagnosed by their ability to produce corner-to-corner transport in certain metamaterial platforms. We experimentally verify the corner to corner transport associated with this topological pump by using an array of photonic waveguides adiabatically modulated in their separations and refractive indices. By mapping the dynamical phenomenon demonstrated here from two spatial and one temporal dimensions to three spatial dimensions, our observations are equivalent to the observation of chiral hinge states in a three-dimensional second-order topological insulator.

preprint2022arXiv

Recent Progress in Pencil Beam Scanning FLASH Proton Therapy: A Narrative Review

Background and Objective: Recent experimental studies using ultra-high dose rate radiation therapy (FLASH-RT) have shown improved normal tissue sparing and comparable tumor control compared to conventional dose rate RT. Pencil beam scanning (PBS) proton therapy with superior dosimetry characteristics has begun to draw attention to the delivery of conformal FLASH-RT for preclinical studies. This review aims to provide recent updates on the development of PBS FLASH-RT. Methods: The information summarized in this review article is based on search results in databases such as PubMed and search engines like Google Scholar, with keywords including pencil beam scanning, proton therapy, proton FLASH, Bragg peak FLASH, etc., with English articles from the year of 2014-2022. Content and Findings: This review summarizes of recent developments in PBS FLASH proton therapy (FLASH-PT), including PBS dose rate characterization, current delivery limitations, treatment planning, and biological investigations. Conclusions: As PBS FLASH delivery has enabled successful biological studies using transmission beams, the further improvement in PBS Bragg peak FLASH technologies will result in more advanced treatment plans associated with potentially improved outcomes.

preprint2021arXiv

Oscars: Adaptive Semi-Synchronous Parallel Model for Distributed Deep Learning with Global View

Deep learning has become an indispensable part of life, such as face recognition, NLP, etc., but the training of deep model has always been a challenge, and in recent years, the complexity of training data and models has shown explosive growth, so the training method is gradually transformed into distributed training. Classical synchronization strategy can guarantee accuracy but frequent communication can lead to a slow training speed, although asynchronous strategy training speed but can not guarantee the accuracy, and in the face of the training of the heterogeneous cluster, the above work is not efficient to work, on the one hand, can cause serious waste of resources, on the other hand, frequent communication also made slow training speed, so this paper proposes a semi-synchronous training strategy based on local-SDG, effectively improve the utilization efficiency of heterogeneous resources cluster and reduce communication overhead, to accelerate the training and ensure the accuracy of the model.