https://arxiv.org/api/Dyki2CTqENQ9drZPsJv9TuXs054 2026-07-21T23:40:34Z 23665 150 15 http://arxiv.org/abs/2606.26928v1 UAV-MapFusion: RTK-Aligned Uncertainty-Aware Coarse-to-Fine Multi-Session UAV Mapping 2026-06-25T12:03:29Z Large-scale point cloud maps are essential for robotics and spatial intelligence tasks. UAVs provide an efficient means for large-scale map acquisition; however, due to limited flight endurance and onboard storage, mapping a large-scale scene within a single flight remains difficult. Existing multi-session map merging methods can extend the mapping range, yet in UAV scenarios they still struggle to simultaneously suppress long-range drift and preserve local geometric accuracy. To address this issue, an uncertainty-aware multi-session point cloud map merging and coarse-to-fine optimization system is proposed. The proposed method first performs initial multi-session map merging based on a scene graph, and then incorporates RTK observations through an RTK spatiotemporal alignment module, where temporal offsets are estimated using Dynamic Time Warping (DTW), and continuous RTK constraints are recovered using Multi-Output Gaussian Processes (MOGP) under incomplete sampling and frame dropouts. On this basis, a unified uncertainty-aware factor graph is constructed, and local geometric accuracy is further improved through iterative plane-factor refinement. Experiments on real-world datasets validate the effectiveness and robustness of the proposed method. To facilitate further research and development in the community, our code and dataset will be publicly released. 2026-06-25T12:03:29Z 8 pages, 5 figures, accepted by IEEE Robotics and Automation Letters (RA-L) Feng Pan Chunran Zheng Bing Xue Yukang Cui Jiayu Wen Zhiyu Chen Wei Wang http://arxiv.org/abs/2606.26766v1 Effective Resistance-Based Graph Sparsification and Community Detection 2026-06-25T08:49:39Z Community detection is a key task in network analysis, providing insight into the structural organization of complex systems. Effective resistance, a graph-theoretic metric derived from electrical network theory, has emerged as a powerful tool for evaluating connectivity and influence within networks. This paper proposes an effective resistance-based community detection algorithm that calculates the similarity between nodes using effective resistance values and produces a weighted graph. The sparse graph used in the algorithm is generated after computing the minimum spanning tree (MST) of the weighted graph and adopting a threshold sparsification strategy on non-MST edges. A maximum modularity approach is adopted using the Clauset-Newman-Moore algorithm on the resultant sparse graph. This algorithm is evaluated for both synthetic and real-world networks, demonstrating its effectiveness compared to popular existing methods. The result shows that the effective resistance-based approach accurately captures the structures of the community while maintaining computational efficiency. 2026-06-25T08:49:39Z Jayanta Pari Pratibha Bhandari Soumyendu Raha http://arxiv.org/abs/2606.26608v1 Fast Estimation for Forest Matrix of Signed Graphs 2026-06-25T05:11:21Z The forest matrix of a signed graph plays an important role in network science and social opinion dynamics, yet existing algorithms are mainly designed for unsigned graphs and are difficult to extend to signed graphs. In this paper, we study the problem of efficiently estimating the forest matrix of signed graphs with n nodes and introduce the signed forest matrix theorem, which establishes the relationship between generalized spanning converging forests and the forest matrix. Based on this result, we propose a novel algorithm GSCF, built on a variant of loop-erased random walks, to generate generalized spanning converging forests in expected O(n) time. We further develop two sampling algorithms, FMDE and FMDE+, for estimating the diagonal of the forest matrix, both with time complexity O(ln), where l is the number of samples. Extensive experiments on various signed graphs show that our methods achieve high estimation accuracy, significantly improve computational efficiency, and scale to graphs with over twenty million nodes. Our source code is publicly available on https://github.com/HaoxinSun98/SignedForestDiagonal. 2026-06-25T05:11:21Z Accepted at ICML 2026 Haoxin Sun Zhongzhi Zhang http://arxiv.org/abs/2606.26601v1 Fast Computation and Optimization for Opinion-Based Quantities of Friedkin-Johnsen Model 2026-06-25T04:59:58Z In this paper, we address the problem of fast computation and optimization of opinion-based quantities in the Friedkin-Johnsen (FJ) model. We first introduce the concept of partial rooted forests, based on which we present an efficient algorithm for computing relevant quantities using this method. Furthermore, we study two optimization problems in the FJ model: the Opinion Minimization Problem and the Polarization and Disagreement Minimization Problem. For both problems, we propose fast algorithms based on partial rooted forest samplings. Our methods reduce the time complexity from linear to sublinear. Extensive experiments on real-world networks demonstrate that our algorithms are both accurate and efficient, outperforming state-of-the-art methods and scaling effectively to large-scale networks. 2026-06-25T04:59:58Z Published at NeurIPS 2025 Haoxin Sun Yubo Sun Xiaotian Zhou Zhongzhi Zhang http://arxiv.org/abs/2606.26599v1 Efficient Computation for Diagonal of Forest Matrix via Variance-Reduced Forest Sampling 2026-06-25T04:58:55Z The forest matrix of a graph, particularly its diagonal elements, has far-reaching implications in network science and machine learning. The state-of-the-art algorithms for the diagonal of forest matrix computation are based on the fast Laplacian solver. However, these algorithms encounter limitations when applied to digraphs due to the incapacity of the Laplacian solver. To overcome the issue, in this paper, we propose three novel sampling-based algorithms: SCF, SCFV, and SCFV+. Our first algorithm SCF leverages a probability interpretation of the diagonal of the forest matrix and utilizes an extension of Wilson's algorithm to sample spanning converging forests. To reduce the variance in forest sampling, we develop two novel variance-reduction techniques. The first technique, leading to the SCFV algorithm, is inspired by opinion dynamics in graphs and applies matrix-vector iteration to spanning forest sampling. While SCFV achieves reduced variance compared to SCF, the cross-product term in its variance expression can be complex and potentially large in certain graphs. Therefore, we develop another technique, leading to a new iteration equation and the SCFV+ algorithm. SCFV+ achieves further reduced variance without the cross-product term in the variance of SCFV. We prove that SCFV+ can achieve a relative error guarantee with high probability and maintain linear time complexity relative to the number of nodes in the graph, presenting a superior theoretical result compared to state-of-the-art algorithms. Finally, we conduct extensive experiments on various real-world networks, showing that our algorithms achieve better estimation accuracy and are more time-efficient than the state-of-the-art algorithms. Particularly, our algorithms are scalable to massive graphs with more than twenty million nodes in both undirected and directed graphs. 2026-06-25T04:58:55Z Published in The Web Conference 2024 Haoxin Sun Zhongzhi Zhang http://arxiv.org/abs/2505.09854v3 Chisme: Heterogeneity-Aware Gossip Learning 2026-06-24T22:29:15Z As end-user device capability increases and demand for intelligent services at the Internet's edge rises, distributed learning has emerged as a key enabling technology for the intelligent edge. Existing approaches like federated learning (FL) and decentralized FL (DFL) enable privacy-preserving distributed learning among clients, while gossip learning (GL) approaches have emerged to address the potential challenges in resource-constrained, connectivity-challenged infrastructure-less environments. However, most distributed learning approaches assume largely homogeneous data distributions and may not consider or exploit the heterogeneity of clients and their underlying data distributions. This paper introduces Chisme, a novel fully decentralized distributed learning algorithm designed to address the challenges of implementing robust intelligence in network edge contexts characterized by heterogeneous data distributions, episodic connectivity, and sparse network infrastructure or lack thereof. Chisme leverages the affinity between clients' underlying data distributions calculated from received model exchanges to inform how much influence received models have when merging into the local model. By doing so, it enables clients to strategically balance between broader collaboration to build more general knowledge and more selective collaboration to build specific knowledge. We evaluate Chisme against contemporary approaches using image recognition and time-series prediction scenarios while considering different network connectivity conditions, representative of real-world distributed intelligent systems running at the network's edge. Our experiments demonstrate that Chisme outperforms state-of-the-art edge intelligence approaches in almost every case -- clients using Chisme exhibit faster training convergence, lower final loss after training, and lower performance disparity between clients. 2025-05-14T23:29:09Z This work has been submitted to the IEEE Globecom 2026 for review Harikrishna Kuttivelil Katia Obraczka http://arxiv.org/abs/2606.26378v1 Low-dimensional Dynamics of the Social Compass Model 2026-06-24T21:03:04Z The social compass model has been recently proposed as a model for depolarization in populations where individuals have multiple, possibly correlated, opinions. Previous work has focused on the steady state of this model, but has not addressed the dynamics leading to depolarization. We show that the macroscopic dynamics of the social compass model can be described using the Ott-Antonsen Ansatz and that, for initially clustered opinions, the resulting equations reduce to a finite-dimensional system of ordinary differential equations. We study the linear stability of the polarized state and find a dispersion relation for the growth rate of perturbations from this state. We find that the critical coupling for depolarization depends only on the first inverse moment of the conviction distribution, whereas the rate of depolarization depends on higher moments. Consequently, conviction distributions with the same critical coupling can exhibit vastly different depolarization timescales. We also demonstrate how our analysis can be extended to study depolarization in the presence of community structure. 2026-06-24T21:03:04Z 13 pages, 8 figures Corbit R. Sampson Juan G. Restrepo http://arxiv.org/abs/2601.13317v2 Paid Voices vs. Public Feeds: Interpretable Cross-Platform Theme-Based Analysis of Climate Discourse 2026-06-24T16:54:41Z Climate discourse online shapes public understanding of climate change and informs political and policy debate, yet it unfolds across structurally different environments: paid advertising platforms host targeted, institutionally produced messaging, while public social media reflects largely organic, user-driven discussion. We present a comparative analysis of climate discourse across paid advertisements on Meta (previously Facebook) and public posts on Bluesky from July 2024 to September 2025. To support it, we develop an interpretable thematic discovery pipeline that clusters texts by semantic similarity and uses large language models (LLMs) to label clusters with concise, human-interpretable themes, requiring no predefined topic inventory or seed set. Using these themes, we find the two environments diverge systematically: paid advertising centers on strategic promotion of specific solutions in a formal, forward-looking register, whereas organic discourse centers on systemic critique in a crisis-oriented, scientifically grounded one. We also evaluate the utility of the discovered themes through downstream stance prediction and theme-guided retrieval tasks. While our analysis focuses on climate communication, the framework generalizes to comparative thematic analysis across heterogeneous communication environments. 2026-01-19T19:00:56Z Samantha Sudhoff Pranav Perumal Zhaoqing Wu Tunazzina Islam http://arxiv.org/abs/2606.26203v1 Agentic Analysis for Agentic Infrastructure: An LLM-Powered Pipeline for Comparative Governance of DAO and Corporate AI Protocols 2026-06-24T16:34:54Z As AI agent protocols proliferate, the governance structures shaping their interoperability standards remain empirically underexamined. We introduce an LLM-powered comparative pipeline for large-scale governance discourse analysis, integrating automated annotation, neural topic modeling, and multi-layer network analysis to study socio-technical power structures at scale. We validate it on two contrasting standards for agent interoperability: ERC-8004 (permissionless, on-chain) and Google A2A (corporate-led). Analyzing 4,323 governance participation records, we combine LLM-assisted coding, topic modeling, and multi-layer network analysis to examine how institutional design shapes thematic priorities and community structure. We find that while governance form influences substantive focus, both regimes exhibit comparable levels of participation inequality and community fragmentation. Discourse alignment is denser in the permissionless setting, suggesting that open governance may foster greater thematic convergence despite decentralized participation. These findings illustrate how LLM-assisted methods can advance the empirical study of technology governance, with implications for designing more equitable agentic AI standards. All data and code are openly available. 2026-06-24T16:34:54Z Yutian Wang Luyao Zhang http://arxiv.org/abs/2602.14239v3 A Hybrid TGN-SEAL Model for Dynamic Graph Link Prediction 2026-06-24T15:55:42Z Predicting links in sparse, continuously evolving networks is a central challenge in network science. Conventional heuristic methods and deep learning models, including Graph Neural Networks (GNNs), are typically designed for static graphs and thus struggle to capture temporal dependencies. Snapshot-based techniques partially address this issue but often encounter data sparsity and class imbalance, particularly in networks with transient interactions such as telecommunication call detail records (CDRs). Temporal Graph Networks (TGNs) model dynamic graphs by updating node embeddings over time; however, their predictive accuracy under sparse conditions remains limited. In this study, we improve the TGN framework by extracting enclosing subgraphs around candidate links, enabling the model to jointly learn structural and temporal information. Experiments on a sparse CDR, email, message dataset show that our approach increases average precision by at least 2% over standard TGNs, demonstrating the advantages of integrating local topology for robust link prediction in dynamic networks. 2026-02-15T17:16:47Z EPJ Data Science 15, 69 (2026) Nafiseh Sadat Sajadi Behnam Bahrak Mahdi Jafari Siavoshani 10.1140/epjds/s13688-026-00670-1 http://arxiv.org/abs/2606.25826v1 Weight geometry governs functional memory in complex systems 2026-06-24T13:44:36Z Complex systems, from gene regulatory networks to neural circuits and transportation infrastructures, exhibit rich functional behaviour that topology alone does not capture. Here we show that functional memory exhibits a universal organisational regularity: in every biological, ecological, social, and technological domain studied, real interaction strengths organise memory at greater hierarchical depth than random weight assignment on the same topology, across thirty-four networks spanning several orders of magnitude in size and density. Using a thermodynamic description of multiscale information flow, we quantify how memory is distributed across path lengths and show that functional memory organisation collapses onto four recurrent dynamical organisations, revealing an intrinsically low-dimensional structure. Comparing each network against null models that selectively perturb weighted transport geometry, mesoscale structure, and directionality reveals that these ingredients contribute distinct and non-equivalent roles: weight geometry systematically governs memory depth, mesoscale structure shapes memory organisation across scales, and directionality modulates the sensitivity of the cascade to structural perturbation. The same comparison provides an operational criterion for whether network weights encode genuine functional interaction structure. These results establish weighted transport geometry as a primary organiser of functional memory and show that weighted interactions carry dynamical structure that binary topology alone cannot recover. 2026-06-24T13:44:36Z 46 pages Elkaïoum M. Moutuou Habib Benali http://arxiv.org/abs/2606.25682v1 Opinion Dynamics over Migration Networks 2026-06-24T10:49:39Z Opinions play a crucial role in shaping collective phenomena such as political polarization, cultural integration and demographic change. By continuously changing social environments in which opinions evolve, human migration serves as an important driver of collective opinion formation. While migration and opinion dynamics have both been extensively studied, the few existing models that couple the two are primarily deterministic and therefore cannot capture demographic fluctuations, finite-size effects or stochastic transitions between emergent collective states. To address this limitation, we introduce a unifying stochastic framework for opinion dynamics over migration networks that couples local opinion transitions, demographic processes and migration between communities. The dynamics are formulated through a spatio--temporal master equation, which provides a probabilistic description of the underlying population process. From this microscopic representation, we derive deterministic mean-field equations governing the co-evolution of community sizes and opinion compositions, thereby linking agent-level interactions to macroscopic population behavior. Using two representative case studies, we demonstrate how stochasticity and migration can qualitatively change the emergent dynamics and collective outcomes, including the emergence of consensus, polarization and the stabilization of oscillatory opinion dynamics. These examples highlight the rich interplay between social interactions, demographic change and migration in deterministic and stochastic settings, and they demonstrate that migration should be viewed as an integral component of collective opinion formation rather than only an external demographic process. 2026-06-24T10:49:39Z 30 pages, 4 figures Lőrinc Márton Stefanie Winkelmann Mauricio J. del Razo Nataša Djurdjevac Conrad http://arxiv.org/abs/2606.24264v2 Discovery of connectivity-trainability trade-off of IQP Circuits for Hamiltonian Optimization 2026-06-24T06:26:08Z Instantaneous Quantum Polynomial-time (IQP) circuits are promising candidates for near-term quantum advantage due to the conjectured classical hardness of their sampling task. However, their capabilities for optimization remain largely unexplored. We present a systematic investigation of the performance and trainability of IQP circuits for Hamiltonian optimization. Our results reveal a trade-off between optimization performance and circuit connectivity, demonstrating that the circuit structure plays a key role in determining the ability of IQP circuits to reach low-energy states. 2026-06-23T07:50:37Z The data about the gradient variance (Fig. 2) should be check again, there are maybe some errors in that data Quoc Chuong Nguyen http://arxiv.org/abs/2506.04435v2 Edge interventions can mitigate demographic and prestige disparities in the Computer Science coauthorship network 2026-06-23T21:08:11Z Social factors such as demographic traits and institutional prestige structure the creation and dissemination of ideas in academic publishing. One place these effects can be observed is in how central or peripheral a researcher is in the coauthorship network. Here we investigate inequities in network centrality in a hand-collected data set of 5,670 U.S.-based faculty employed in Ph.D.-granting Computer Science departments and their DBLP coauthorship connections. We introduce algorithms for combining name- and perception-based demographic labels by maximizing alignment with self-reported demographics from a survey of faculty from our census. We find that women and individuals with minoritized race identities are less central in the computer science coauthorship network, implying worse access to and ability to spread information. Centrality is also highly correlated with prestige, such that faculty in top-ranked departments are at the core and those in low-ranked departments are in the peripheries of the computer science coauthorship network. We show that these disparities can be mitigated using simulated edge interventions, interpreted as facilitated collaborations. Our intervention increases the centrality of target individuals, chosen independently of the network structure, by linking them with researchers from highly ranked institutions. When applied to scholars during their Ph.D., the intervention also improves the predicted rank of their placement institution in the academic job market. This work was guided by an ameliorative approach: uncovering social inequities in order to address them. By targeting scholars for intervention based on institutional prestige, we are able to improve their centrality in the coauthorship network that plays a key role in job placement and longer-term academic success. 2025-06-04T20:36:24Z 15 pages, 6 figures, 2 appendices (5 figures, 6 tables) Kate Barnes Mia Ellis-Einhorn Carolina Chávez-Ruelas Nayera Hasan Mohammad Fanous Blair D. Sullivan Sorelle Friedler Aaron Clauset 10.1145/3805689.3806762 http://arxiv.org/abs/2605.26309v3 Visual Matters: Connecting Aesthetic Appeal and Production Quality of Photos, Infographics and Data Visualizations to Credibility of Social Media Posts 2026-06-23T20:28:59Z The rapid proliferation of visual content raises fundamental questions about how different visual formats and features shape perceived credibility. Drawing on processing fluency theory, this research examines how visuals shape credibility judgments. We focus on three popular formats-photos, infographics, and data visualizations-comparing them to text-only posts, and test how two visual features, aesthetic appeal and production quality, influence credibility through processing fluency as a mediating mechanism. Through a preregistered experiment with 1200 US participants, we found that visual posts are generally perceived as more credible than text-only posts but this credibility advantage only applies to photos and infographics, not to data visualizations. Aesthetic appeal increases perceived credibility, partially mediated by processing fluency, while production quality had no significant effect on credibility across formats. These findings differentiate visual formats, advance conceptualizations of visual features, and identify processing fluency as a key mechanism for theorizing credibility across multimodal contexts. 2026-05-25T20:03:59Z Salman Khawar Yingdan Lu Yilang Peng Jiyoung Yeon Cuihua Shen