SearcharxivSearch

arXiv subjects

Yingchao Wang

Publications and source records attributed to Yingchao Wang.

5 recordsLinked to original sources

Atomic-scale origin of charge density wave-driven metal-semiconductor transition in an incommensurately modulated metal-organic framework

The intrinsic incommensurate charge density wave in metal-organic frameworks has remained elusive due to the lack of direct evidence linking atomic-scale structural modulation to macroscopic electronic properties. Using high-quality Pr3HHTP2 (HHTP = 2,3,6,7,10,11-hexahydroxytriphenylene) single crystals as a model system, we precisely resolve, for the first time, the incommensurately modulated structure of a conductive metal-organic framework at 100 K (modulation vector q = 0.39143(12) c*) via temperature-dependent single-crystal X-ray diffraction. The subsequent observation of a reversible metal-semiconductor transition around 350 K, which perfectly synchronizes with the disappearance of the structural modulation, provides convincing evidence for the electronic origin of the lattice distortion. Guest water molecules stabilize the modulated phase by synergistically regulating the relative rotation of the linkers and the interlayer spacing, thereby optimizing the inter-linker interactions. This work establishes a concrete experimental criterion for one-dimensional charge density wave in metal-organic frameworks and provides an ideal platform for probing coupled electronic-lattice modulations.

cond-mat.mtrl-sci

Tunable spin-phonon polarons in a chiral molecular qubit framework

Chiral structures that produce asymmetric spin-phonon coupling can theoretically generate spin-phonon polarons -- quasiparticles exhibiting non-degenerate spin states with phonon displacements. These quasiparticles are speculated to be the origin of chirality-induced spin selectivity and presumably can display exotic dynamic behaviors. However, direct experimental evidence of spin-phonon polarons has been lacking. Using a chiral molecular qubit framework embedding stable semiquinone-like radicals, we report spin dynamic signatures that indicate the formation of spin-phonon polarons for the first time. Our non-adiabatic model reveals that these quasiparticles introduce an active spin relaxation channel when polaron reorganization energy approaches Zeeman splitting. This new channel manifests itself as anomalous, temperature-independent spin relaxation, which can be suppressed by high magnetic fields or pore-filling solvents (e.g. CH2Cl2, CS2). Such field- and guest-tunable relaxation is unattainable in conventional spin systems. Harnessing this mechanism could boost repetition rates in spin-based quantum information technologies without compromising coherence or quantum sensing performance.

cond-mat.mes-hall

Federated Progressive Self-Distillation with Logits Calibration for Personalized IIoT Edge Intelligence

Personalized Federated Learning (PFL) focuses on tailoring models to individual IIoT clients in federated learning by addressing data heterogeneity and diverse user needs. Although existing studies have proposed effective PFL solutions from various perspectives, they overlook the issue of forgetting both historical personalized knowledge and global generalized knowledge during local training on clients. Therefore, this study proposes a novel PFL method, Federated Progressive Self-Distillation (FedPSD), based on logits calibration and progressive self-distillation. We analyze the impact mechanism of client data distribution characteristics on personalized and global knowledge forgetting. To address the issue of global knowledge forgetting, we propose a logits calibration approach for the local training loss and design a progressive self-distillation strategy to facilitate the gradual inheritance of global knowledge, where the model outputs from the previous epoch serve as virtual teachers to guide the training of subsequent epochs. Moreover, to address personalized knowledge forgetting, we construct calibrated fusion labels by integrating historical personalized model outputs, which are then used as teacher model outputs to guide the initial epoch of local self-distillation, enabling rapid recall of personalized knowledge. Extensive experiments under various data heterogeneity scenarios demonstrate the effectiveness and superiority of the proposed FedPSD method.

cs.AI

Facial Features Matter: a Dynamic Watermark based Proactive Deepfake Detection Approach

Current passive deepfake face-swapping detection methods encounter significance bottlenecks in model generalization capabilities. Meanwhile, proactive detection methods often use fixed watermarks which lack a close relationship with the content they protect and are vulnerable to security risks. Dynamic watermarks based on facial features offer a promising solution, as these features provide unique identifiers. Therefore, this paper proposes a Facial Feature-based Proactive deepfake detection method (FaceProtect), which utilizes changes in facial characteristics during deepfake manipulation as a novel detection mechanism. We introduce a GAN-based One-way Dynamic Watermark Generating Mechanism (GODWGM) that uses 128-dimensional facial feature vectors as inputs. This method creates irreversible mappings from facial features to watermarks, enhancing protection against various reverse inference attacks. Additionally, we propose a Watermark-based Verification Strategy (WVS) that combines steganography with GODWGM, allowing simultaneous transmission of the benchmark watermark representing facial features within the image. Experimental results demonstrate that our proposed method maintains exceptional detection performance and exhibits high practicality on images altered by various deepfake techniques.

cs.CV

Efficient and Robust Knowledge Distillation from A Stronger Teacher Based on Correlation Matching

Knowledge Distillation (KD) has emerged as a pivotal technique for neural network compression and performance enhancement. Most KD methods aim to transfer dark knowledge from a cumbersome teacher model to a lightweight student model based on Kullback-Leibler (KL) divergence loss. However, the student performance improvements achieved through KD exhibit diminishing marginal returns, where a stronger teacher model does not necessarily lead to a proportionally stronger student model. To address this issue, we empirically find that the KL-based KD method may implicitly change the inter-class relationships learned by the student model, resulting in a more complex and ambiguous decision boundary, which in turn reduces the model's accuracy and generalization ability. Therefore, this study argues that the student model should learn not only the probability values from the teacher's output but also the relative ranking of classes, and proposes a novel Correlation Matching Knowledge Distillation (CMKD) method that combines the Pearson and Spearman correlation coefficients-based KD loss to achieve more efficient and robust distillation from a stronger teacher model. Moreover, considering that samples vary in difficulty, CMKD dynamically adjusts the weights of the Pearson-based loss and Spearman-based loss. CMKD is simple yet practical, and extensive experiments demonstrate that it can consistently achieve state-of-the-art performance on CIRAR-100 and ImageNet, and adapts well to various teacher architectures, sizes, and other KD methods.

cs.LG