Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Difference from Background: Limit of Detection01:05

Difference from Background: Limit of Detection

The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
Downsampling01:20

Downsampling

When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Significance of the Gradient Vector01:27

Significance of the Gradient Vector

A surface defined by a function of two variables can be understood by examining how it changes along specific directions. When one variable is held constant, the surface reduces to a curve that reflects variation in the other variable. For example, fixing one variable and moving parallel to a coordinate axis produces a cross-sectional curve. The slope of this curve at a given point represents how the function changes in that particular direction, providing a measure of local steepness.By...
Reducing Line Loss01:18

Reducing Line Loss

In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
Gradient Vectors and Their Applications01:19

Gradient Vectors and Their Applications

Every point on a topographical map corresponds to a particular elevation, so the landscape can be modeled as a surface whose height depends on horizontal position. From any given location, a hiker may face infinitely many directions, but only one direction produces the fastest possible increase in elevation. This unique route is called the direction of steepest ascent, and in multivariable calculus, it is represented by the gradient vector of the elevation function.The gradient vector points...
Lossy Lines and Overvoltages01:22

Lossy Lines and Overvoltages

Transmission-line series resistance and shunt conductance cause three primary effects: attenuation, distortion, and power losses.
Attenuation
When constant series resistance and shunt conductance are present, voltage and current equations are modified. The propagation constant indicates that voltage and current waves consist of both forward and backward traveling components. These waves attenuate as they propagate, with the attenuation factor related to the resistance and conductance. In a...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Real-Time and <i>In Situ</i> Monitoring of Pesticide Uptake and Transportation in Plants Using Surface-Enhanced Raman Scattering Nanosensors.

JACS Au·2026
Same author

Boosting SERS Performance of TiO<sub>2</sub> Microspheres via Phytic Acid Modification: Application to Bisphenol A Detection in Consumer Products.

ACS applied materials & interfaces·2026
Same author

Cobalt-Catalyzed Asymmetric Cyclopropanation of Heteroaryl Alkenes with Homogeneous Zinc Carbenoids.

Journal of the American Chemical Society·2026
Same author

Ultra-wide bandwidth system optical fiber channel modeling based on Kolmogorov-Arnold network and physical constraints.

Optics express·2026
Same author

KMT2B induces the H3K4 trimethylation of RBBP6 promoter to enhance the <sup>131</sup>I sensitivity in thyroid carcinoma by restraining STAT1/DPP4 axis.

Epigenomics·2026
Same author

Efficacy of transcranial direct current stimulation on cognitive function in post stroke cognitive impairment: A systematic review and meta-analysis of randomized controlled trials.

Topics in stroke rehabilitation·2026
Same journal

Aggregating global-scale pixel-wise forgery cues within a graph.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Finite-Time intermittent control for secure synchronization of Neutral-Type stochastic delayed neural networks under aperiodic DoS attacks.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

FedCAD: Cross-modal semantic alignment and distillation for cross-domain heterogeneous federated learning.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Partial-encryption-decryption-based secure state estimation of singularly perturbed complex networks: A Paillier encryption approach.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

ResVaRe: Parameter-efficient fine-tuning for large language models via cross-layer residual vector adaptation and representation editing.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Brain network construction and analysis for epilepsy: A methodology review.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Videos

Dual-channel hard negative sample generation for graph contrastive learning.

Jianghui Cai1, Mengyu Li2, Haifeng Yang3

  • 1School of Computer Science and Technology, Taiyuan University of Science and Technology, Taiyuan, 030024, PR China; School of Computer Science and Technology, North University of China, Taiyuan, 030051, PR China.

Neural Networks : the Official Journal of the International Neural Network Society
|June 25, 2026
PubMed
Summary
This summary is machine-generated.

Dual-Channel Hard Negative Sample Generation for Graph Contrastive Learning (DCGCL) improves representation learning by generating high-quality negative samples. This method addresses issues with invalid and false negatives, enhancing model performance on various tasks.

Keywords:
Deep learningGraph contrastive learningNegative samplingSelf-supervised learning

Related Experiment Videos

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Graph Representation Learning

Background:

  • Graph Contrastive Learning (GCL) excels at learning representations from graph data.
  • Existing GCL methods suffer from low-quality negative samples, leading to performance degradation.
  • Issues include semantically invalid negative samples and false negatives from indiscriminate processing.

Purpose of the Study:

  • To propose a novel method, Dual-Channel Hard Negative Sample Generation for Graph Contrastive Learning (DCGCL).
  • To address the limitations of negative sample quality in GCL.
  • To enhance the generalization and performance of GCL models.

Main Methods:

  • Employs a dual-channel graph generator for controlled perturbations to adjacency and feature matrices.
  • Introduces a mechanism to maximize distributional divergence between original and perturbed graphs while constraining node probability distributions.
  • Utilizes a two-stage training strategy to dynamically inject hard negative samples.

Main Results:

  • DCGCL generates high structural and feature similarity between original and perturbed graphs.
  • The method effectively differentiates graph semantics.
  • Experimental results show significant performance enhancement on diverse downstream tasks.

Conclusions:

  • DCGCL significantly improves GCL model performance by overcoming negative sample quality issues.
  • The proposed method outperforms state-of-the-art baselines.
  • DCGCL enables learning more generalized feature representations.