SearcharxivSearch

arXiv subjects

Guowei Chen

Publications and source records attributed to Guowei Chen.

16 recordsLinked to original sources

PRIME: Mitigating Subgroup Optimization Competition in Shared CTR Top Networks with Plug-in Residual Input-Conditioned Mixture of Expert

Click-through rate (CTR) models vary in feature-interaction design, yet their top networks usually remain a single multilayer perceptron shared by all examples. Heterogeneous user, item, and context subgroups therefore update the same parameters; weakly aligned learning signals make the aggregate gradient a compromise among competing directions. We study the competition on Avazu with 4 models and 4 semantic fields. Across all architectures, semantic subgroups show lower Top-NN gradient cosine similarity than random groups matched by sample size and label ratio, with reductions of 0.23-0.37. This competition motivates input-conditioned experts, but directly replacing an established Dense mapping changes its initial function, sharing pattern, and capacity, obscuring the source of gains. We introduce PRIME (Plug-in Residual Input-conditioned Mixture of Experts), a Dense-anchored mixture of low-rank residual experts. PRIME anchors the original prediction and uses zero-residual initialization to match the Dense baseline exactly at training onset. Input-dependent routing weights low-rank experts for example-specific logit corrections; multi-bag aggregation and EMA load biases stabilize conditional estimation. We evaluate PRIME on held-out Avazu and Criteo test sets across 13 CTR architectures and five paired seeds. Median paired AUC gains are +0.0022 and +0.0066, with LogLoss reductions of 0.0011 and 0.0081, respectively. On FiBiNET and DCNv2, PRIME outperforms APG in all ten seed-level AUC comparisons while using fewer parameters and lower inference latency on both backbones. These results show that function-preserving conditional residuals add input-dependent capacity while preserving the Dense path and its optimization stability. Code is available at https://github.com/YH-learning/PRIME.

cs.LG

Generation and manipulation of multipole and vortex events in (1+1)-dimensional spacetime

An event is usually regarded as a zero-dimensional coordinate label in spacetime, rather than as an object with spatial extent, internal structure or topology. Here we show that in nonlinear photonic spacetime crystals, a complete energy-momentum gap ($\omega k$-gap) suppresses extended radiation channels, while Kerr self-trapping localizes an optical occurrence in the physical $(x,t)$ plane. Imposing and relaxing symmetry constraints then yields multipole and vortex events with distinct internal structure. Their spacetime action of these states establishes a hierarchy of structural cost, Bogoliubov-de Gennes spectra distinguish phase-winding vortices from real-valued multipoles, and initial-value reconstructions provide an independent robustness check together with a finite preparation window. Using representative optical parameters, we predict that these structured events span transverse scales of 30-60 $\mu$m and temporal duration of 85-170 fs. These results suggest that an event can be treated not only as a point label, but also as a localized wave object with controllable internal degrees of freedom, offering a route to wave control in time-varying nonlinear media.

physics.optics

Time domain Stokes mechanism of pair correlated k gap solitons in nonlinear photonic time crystal slabs

Pair generation in time-varying media is commonly attributed to time reflection at temporal boundaries or to amplification inside momentum k gaps. Here we show that these two processes are connected by the time domain Stokes phenomenon. A finite duration photonic time crystal (PTC) slab provides the necessary Stokes connection between the incident vacuum mode, transient k gap amplification, and time boundary scattering. With Kerr nonlinearity, the otherwise unbounded amplification is arrested, spawning Kerr stabilized k gap solitons. When these solitons cross the exit boundary of the time slab, Stokes induced mode conversion produces a secondary pair generation process, yielding four spatially separated and entangled pulse branches. Detection of a backward propagating light pulse therefore heralds its forward propagating partner. We further propose combined Hanbury Brown Twiss and Hong Ou Mandel measurements to test their nonclassical correlations. These results reveal a link between asymptotic Stokes physics and quantum temporal scattering in PTCs, and suggest a route toward ultrafast heralded quantum light sources.

physics.optics

PP-MobileSeg: Explore the Fast and Accurate Semantic Segmentation Model on Mobile Devices

The success of transformers in computer vision has led to several attempts to adapt them for mobile devices, but their performance remains unsatisfactory in some real-world applications. To address this issue, we propose PP-MobileSeg, a semantic segmentation model that achieves state-of-the-art performance on mobile devices. PP-MobileSeg comprises three novel parts: the StrideFormer backbone, the Aggregated Attention Module (AAM), and the Valid Interpolate Module (VIM). The four-stage StrideFormer backbone is built with MV3 blocks and strided SEA attention, and it is able to extract rich semantic and detailed features with minimal parameter overhead. The AAM first filters the detailed features through semantic feature ensemble voting and then combines them with semantic features to enhance the semantic information. Furthermore, we proposed VIM to upsample the downsampled feature to the resolution of the input image. It significantly reduces model latency by only interpolating classes present in the final prediction, which is the most significant contributor to overall model latency. Extensive experiments show that PP-MobileSeg achieves a superior tradeoff between accuracy, model size, and latency compared to other methods. On the ADE20K dataset, PP-MobileSeg achieves 1.57% higher accuracy in mIoU than SeaFormer-Base with 32.9% fewer parameters and 42.3% faster acceleration on Qualcomm Snapdragon 855. Source codes are available at https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.8.

cs.CV

RAIS: Robust and Accurate Interactive Segmentation via Continual Learning

Interactive image segmentation aims at segmenting a target region through a way of human-computer interaction. Recent works based on deep learning have achieved excellent performance, while most of them focus on improving the accuracy of the training set and ignore potential improvement on the test set. In the inference phase, they tend to have a good performance on similar domains to the training set, and lack adaptability to domain shift, so they require more user efforts to obtain satisfactory results. In this work, we propose RAIS, a robust and accurate architecture for interactive segmentation with continuous learning, where the model can learn from both train and test data sets. For efficient learning on the test set, we propose a novel optimization strategy to update global and local parameters with a basic segmentation module and adaptation module, respectively. Moreover, we perform extensive experiments on several benchmarks that show our method can handle data distribution shifts and achieves SOTA performance compared with recent interactive segmentation methods. Besides, our method also shows its robustness in the datasets of remote sensing and medical imaging where the data domains are completely different between training and testing.

cs.CV

EISeg: An Efficient Interactive Segmentation Tool based on PaddlePaddle

In recent years, the rapid development of deep learning has brought great advancements to image and video segmentation methods based on neural networks. However, to unleash the full potential of such models, large numbers of high-quality annotated images are necessary for model training. Currently, many widely used open-source image segmentation software relies heavily on manual annotation which is tedious and time-consuming. In this work, we introduce EISeg, an Efficient Interactive SEGmentation annotation tool that can drastically improve image segmentation annotation efficiency, generating highly accurate segmentation masks with only a few clicks. We also provide various domain-specific models for remote sensing, medical imaging, industrial quality inspections, human segmentation, and temporal aware models for video segmentation. The source code for our algorithm and user interface are available at: https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

U-HRNet: Delving into Improving Semantic Representation of High Resolution Network for Dense Prediction

High resolution and advanced semantic representation are both vital for dense prediction. Empirically, low-resolution feature maps often achieve stronger semantic representation, and high-resolution feature maps generally can better identify local features such as edges, but contains weaker semantic information. Existing state-of-the-art frameworks such as HRNet has kept low-resolution and high-resolution feature maps in parallel, and repeatedly exchange the information across different resolutions. However, we believe that the lowest-resolution feature map often contains the strongest semantic information, and it is necessary to go through more layers to merge with high-resolution feature maps, while for high-resolution feature maps, the computational cost of each convolutional layer is very large, and there is no need to go through so many layers. Therefore, we designed a U-shaped High-Resolution Network (U-HRNet), which adds more stages after the feature map with strongest semantic representation and relaxes the constraint in HRNet that all resolutions need to be calculated parallel for a newly added stage. More calculations are allocated to low-resolution feature maps, which significantly improves the overall semantic representation. U-HRNet is a substitute for the HRNet backbone and can achieve significant improvement on multiple semantic segmentation and depth prediction datasets, under the exactly same training and inference setting, with almost no increasing in the amount of calculation. Code is available at PaddleSeg: https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

PP-Matting: High-Accuracy Natural Image Matting

Natural image matting is a fundamental and challenging computer vision task. It has many applications in image editing and composition. Recently, deep learning-based approaches have achieved great improvements in image matting. However, most of them require a user-supplied trimap as an auxiliary input, which limits the matting applications in the real world. Although some trimap-free approaches have been proposed, the matting quality is still unsatisfactory compared to trimap-based ones. Without the trimap guidance, the matting models suffer from foreground-background ambiguity easily, and also generate blurry details in the transition area. In this work, we propose PP-Matting, a trimap-free architecture that can achieve high-accuracy natural image matting. Our method applies a high-resolution detail branch (HRDB) that extracts fine-grained details of the foreground with keeping feature resolution unchanged. Also, we propose a semantic context branch (SCB) that adopts a semantic segmentation subtask. It prevents the detail prediction from local ambiguity caused by semantic context missing. In addition, we conduct extensive experiments on two well-known benchmarks: Composition-1k and Distinctions-646. The results demonstrate the superiority of PP-Matting over previous methods. Furthermore, we provide a qualitative evaluation of our method on human matting which shows its outstanding performance in the practical application. The code and pre-trained models will be available at PaddleSeg: https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

PP-LiteSeg: A Superior Real-Time Semantic Segmentation Model

Real-world applications have high demands for semantic segmentation methods. Although semantic segmentation has made remarkable leap-forwards with deep learning, the performance of real-time methods is not satisfactory. In this work, we propose PP-LiteSeg, a novel lightweight model for the real-time semantic segmentation task. Specifically, we present a Flexible and Lightweight Decoder (FLD) to reduce computation overhead of previous decoder. To strengthen feature representations, we propose a Unified Attention Fusion Module (UAFM), which takes advantage of spatial and channel attention to produce a weight and then fuses the input features with the weight. Moreover, a Simple Pyramid Pooling Module (SPPM) is proposed to aggregate global context with low computation cost. Extensive evaluations demonstrate that PP-LiteSeg achieves a superior trade-off between accuracy and speed compared to other methods. On the Cityscapes test set, PP-LiteSeg achieves 72.0% mIoU/273.6 FPS and 77.5% mIoU/102.6 FPS on NVIDIA GTX 1080Ti. Source code and models are available at PaddleSeg: https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

PP-HumanSeg: Connectivity-Aware Portrait Segmentation with a Large-Scale Teleconferencing Video Dataset

As the COVID-19 pandemic rampages across the world, the demands of video conferencing surge. To this end, real-time portrait segmentation becomes a popular feature to replace backgrounds of conferencing participants. While feature-rich datasets, models and algorithms have been offered for segmentation that extract body postures from life scenes, portrait segmentation has yet not been well covered in a video conferencing context. To facilitate the progress in this field, we introduce an open-source solution named PP-HumanSeg. This work is the first to construct a large-scale video portrait dataset that contains 291 videos from 23 conference scenes with 14K fine-labeled frames and extensions to multi-camera teleconferencing. Furthermore, we propose a novel Semantic Connectivity-aware Learning (SCL) for semantic segmentation, which introduces a semantic connectivity-aware loss to improve the quality of segmentation results from the perspective of connectivity. And we propose an ultra-lightweight model with SCL for practical portrait segmentation, which achieves the best trade-off between IoU and the speed of inference. Extensive evaluations on our dataset demonstrate the superiority of SCL and our model. The source code is available at https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

EdgeFlow: Achieving Practical Interactive Segmentation with Edge-Guided Flow

High-quality training data play a key role in image segmentation tasks. Usually, pixel-level annotations are expensive, laborious and time-consuming for the large volume of training data. To reduce labelling cost and improve segmentation quality, interactive segmentation methods have been proposed, which provide the result with just a few clicks. However, their performance does not meet the requirements of practical segmentation tasks in terms of speed and accuracy. In this work, we propose EdgeFlow, a novel architecture that fully utilizes interactive information of user clicks with edge-guided flow. Our method achieves state-of-the-art performance without any post-processing or iterative optimization scheme. Comprehensive experiments on benchmarks also demonstrate the superiority of our method. In addition, with the proposed method, we develop an efficient interactive segmentation tool for practical data annotation tasks. The source code and tool is avaliable at https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

PaddleSeg: A High-Efficient Development Toolkit for Image Segmentation

Image Segmentation plays an essential role in computer vision and image processing with various applications from medical diagnosis to autonomous car driving. A lot of segmentation algorithms have been proposed for addressing specific problems. In recent years, the success of deep learning techniques has tremendously influenced a wide range of computer vision areas, and the modern approaches of image segmentation based on deep learning are becoming prevalent. In this article, we introduce a high-efficient development toolkit for image segmentation, named PaddleSeg. The toolkit aims to help both developers and researchers in the whole process of designing segmentation models, training models, optimizing performance and inference speed, and deploying models. Currently, PaddleSeg supports around 20 popular segmentation models and more than 50 pre-trained models from real-time and high-accuracy levels. With modular components and backbone networks, users can easily build over one hundred models for different requirements. Furthermore, we provide comprehensive benchmarks and evaluations to show that these segmentation algorithms trained on our toolkit have more competitive accuracy. Also, we provide various real industrial applications and practical cases based on PaddleSeg. All codes and examples of PaddleSeg are available at https://github.com/PaddlePaddle/PaddleSeg.

cs.CV

Topological luminophor Y2O3:Eu3++Ag with high electroluminescence performance

Improving luminescent intensity is a significant technical requirement and scientific problem for the luminescent performance of fluorophor materials through the ages. The process control and luminescence performance still limit the developments of luminescent intensity even through it can be improved partly by covering or magnetron sputtering of precious metals on the surface of the fluorophore materials. On the basis of the improvement of luminescence center radiative transition rate by surface plasma resonance and Y2O3:Eu3+ microsheet phosphors, a fundamental model for topological luminophor Y2O3:Eu3++Ag was designed referencing the concepts of topological materials in order to enhance luminescent performance by composite-luminescence, which composed of Eu3+centric electroluminescence and surface plasma-enhanced photoluminescence by Ag. The topological luminophor Y2O3:Eu3++Ag was successfully synthesized with an asymmetric-discrete Ag nanocrystal topological structure on the surface just via illumination. Experiment results suggest that the luminescence performance of topological luminophor Y2O3:Eu3++Ag increased by about 300% compared with that of Y2O3: Eu3+ phosphors on the same conditions. The design of a topological luminophor provides a new approach to further improve the luminescent intensity of phosphors.

cond-mat.mes-hall

The effect of inhomogeneous phase on the critical temperature of smart meta-superconductor MgB2

The critical temperature (TC) of MgB2, one of the key factors limiting its application, is highly desired to be improved. On the basis of the meta-material structure, we prepared a smart meta-superconductor structure consisting of MgB2 micro-particles and inhomogeneous phases by an ex situ process. The effect of inhomogeneous phase on the TC of smart meta-superconductor MgB2 was investigated. Results showed that the onset temperature (Ton C) of doping samples was lower than those of pure MgB2. However, the offset temperature (Toff C) of the sample doped with Y2O3:Eu3+ nanosheets with a thickness of 2~3 nm which is much less than the coherence length of MgB2 is 1.2 K higher than that of pure MgB2. The effect of the applied electric field on the TC of sample was also studied. Results indicated that with the increase of current, Ton C is slightly increased in the samples doping with different inhomogeneous phases. When increasing current, the Toff C of the samples doped with nonluminous inhomogeneous phases was decreased. However, the Toff C of the luminescent inhomogeneous phase doping samples increased and then decreased as increasing current.

cond-mat.supr-con

The critical temperature of smart meta-superconducting MgB2

Enhancing the critical temperature (TC) is important not only to the practical applications but also to the theories of superconductivity. MgB2 is a type II superconductor with a TC of 39 K, which is very close to the McMillan limit. Improving the TC of MgB2 is challenging but significant. Inspired by the metamaterial structure, we designed a smart meta-superconductor that consists of MgB2 microparticles and Y2O3:Eu3+ nanorods. In the local electric field, Y2O3:Eu3+ nanorods will generate electroluminescence (EL) that can excite MgB2 particles, thereby improving the TC by strengthening the electron-phonon interaction. Each MgB2-based superconductor doped with one of the four dopants of different EL intensities was prepared by an ex-situ process. The results showed that the addition of Y2O3:Eu3+ brings about an impurity effect that decreases the TC and an EL exciting effect that increases the TC. Apart from the EL intensity, the micro-morphology and degree of dispersion of the dopants also affected the TC. This smart meta-superconductor provides a new method for increasing TC.

cond-mat.supr-con

Improving the critical temperature of MgB2 superconducting metamaterials induced by electroluminescence

The MgB2 superconductor was doped with electroluminescent Y2O3:Eu, to synthesise a superconducting metamaterial. The temperature dependence of the resistivity of the superconductor indicates that the critical temperature (TC) of samples decrease when increasing the amount of doped Y2O3 nanorods, due to impurity (Y2O3, MgO and YB4). However, the TC of the samples increase with increasing amount of doped Y2O3:Eu3+ nanorods, which are opposite to doped Y2O3 nanorods. Moreover, the transition temperature of the sample doped with 8 wt. % Y2O3:Eu3+ nanorods is higher than those of doped and pure MgB2. The TC of the sample doped with 8 wt. % Y2O3:Eu3+ nanorods is 1.15 K higher than that of the sample doped with 8 wt. % Y2O3. The TC of sample doped with 8 wt. % Y2O3:Eu3+ is 0.4 K higher than that of pure MgB2. Results indicate that doping electroluminescent materials into MgB2 increases the transition temperature; this novel strategy may also be applicable to other superconductors.

cond-mat.supr-con