REVIEW 3 major objections 5 minor 220 references
DiffLens: A Visualization System to Explore Local Differences in Graph Sampling
T0 review · 3 major / 5 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read DiffLens turns graph-sampling distortions into three interactive local lenses so users can see where and why a sample broke the original network.
desk verdict Solid local-sampling viz system with clean taxonomy and lenses; user-study stats are undermined by obvious Table 2 copy-paste errors but the design still fills a real gap. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The three difference-based lenses—neighbor “fishbowl,” path outer-ring, and structure “radar”—that encode the quantified local measures and support click-to-expand interactions that reveal the exact nodes or edges responsible for each distortion.
What would settle it
A controlled task in which users armed with DiffLens systematically miss (or rank lower) the local substructures whose removal is known, by independent ground-truth metrics or expert judgment, to most degrade a concrete downstream task such as link prediction or community detection.
Extended reading notes
Core claim
Three families of local quantitative difference measures (neighbor count/quality, path length/betweenness/connectivity, triangle/triplet counts and proportion), paired with three corresponding interactive lens designs, let users diagnose and compare sampling-induced distortions at the level of individual regions rather than global averages.
Load-bearing premise
That the eight hand-chosen representative factors are complete enough that visualizing only those factors correctly surfaces the sampling distortions that matter for real downstream tasks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses the lack of systematic local evaluation of differences introduced by graph sampling. It surveys and taxonomizes existing metrics into neighbor-based, path-based, and structure-based categories, extracts eight representative factors via correlation analysis (Table 1), defines quantitative local difference scores (Eqs. 1–10), and presents DiffLens: a system with multicolor heatmaps plus three specialized interactive lenses that encode those scores. Two expert case studies on real networks and a within-subjects user study (N=12) with a baseline comparison claim that DiffLens enables faster and higher-quality identification of sampling-critical nodes, paths, and structures (Table 2, paired t-tests).
Significance. If the claims hold, DiffLens supplies the first interactive, lens-based tool focused on local (rather than global) sampling distortions, which is practically useful for both sampling algorithm developers and analysts who must choose strategies for downstream tasks such as classification or routing. The taxonomy, factor selection, and three families of difference scores are reusable contributions beyond the particular visual interface. The case studies concretely illustrate how the lenses surface bridge-node loss and triangle destruction that global metrics obscure. These strengths are tempered by the small, homogeneous participant pool and by numerical problems in the quantitative evaluation that currently prevent full verification of the statistical gains.
major comments (3)
- Table 2 (30 % columns for Tasks 2 and 3) contains clear copy-paste errors: Baseline BC/CC1/NC and DiffLens values are identical to the Task-1 DC/EC/PR numbers, and the same three numbers reappear for Task 3. Because the paper reports no raw per-participant selections and no aggregation procedure, the claimed metric gains and the associated p-values (p<0.05 / p<0.001) cannot be verified. This is load-bearing for the central quantitative claim that DiffLens yields higher-quality selections of sampling-critical elements.
- Section 4.2 and Table 1: the eight representative factors are justified solely by Pearson correlations with a hand-chosen subset of classic metrics; several correlations are low or negative (e.g., neighbor quality with VoteRank/PageRank, triangle count with clustering coefficient). No ablation or downstream-task experiment demonstrates that visualizing only these factors is sufficient for users to diagnose the sampling distortions that actually matter for real analyses (link prediction, community detection, routing). The completeness assumption therefore remains untested.
- Section 7.2 user study: N=12 graduate students already familiar with visualization and graph sampling, within-subjects design, no power analysis, and no external (non-student) validation. While common in HCI, the combination of the small homogeneous sample with the corrupted Table 2 makes the statistical superiority claim fragile; at minimum the study must be re-run or the raw data and corrected table supplied so that the p-values can be recomputed.
minor comments (5)
- Section 5.2, Eq. (5)–(7): the Euclidean distance on the full shortest-path / betweenness / connectivity matrices is O(|V|²) even when the lens is applied to a local region; the text claims a local-region setting but does not describe any pruning or approximation that would make interactive use scalable.
- Figure 2 caption and surrounding text: the six sampling strategies and four local regions are never named or shown; readers cannot reproduce the percentage-of-global-difference numbers.
- Typographical issues: “EV ALUATION”, “V oteRank”, “k′c_max” vs. “k′c−max” inconsistency, missing spaces after periods in several places, and “submitted to COMPUTER GRAPHICSForum” footer on every page.
- Section 6.1: the multicolor heatmap assigns a single dominant difference category per community by averaging node ranks; the aggregation rule and the precise community-detection algorithm used are not specified, making the visual encoding non-reproducible.
- Weights α, β, γ appear in Eqs. (1), (4), (8) and are said to be user-tunable, yet the control panel (Fig. 4a) and the user-study protocol never describe how (or whether) participants actually adjusted them; default equal weights are used throughout the evaluation.
Circularity Check
No circularity: difference measures are definitional constructions from standard graph quantities, factor selection is correlational justification only, and system claims rest on independent empirical evaluation.
full rationale
The paper's derivation chain is self-contained and non-circular. Representative factors (neighbor count/quality; shortest-path length/betweenness/connectivity; triangle/triplet counts and proportion) are abstracted from a literature survey of 63 metrics and justified by Pearson correlations against a subset of classic metrics on external datasets (Table 1, Section 4.2); the correlations serve only for selection, not for validating downstream claims. Difference scores are then defined by explicit formulas (Eqs. 1–10 in Section 5) that operate directly on raw graph quantities (degrees, shortest-path matrices, triangle/triplet counts) of G versus G′, with optional user-tunable weights; these are not fitted parameters that later reappear as “predictions.” The three lens designs simply encode those scores. Evaluation consists of two expert case studies and a controlled user study (N=12) against a baseline that shows only the sampled graph; performance differences are measured by task time and classic centrality/clustering metrics on user-selected elements, which are independent of the paper’s own difference formulas. Self-citations (e.g., prior sampling or evaluation papers by overlapping authors) appear only in Related Work and do not underwrite uniqueness, force the factor choice, or close any definitional loop. No step reduces a claimed result to its own inputs by construction.
Assumptions & free parameters
free parameters (3)
- α, β (neighbor-based weights) =
1/2
- α, β, γ (path-based weights) =
1/3
- α, β (structure-based weights) =
1/2
assumptions (3)
- domain assumption Existing graph-sampling evaluation metrics can be exhaustively partitioned into three categories (neighbor-based, path-based, structure-based) whose informational content is adequately captured by eight hand-chosen representative factors.
- domain assumption Local node-level difference scores (Eqs. 1–10) are more informative for sampling evaluation and downstream-task relevance than global averages.
- ad hoc to paper A 12-participant within-subjects user study with graduate students familiar with visualization is sufficient to claim general effectiveness and usability.
invented entities (2)
-
DiffLens system (multicolor heatmap + three specialized interactive lenses)
-
Neighbor-based / path-based / structure-based difference scores (Eqs. 1–10)
Cite this review
Pith. "Pith review of DiffLens: A Visualization System to Explore Local Differences in Graph Sampling." pith.science (2026). https://pith.science/paper/KFOBVRNS
@misc{pith2026260711424,
author = {Pith},
title = {Pith review of: DiffLens: A Visualization System to Explore Local Differences in Graph Sampling},
year = {2026},
howpublished = {\url{https://pith.science/paper/KFOBVRNS}},
note = {Machine review of arXiv:2607.11424}
}
read the original abstract
Graph sampling techniques have been widely used to simplify network computation and visualization, which also results in inevitable differences between the sampled networks and the original networks in terms of nodes, edges and structures. Investigating such differences can inform graph sampling technique users of the pros and cons of different techniques and select the appropriate one, and can also help graph sampling developers evaluate their own technique. However, there are still no systematic ways to achieve such a goal. This paper fills this research gap by first proposing systematic and generic quantitative measures to quantify three categories of graph differences (i.e., neighbor-based, path-based, and structure-based). Built upon this, we further propose DiffLens, a novel visualization system to help graph sampling developers and users intuitively explore local differences at different regions of their interest within a sampled graph, where three new lens-based visual designs are presented to display the neighbor-based, path-based, and structure-based differences respectively. We conducted two case studies and a user study using real-world network datasets to evaluate DiffLens. The results confirmed its effectiveness and usability in helping users explore local differences and compare different graph sampling strategies.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
J. M. Buhmann and D. W. Fellner and M. Held and J. Ketterer and J. Puzicha , TITLE =. 1998 , PAGES =. doi:10.1111/1467-8659.00269 , NOTE =
-
[2]
and Helmberg, Christoph , TITLE =
Fellner, Dieter W. and Helmberg, Christoph , TITLE =. 1993 , PAGES =
1993
-
[3]
L. Kobbelt and M. Stamminger and H.-P. Seidel , title =. doi:10.1111/1467-8659.16.3conferenceissue.36 , note =
-
[4]
Lafortune and Sing-Choong Foo and Kenneth E
Eric P. Lafortune and Sing-Choong Foo and Kenneth E. Torrance and Donald P. Greenberg , title =. Proc. SIGGRAPH '97 , volume = 31, pages =
-
[5]
Information visualization, visual data mining, and its application to drug design , year =
Grinstein, Georges and Keim, Daniel and Ward, Matthew , howpublished =. Information visualization, visual data mining, and its application to drug design , year =
-
[6]
IEEE Transactions on Visualization and Computer Graphics , title =
Isenberg, Petra and Heimerl, Florian and Koch, Steffen and Isenberg, Tobias and Xu, Panpan and Stolper, Chad and Sedlmair, Michael and Chen, Jian and M. IEEE Transactions on Visualization and Computer Graphics , title =. 2017 , volume =. doi:10.1109/TVCG.2016.2615308 , series =
-
[7]
Semi-automatic generation of transfer functions for direct volume rendering , year =
Kindlmann, Gordon , school =. Semi-automatic generation of transfer functions for direct volume rendering , year =
-
[8]
Display of surfaces from volume data , year =
Levoy, Marc , school =. Display of surfaces from volume data , year =
Show all 220 references
-
[9]
and Cline, Harvey E
Lorensen, William E. and Cline, Harvey E. , journal =. 1987 , month = aug, number =
1987
-
[10]
Optical models for direct volume rendering , year =
Max, Nelson , journal =. Optical models for direct volume rendering , year =. doi:10.1109/2945.468400 , series =
-
[11]
and Hamann, Bernd , booktitle =
Nielson, Gregory M. and Hamann, Bernd , booktitle =. The asymptotic decider: removing the ambiguity in marching cubes , year =
-
[12]
Information visualization: perception for design , year =
Ware, Colin , publisher =. Information visualization: perception for design , year =
-
[13]
Data structure for
Wyvill, Geoff and McPheeters, Craig and Wyvill, Brian , journal =. Data structure for. 1986 , month = aug, number =
1986
-
[14]
and Crnovrsanin, Tarik and Sathyamurthi, Tejas and Cordes, Sara and Borkin, Michelle A
Panavas, Liudas and Worth, Amy E. and Crnovrsanin, Tarik and Sathyamurthi, Tejas and Cordes, Sara and Borkin, Michelle A. and Dunne, Cody , booktitle =. Juvenile graphical perception: A comparison between children and adults , year =. doi:10.1145/3491102.3501893 , numpages =
-
[15]
2013 , month =
Movie narrative charts , author =. 2013 , month =
2013
-
[16]
Proceedings of the International Conference on Advanced Visual Interfaces , pages=
Tracing genealogical data with timenets , author=. Proceedings of the International Conference on Advanced Visual Interfaces , pages=
-
[17]
Proceedings of the 5th international symposium on Software visualization , pages=
Software evolution storylines , author=. Proceedings of the 5th international symposium on Software visualization , pages=
-
[18]
2012 , publisher=
Design considerations for optimizing storyline visualizations , author=. 2012 , publisher=
2012
-
[19]
2013 , publisher=
Storyflow: Tracking the evolution of stories , author=. 2013 , publisher=
2013
-
[20]
2015 , publisher=
An efficient framework for generating storyline visualizations from streaming data , author=. 2015 , publisher=
2015
-
[21]
2017 IEEE Conference on Visual Analytics Science and Technology (VAST) , pages=
The “y” of it matters, even for storyline visualization , author=. 2017 IEEE Conference on Visual Analytics Science and Technology (VAST) , pages=. 2017 , organization=
2017
-
[22]
Reading Research Quarterly , pages=
Awareness of four text structures: Effects on recall of expository text , author=. Reading Research Quarterly , pages=. 1987 , publisher=
1987
-
[23]
Learning and instruction , volume=
Representation construction, externalised cognition and individual differences , author=. Learning and instruction , volume=. 1999 , publisher=
1999
-
[24]
Topics in cognitive science , volume=
Active-constructive-interactive: A conceptual framework for differentiating learning activities , author=. Topics in cognitive science , volume=. 2009 , publisher=
2009
-
[25]
, author=
The role of knowledge in discourse comprehension: a construction-integration model. , author=. Psychological review , volume=. 1988 , publisher=
1988
-
[26]
CBEMAFRS Walter Kintsch. 1998. Comprehension: A paradigm for cognition , author=
1998
-
[27]
Energy research & social science , volume=
Does positive framing matter? An investigation of how framing affects consumers’ willingness to buy green electricity in Denmark , author=. Energy research & social science , volume=. 2018 , publisher=
2018
-
[28]
International journal of human-computer studies , volume=
External cognition: how do graphical representations work? , author=. International journal of human-computer studies , volume=. 1996 , publisher=
1996
-
[29]
Educational psychologist , volume=
Aids to text comprehension , author=. Educational psychologist , volume=. 1984 , publisher=
1984
-
[30]
Proceedings of the second ACM international conference on Digital libraries , pages=
Annotation: from paper books to the digital library , author=. Proceedings of the second ACM international conference on Digital libraries , pages=
-
[31]
Proceedings of the 2012 ACM international conference on Interactive tabletops and surfaces , pages=
Microanalysis of active reading behavior to inform design of interactive desktop workspaces , author=. Proceedings of the 2012 ACM international conference on Interactive tabletops and surfaces , pages=
2012
-
[32]
CHI 98 conference summary on Human factors in computing systems , pages=
XLibris: The active reading machine , author=. CHI 98 conference summary on Human factors in computing systems , pages=
-
[33]
Proceedings of the 22nd annual international ACM SIGIR conference on Research and development in information retrieval , pages=
From reading to retrieval: freeform ink annotations as queries , author=. Proceedings of the 22nd annual international ACM SIGIR conference on Research and development in information retrieval , pages=
-
[34]
Proceedings of the SIGCHI conference on human factors in computing systems , pages=
InkSeine: In Situ search for active note taking , author=. Proceedings of the SIGCHI conference on human factors in computing systems , pages=
-
[35]
Proceedings of the SIGCHI conference on Human factors in computing systems , pages=
Selection-based note-taking applications , author=. Proceedings of the SIGCHI conference on Human factors in computing systems , pages=
-
[36]
Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
LiquidText: A flexible, multitouch environment to support active reading , author=. Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
-
[37]
Proceedings of the SIGCHI conference on human factors in computing systems , pages=
Informal information gathering techniques for active reading , author=. Proceedings of the SIGCHI conference on human factors in computing systems , pages=
-
[38]
Journal of Research in Science Teaching: The Official Journal of the National Association for Research in Science Teaching , volume=
Effects of student-generated diagrams versus student-generated summaries on conceptual understanding of causal and dynamic knowledge in plate tectonics , author=. Journal of Research in Science Teaching: The Official Journal of the National Association for Research in Science ...
1999
-
[39]
Cognitive science , volume=
Eliciting self-explanations improves understanding , author=. Cognitive science , volume=. 1994 , publisher=
1994
-
[40]
Online deliberation: Design, research, and practice , pages=
Design requirements of argument mapping software for teaching deliberation , author=. Online deliberation: Design, research, and practice , pages=. 2009 , publisher=
2009
-
[41]
Educational psychology review , volume=
The promise and practice of learner-generated drawing: Literature review and synthesis , author=. Educational psychology review , volume=. 2005 , publisher=
2005
-
[42]
Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems , pages=
Texsketch: Active diagramming through pen-and-ink annotations , author=. Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems , pages=
2020
-
[43]
2018 , publisher=
Inkplanner: Supporting prewriting via intelligent visual diagramming , author=. 2018 , publisher=
2018
-
[44]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Diagram understanding in geometry questions , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[45]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Story generation with crowdsourced plot graphs , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[46]
arXiv preprint arXiv:1805.04833 , year=
Hierarchical neural story generation , author=. arXiv preprint arXiv:1805.04833 , year=
-
[47]
arXiv preprint arXiv:1902.01109 , year=
Strategies for structuring story generation , author=. arXiv preprint arXiv:1902.01109 , year=
1902 arXiv
-
[48]
arXiv preprint cmp-lg/9506024 , year=
An approach to proper name tagging for german , author=. arXiv preprint cmp-lg/9506024 , year=
-
[49]
Journal of machine learning research , volume=
Natural language processing (almost) from scratch , author=. Journal of machine learning research , volume=
-
[50]
arXiv preprint arXiv:1702.02098 , year=
Fast and accurate entity recognition with iterated dilated convolutions , author=. arXiv preprint arXiv:1702.02098 , year=
-
[51]
arXiv preprint arXiv:1508.01991 , year=
Bidirectional LSTM-CRF models for sequence tagging , author=. arXiv preprint arXiv:1508.01991 , year=
-
[52]
arXiv preprint arXiv:1706.05075 , year=
Joint extraction of entities and relations based on a novel tagging scheme , author=. arXiv preprint arXiv:1706.05075 , year=
-
[53]
Proceedings of the AAAI conference on artificial intelligence , volume=
Neural models for sequence chunking , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[54]
arXiv preprint arXiv:1603.01354 , year=
End-to-end sequence labeling via bi-directional lstm-cnns-crf , author=. arXiv preprint arXiv:1603.01354 , year=
-
[55]
arXiv preprint arXiv:1810.04805 , year=
Bert: Pre-training of deep bidirectional transformers for language understanding , author=. arXiv preprint arXiv:1810.04805 , year=
-
[56]
arXiv preprint arXiv:1805.01052 , year=
Constituency parsing with a self-attentive encoder , author=. arXiv preprint arXiv:1805.01052 , year=
-
[57]
Peters, Matthew and Neumann, Mark and Iyyer, Mohit and Gardner, Matt and Clark, Christopher and Lee, Kenton and Zettlemoyer, Luke , year =
-
[58]
Journal of the ACM (JACM) , volume=
New methods in automatic extracting , author=. Journal of the ACM (JACM) , volume=. 1969 , publisher=
1969
-
[59]
Proceedings of the 18th annual international ACM SIGIR conference on Research and development in information retrieval , pages=
A trainable document summarizer , author=. Proceedings of the 18th annual international ACM SIGIR conference on Research and development in information retrieval , pages=
-
[60]
Minds and Machines , volume=
GPT-3: Its nature, scope, limits, and consequences , author=. Minds and Machines , volume=. 2020 , publisher=
2020
-
[61]
Proceedings of the AAAI conference on artificial intelligence , volume=
Summarunner: A recurrent neural network based sequence model for extractive summarization of documents , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[62]
arXiv preprint arXiv:1910.13461 , year=
Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension , author=. arXiv preprint arXiv:1910.13461 , year=
1910 arXiv
-
[63]
The Journal of Machine Learning Research , volume=
Exploring the limits of transfer learning with a unified text-to-text transformer , author=. The Journal of Machine Learning Research , volume=. 2020 , publisher=
2020
-
[64]
Discourse Processes , volume=
Students making sense of informational text: Relations between processing and representation , author=. Discourse Processes , volume=. 1998 , publisher=
1998
-
[65]
2002 , publisher=
Themeriver: Visualizing thematic changes in large document collections , author=. 2002 , publisher=
2002
-
[66]
Journal of learning disabilities , volume=
Using graphic organizers to attain relational knowledge from expository text , author=. Journal of learning disabilities , volume=. 2002 , publisher=
2002
-
[67]
Journal of Educational Computing Research , volume=
Study activities that foster generative learning: Notetaking, graphic organizer, and questioning , author=. Journal of Educational Computing Research , volume=. 2020 , publisher=
2020
-
[68]
Topics in Cognitive Science , volume=
CogSketch: Sketch understanding for cognitive science research and for education , author=. Topics in Cognitive Science , volume=. 2011 , publisher=
2011
-
[69]
IEEE computer graphics and applications , volume=
More than telling a story: Transforming data into visually shared stories , author=. IEEE computer graphics and applications , volume=. 2015 , publisher=
2015
-
[70]
Computer Graphics Forum , volume=
Understanding the design space and authoring paradigms for animated data graphics , author=. Computer Graphics Forum , volume=. 2020 , organization=
2020
-
[71]
Psychology of learning and motivation , volume=
Cognitive load theory , author=. Psychology of learning and motivation , volume=. 2011 , publisher=
2011
-
[72]
Behavior research methods , volume=
Development of an instrument for measuring different types of cognitive load , author=. Behavior research methods , volume=. 2013 , publisher=
2013
-
[73]
Proceedings of Graphics Interface 2010 , pages=
A lightweight multistroke recognizer for user interface prototypes , author=. Proceedings of Graphics Interface 2010 , pages=
2010
-
[74]
Graphics Interface 2014 , pages=
ReCloud: semantics-based word cloud visualization of user reviews , author=. Graphics Interface 2014 , pages=. 2020 , publisher=
2014
-
[75]
ACM SIGPlan Notices , volume=
An approach to incremental compilation , author=. ACM SIGPlan Notices , volume=. 1984 , publisher=
1984
-
[76]
2022 , month =
MongoDB for GIANT ideas , author =. 2022 , month =
2022
-
[77]
2023 , month =
Mongoose: Elegant mongodb object modeling for node.js , author =. 2023 , month =
2023
-
[78]
js data with the mongoose orm library , author=
Boosting your node. js data with the mongoose orm library , author=. Practical Node. js: Building Real-World Scalable Web Apps , pages=. 2014 , publisher=
2014
-
[79]
2011 , publisher=
Responsive web design , author=. 2011 , publisher=
2011
-
[80]
2017 , month =
Adobe Acrobat Pro , author =. 2017 , month =
2017
-
[81]
Usability interface , volume=
Measuring usability with the use questionnaire12 , author=. Usability interface , volume=
-
[82]
2020 , publisher=
Calliope: Automatic visual data story generation from a spreadsheet , author=. 2020 , publisher=
2020
-
[83]
Proceedings of the sigchi conference on human factors in computing systems , pages=
Successful classroom deployment of a social document annotation system , author=. Proceedings of the sigchi conference on human factors in computing systems , pages=
-
[84]
2018 IEEE Evaluation and Beyond-Methodological Approaches for Visualization (BELIV) , pages=
Reflecting on the evaluation of visualization authoring systems: Position paper , author=. 2018 IEEE Evaluation and Beyond-Methodological Approaches for Visualization (BELIV) , pages=. 2018 , organization=
2018
-
[85]
Information , volume=
Storytelling and visualization: An extended survey , author=. Information , volume=. 2018 , publisher=
2018
-
[86]
Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems , pages=
Telling stories about dynamic networks with graph comics , author=. Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems , pages=
2016
-
[87]
Proceedings of the SIGCHI Conference on human factors in computing systems , pages=
Contextifier: automatic generation of annotated stock visualizations , author=. Proceedings of the SIGCHI Conference on human factors in computing systems , pages=
-
[88]
37th Annual Hawaii International Conference on System Sciences, 2004
Digital artifacts for remembering and storytelling: Posthistory and social network fragments , author=. 37th Annual Hawaii International Conference on System Sciences, 2004. Proceedings of the , pages=. 2004 , organization=
2004
-
[89]
2011 , publisher=
Visualization rhetoric: Framing effects in narrative visualization , author=. 2011 , publisher=
2011
-
[90]
2014 18th international conference on information visualisation , pages=
Schemaline: Timeline visualization for sensemaking , author=. 2014 18th international conference on information visualisation , pages=. 2014 , organization=
2014
-
[91]
2008 IEEE Symposium on Visual Analytics Science and Technology , pages=
Narratives: A visualization to track narrative events as they develop , author=. 2008 IEEE Symposium on Visual Analytics Science and Technology , pages=. 2008 , organization=
2008
-
[92]
2008 , publisher=
Effectiveness of animation in trend visualization , author=. 2008 , publisher=
2008
-
[93]
Proceedings of the SIGCHI conference on Human factors in computing systems , pages=
Voyagers and voyeurs: supporting asynchronous collaborative information visualization , author=. Proceedings of the SIGCHI conference on Human factors in computing systems , pages=
-
[94]
Journal of the ACM (JACM) , volume =
Routing betweenness centrality , author =. Journal of the ACM (JACM) , volume =. 2010 , publisher =
2010
-
[95]
nature , volume =
Collective dynamics of ‘small-world’networks , author =. nature , volume =. 1998 , publisher =
1998
-
[96]
Proceedings of the 12th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages =
Sampling from large graphs , author =. Proceedings of the 12th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages =. 2006 , doi =
2006
-
[97]
Proceedings of the National Academy of Sciences , volume =
The architecture of complex weighted networks , author =. Proceedings of the National Academy of Sciences , volume =. 2004 , publisher =
2004
-
[98]
SIAM review , volume =
The structure and function of complex networks , author =. SIAM review , volume =. 2003 , publisher =
2003
-
[99]
Betweenness Centrality in Large Complex Networks , volume =
Barthelemy, Marc , year =. Betweenness Centrality in Large Complex Networks , volume =. The European Physical Journal B - Condensed Matter , doi =
-
[100]
Second order centrality: Distributed assessment of nodes criticity in complex networks , volume =
Kermarrec, Anne-Marie and Merrer, Erwan and Sericola, Bruno and Trédan, Gilles , year =. Second order centrality: Distributed assessment of nodes criticity in complex networks , volume =. Computer Communications , doi =
-
[101]
Assortative Mixing in Networks , volume =
Newman, M , year =. Assortative Mixing in Networks , volume =. Physical review letters , doi =
-
[102]
IEEE Transactions on Systems Man & Cybernetics , volume=
A fuzzy K-nearest neighbor algorithm , author=. IEEE Transactions on Systems Man & Cybernetics , volume=
-
[103]
Size Matters: A Comparative Analysis of Community Detection Algorithms , volume =
Wagenseller, III and Wang, Feng , year =. Size Matters: A Comparative Analysis of Community Detection Algorithms , volume =. IEEE Transactions on Computational Social Systems , doi =
-
[104]
Pattern Recognition , volume=
The Global K-Means Clustering Algorithm , author=. Pattern Recognition , volume=
-
[105]
Generalized Picture Distance Measure and Applications to Picture Fuzzy Clustering , volume =
Son, Le , year =. Generalized Picture Distance Measure and Applications to Picture Fuzzy Clustering , volume =. Applied Soft Computing , doi =
-
[106]
Percolation Centrality: Quantifying Graph-Theoretic Impact of Nodes during Percolation in Networks , volume =
Piraveenan, Mahendra and Prokopenko, Mikhail and Hossain, Liaquat , year =. Percolation Centrality: Quantifying Graph-Theoretic Impact of Nodes during Percolation in Networks , volume =. PloS one , doi =
-
[107]
Rochat, Yannick , year =
-
[108]
IEEE Transactions on Power Delivery , volume=
Fault Detection and Location Method for Mesh-Type DC Microgrid Using Pearson Correlation Coefficient , author=. IEEE Transactions on Power Delivery , volume=. 2020 , doi =
2020
-
[109]
Subgraph Centrality in Complex Networks , volume =
Estrada, Ernesto and Rodriguez-Velazquez, Juan Alberto , year =. Subgraph Centrality in Complex Networks , volume =. Physical Review. E, Statistical, Nonlinear, and Soft Matter Physics , doi =
-
[110]
Estimating Current-Flow Closeness Centrality with a Multigrid Laplacian Solver , isbn =
Bergamini, Elisabetta and Wegner, Michael and Lukarski, Dimitar and Meyerhenke, Henning , year =. Estimating Current-Flow Closeness Centrality with a Multigrid Laplacian Solver , isbn =
-
[111]
A Novel Multi-Indicator Evaluation Algorithm for Identifying the Important Nodes in Complex Networks , volume =
Hu, Fang and Liu, Yuhua and Jin, Jianzhi , year =. A Novel Multi-Indicator Evaluation Algorithm for Identifying the Important Nodes in Complex Networks , volume =. Journal of Algorithms & Computational Technology , doi =
-
[112]
Clique Number vs
Mani, Pradeepkumar and Petr, David , year =. Clique Number vs. Chromatic Number in Wireless Interference Graphs: Simulation Results , volume =. IEEE Communications Letters , doi =
-
[113]
Nature , volume=
Number of trophic levels in ecological communities , author=. Nature , volume=
-
[114]
A Dynamic Algorithm for Updating Katz Centrality in Graphs , doi =
Nathan, Eisha and Bader, David , year =. A Dynamic Algorithm for Updating Katz Centrality in Graphs , doi =
-
[115]
Average path length in random networks , volume =
Fronczak, Agata and Fronczak, Piotr and Hołyst, Janusz , year =. Average path length in random networks , volume =. Physical review. E, Statistical, nonlinear, and soft matter physics , doi =
-
[116]
Identifying a set of influential spreaders in complex networks , volume =
Zhang, Jian-Xiong and Chen, Duanbing and Dong, Qiang and Zhao, Zhi-Dan , year =. Identifying a set of influential spreaders in complex networks , volume =. Scientific Reports , doi =
-
[117]
Incremental closeness centrality for dynamically changing social networks , doi =
Kas, Miray and Carley, Kathleen and Carley, Rick , year =. Incremental closeness centrality for dynamically changing social networks , doi =
-
[118]
Generalized network structures: The configuration model and the canonical ensemble of simplicial complexes , volume =
Courtney, Owen and Bianconi, Ginestra , year =. Generalized network structures: The configuration model and the canonical ensemble of simplicial complexes , volume =. Physical Review E , doi =
-
[119]
Tight Hardness Results for Distance and Centrality Problems in Constant Degree Graphs , author=
-
[120]
Proceedings of the AAAI conference on artificial intelligence , volume=
The network data repository with interactive graph analytics and visualization , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[121]
The Email-univ data , url=
-
[122]
Phys.rev.e , volume=
Communicability in complex networks , author=. Phys.rev.e , volume=. 2007 , doi =
2007
-
[123]
Structural Information and Dynamical Complexity of Networks , volume =
Li, Angsheng and Pan, Yicheng , year =. Structural Information and Dynamical Complexity of Networks , volume =. IEEE Transactions on Information Theory , doi =
-
[124]
, year =
Lü, Linyuan and Zhou, Tao and Zhang, Qian-Ming and Stanley, H. , year =. The H-index of a network node and its relation to degree and coreness , volume =. Nature Communications , doi =
-
[125]
The Cohesiveness of Blocks In Social Networks: Node Connectivity and Conditional Density , volume =
White, Douglas and Harary, Frank , year =. The Cohesiveness of Blocks In Social Networks: Node Connectivity and Conditional Density , volume =. Sociological Methodology , doi =
-
[126]
Communicability in Complex Networks , volume =
Estrada, Ernesto and Hatano, Naomichi , year =. Communicability in Complex Networks , volume =. Physical Review E , doi =
-
[127]
IEEE Transactions on Visualization and Computer Graphics , volume=
Ambiguityvis: Visualization of ambiguity in graph layouts , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2015 , publisher=
2015
-
[128]
IEEE Transactions on Visualization and Computer Graphics , volume=
Stacking-based visualization of trajectory attribute data , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2012 , publisher=
2012
-
[129]
IEEE Transactions on Visualization and Computer Graphics , volume=
Exploratory analysis of time-series with chronolenses , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2011 , publisher=
2011
-
[130]
Note on regression and inheritance in the case of two parents , author=
VII. Note on regression and inheritance in the case of two parents , author=. Proceedings of the Royal Society of London , volume=. 1895 , publisher=
-
[131]
IEEE Transactions on Visualization and Computer Graphics , volume=
The FLOWLENS: A focus-and-context visualization approach for exploration of blood flow in cerebral aneurysms , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2011 , publisher=
2011
-
[132]
Neurocomputing , volume=
Visualizing distortions and recovering topology in continuous projection techniques , author=. Neurocomputing , volume=. 2007 , publisher=
2007
-
[133]
and Kister, Ulrike and Dachselt, Raimund and Schumann, H
Tominski, Christian and Gladisch, S. and Kister, Ulrike and Dachselt, Raimund and Schumann, H. , year =. Interactive Lenses for Visualization: An Extended Survey , volume =. Computer Graphics Forum , doi =
-
[134]
Physical Review E , volume =
Mixing patterns in networks , author =. Physical Review E , volume =. 2003 , publisher =
2003
-
[135]
MILCOM 2012-2012 IEEE Military Communications Conference , pages =
Measuring bias in the mixing time of social graphs due to graph sampling , author =. MILCOM 2012-2012 IEEE Military Communications Conference , pages =. 2012 , organization =
2012
-
[136]
arXiv preprint arXiv:2302.03881 , year =
On Generalized Degree Fairness in Graph Neural Networks , author =. arXiv preprint arXiv:2302.03881 , year =
-
[137]
, author =
Research and analysis of structural hole and matching coefficient. , author =. J. Softw. Eng. Appl. , volume =. 2010 , doi =
2010
-
[138]
Social network analysis: An overview , volume =
Tabassum, Shazia and Pereira, Fabiola and Fernandes, Sofia and Gama, João , year =. Social network analysis: An overview , volume =. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , doi =
-
[139]
ANF: A Fast and Scalable Tool for Data Mining in Massive Graphs , doi =
Palmer, Christopher and Gibbons, Phillip and Faloutsos, Christos , year =. ANF: A Fast and Scalable Tool for Data Mining in Massive Graphs , doi =
-
[140]
Proceedings of the National Academy of Sciences , volume =
Modularity and community structure in networks , author =. Proceedings of the National Academy of Sciences , volume =. 2006 , publisher =
2006
-
[141]
Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume =
Social network analysis: An overview , author =. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume =. 2018 , publisher =
2018
-
[142]
Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining , pages =
ANF: A fast and scalable tool for data mining in massive graphs , author =. Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining , pages =. 2002 , doi =
2002
-
[143]
Approximating Clustering Coefficient and Transitivity , volume =
Schank, Thomas and Wagner, Dorothea , year =. Approximating Clustering Coefficient and Transitivity , volume =. Journal of Graph Algorithms and Applications , doi =
-
[144]
Degree and clustering coefficient in sparse random intersection graphs , volume =
Bloznelis, Mindaugas , year =. Degree and clustering coefficient in sparse random intersection graphs , volume =. The Annals of Applied Probability , doi =
-
[145]
Information Sciences , volume =
A community-based sampling method using DPL for online social networks , author =. Information Sciences , volume =. 2015 , publisher =
2015
-
[146]
ACM transactions on Knowledge Discovery from Data (TKDD) , volume =
Graph evolution: Densification and shrinking diameters , author =. ACM transactions on Knowledge Discovery from Data (TKDD) , volume =. 2007 , publisher =
2007
-
[147]
NETWORKING 2005
Pricing for heterogeneous services at a discriminatory processor sharing queue , author =. NETWORKING 2005. Networking Technologies, Services, and Protocols; Performance of Computer and Communication Networks; Mobile and Wireless Communications Systems: 4th International IFIP-...
2005
-
[148]
Effectively visualizing large networks through sampling , author =. VIS 05. IEEE Visualization, 2005. , pages =. 2005 , organization =
2005
-
[149]
ACM Transactions on Knowledge Discovery from Data (TKDD) , volume =
Network sampling: From static to streaming graphs , author =. ACM Transactions on Knowledge Discovery from Data (TKDD) , volume =. 2013 , publisher =
2013
-
[150]
IEEE Journal on Selected Areas in Communications , volume =
Towards unbiased BFS sampling , author =. IEEE Journal on Selected Areas in Communications , volume =. 2011 , publisher =
2011
-
[151]
HotPlanet 2013 - Proceedings of the 5th, 2013 ACM SIGCOMM Workshop on Hot Topics in Planet-Scale Measurement , pages =
Metric convergence in social network sampling , author =. HotPlanet 2013 - Proceedings of the 5th, 2013 ACM SIGCOMM Workshop on Hot Topics in Planet-Scale Measurement , pages =. 2013 , doi =
2013
-
[152]
The Annals of Mathematical Statistics , pages =
Snowball sampling , author =. The Annals of Mathematical Statistics , pages =. 1961 , publisher =
1961
-
[153]
Proceedings of the Eleventh ACM SIGKDD International Conference on Knowledge Discovery in Data Mining , pages =
Graphs over time: densification laws, shrinking diameters and possible explanations , author =. Proceedings of the Eleventh ACM SIGKDD International Conference on Knowledge Discovery in Data Mining , pages =. 2005 , doi =
2005
-
[154]
2017 Tenth International Conference on Contemporary Computing (IC3) , pages =
An efficient algorithm for sampling of a single large graph , author =. 2017 Tenth International Conference on Contemporary Computing (IC3) , pages =. 2017 , organization =
2017
-
[155]
International Journal of Information Technology and Management , volume =
Sgp: a social network sampling method based on graph partition , author =. International Journal of Information Technology and Management , volume =. 2019 , publisher =
2019
-
[156]
2020 , publisher =
Context-aware sampling of large networks via graph representation learning , author =. 2020 , publisher =
2020
-
[157]
Large Values of the Clustering Coefficient , volume =
Gentner, Michael and Heinrich, Irene and Jäger, Simon and Rautenbach, Dieter , year =. Large Values of the Clustering Coefficient , volume =. Discrete Mathematics , doi =
-
[158]
Electronic Imaging , volume=
A visual evaluation study of graph sampling techniques , author=. Electronic Imaging , volume=. 2017 , publisher=
2017
-
[159]
Social Networks , volume =
Some unique properties of eigenvector centrality , author =. Social Networks , volume =. 2007 , publisher =
2007
-
[160]
Social Network: Critical Concepts in Sociology
Centrality in social networks: Conceptual clarification , author =. Social Network: Critical Concepts in Sociology. Londres: Routledge , volume =. 2002 , doi =
2002
-
[161]
2013 , doi =
Degree and clustering coefficient in sparse random intersection graphs , author =. 2013 , doi =
2013
-
[162]
, author =
Approximating clustering coefficient and transitivity. , author =. Journal of Graph Algorithms and Applications , volume =. 2005 , publisher =
2005
-
[163]
2020 , publisher =
Preserving minority structures in graph sampling , author =. 2020 , publisher =
2020
-
[164]
2016 , publisher =
Evaluation of graph sampling: A visualization perspective , author =. 2016 , publisher =
2016
-
[165]
2017 , publisher =
Proxy graph: Visual quality metrics of big graph sampling , author =. 2017 , publisher =
2017
-
[166]
The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations , journal =
Shneiderman, Ben , year =. The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations , journal =
-
[167]
Proxy Graph: Visual Quality Metrics of Big Graph Sampling , volume =
Nguyen, Quan and Hong, Seok-Hee and Eades, Peter and Meidiana, Amyra , year =. Proxy Graph: Visual Quality Metrics of Big Graph Sampling , volume =
-
[168]
Graph Thumbnails: Identifying and Comparing Multiple Graphs at a Glance , volume =
Yoghourdjian, Vahan and Dwyer, Tim and Klein, Karsten and Marriott, Kimbal and Wybrow, Michael , year =. Graph Thumbnails: Identifying and Comparing Multiple Graphs at a Glance , volume =
-
[169]
ASK‐GraphView: A large scale graph visualization system
Abello, James and Ham, Frank and Krishnan, Neeraj , year =. ASK‐GraphView: A large scale graph visualization system. IEEE Trans Vis Comput Graph , volume =
-
[170]
Interactive Level-of-Detail Rendering of Large Graphs , volume =
Zinsmaier, Michael and Brandes, Ulrik and Deussen, Oliver and Strobelt, Hendrik , year =. Interactive Level-of-Detail Rendering of Large Graphs , volume =. Visualization and Computer Graphics, IEEE Transactions on , doi =
-
[171]
Towards Unambiguous Edge Bundling: Investigating Confluent Drawings for Network Visualization , volume =
Bach, Benjamin and Henry Riche, Nathalie and Hurter, Christophe and Marriott, Kim and Dwyer, Tim , year =. Towards Unambiguous Edge Bundling: Investigating Confluent Drawings for Network Visualization , volume =
-
[172]
On the Visualization of Social and Other Scale-Free Networks , volume =
Jia, Yuntao and Hoberock, Jared and Garland, Michael and Hart, John , year =. On the Visualization of Social and Other Scale-Free Networks , volume =
-
[173]
Eigenedge: A Measure of Edge Centrality for Big Graph Exploration , volume =
Huang, Xiaodi and Huang, Weidong , year =. Eigenedge: A Measure of Edge Centrality for Big Graph Exploration , volume =. Journal of Computer Languages , doi =
-
[174]
Structure-Based Suggestive Exploration: A New Approach for Effective Exploration of Large Networks , volume =
Chen, Wei and Guo, Fangzhou and Han, Dongming and Pan, Jacheng and Nie, Xiaotao and Xia, Jiazhi and Zhang, Xiaolong , year =. Structure-Based Suggestive Exploration: A New Approach for Effective Exploration of Large Networks , volume =
-
[175]
Visual Analysis of Large Graphs: State-of-the-Art and Future Research Challenges , volume =
Landesberger, Tatiana and Kuijper, Arjan and Schreck, Tobias and Kohlhammer, Jörn and Wijk, Jarke and Fekete, Jean-Daniel and Fellner, Dieter , year =. Visual Analysis of Large Graphs: State-of-the-Art and Future Research Challenges , volume =. Comput. Graph. Forum , doi =
-
[176]
A Community-Based Sampling Method Using DPL for Online Social Network , volume =
Yoon, Seok-Ho and Kim, Ki-Nam and Kim, Sang-Wook and Park, Sunju , year =. A Community-Based Sampling Method Using DPL for Online Social Network , volume =. Information Sciences , doi =
-
[177]
Knowledge Discovery and Data Mining , year=
Sampling from large graphs , author=. Knowledge Discovery and Data Mining , year=
-
[178]
International Conference on Research in Networking , pages=
Reducing large internet topologies for faster simulations , author=. International Conference on Research in Networking , pages=. 2005 , organization=
2005
-
[179]
Effectively visualizing large networks through sampling , author=. VIS 05. IEEE Visualization, 2005. , pages=. 2005 , organization=
2005
-
[180]
Network Sampling: From Static to Streaming Graphs , journal =
Ahmed, Nesreen and Neville, Jennifer and Kompella, Ramana , year =. Network Sampling: From Static to Streaming Graphs , journal =
-
[181]
Towards unbiased BFS sampling , volume =
Kurant, Maciej and Markopoulou, Athina and Thiran, Patrick , year =. Towards unbiased BFS sampling , volume =. IEEE Journal on Selected Areas in Communications - JSAC , doi =
-
[182]
Metric convergence in social network sampling , isbn =
Doerr, Christian and Blenn, Norbert , year =. Metric convergence in social network sampling , isbn =. HotPlanet 2013 - Proceedings of the 5th, 2013 ACM SIGCOMM Workshop on Hot Topics in Planet-Scale Measurement , doi =
2013
-
[183]
The Annals of Mathematical Statistics , pages=
Snowball sampling , author=. The Annals of Mathematical Statistics , pages=. 1961 , publisher=
1961
-
[184]
Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations , journal =
Leskovec, Jure and Kleinberg, Jon and Faloutsos, Christos , year =. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations , journal =
-
[185]
2002 , url =
Georges Grinstein and Daniel Keim and Matthew Ward , title =. 2002 , url =
2002
-
[186]
2017 , volume =
Petra Isenberg and Florian Heimerl and Steffen Koch and Tobias Isenberg and Panpan Xu and Chad Stolper and Michael Sedlmair and Jian Chen and Torsten M. 2017 , volume =
2017
-
[187]
Gordon Kindlmann , title =
-
[188]
2003 , month =
The Visualization Toolkit User's Guide , organization =. 2003 , month =
2003
-
[189]
Marc Levoy , title =
-
[190]
and Cline, Harvey E
Lorensen, William E. and Cline, Harvey E. , title =. SIGGRAPH Computer Graphics , volume =. 1987 , pages =
1987
-
[191]
1995 , pages =
Max, Nelson , title =. 1995 , pages =
1995
-
[192]
Nielson and Bernd Hamann , title =
Gregory M. Nielson and Bernd Hamann , title =. 1991 , booktitle =. doi:10.1109/VISUAL.1991.175782 , publisher =
1991 doi
-
[193]
Colin Ware , title =
-
[194]
The Visual Computer , year =
Wyvill, Geoff and McPheeters, Craig and Wyvill, Brian , title =. The Visual Computer , year =
-
[195]
A Review of Overview+Detail, Zooming, and Focus+Context Interfaces , volume =
Cockburn, Andy and Karlson, Amy and Bederson, Ben , year =. A Review of Overview+Detail, Zooming, and Focus+Context Interfaces , volume =. ACM Comput. Surv. , doi =
-
[196]
Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
High-precision magnification lenses , author=. Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=. 2010 , doi=
2010
-
[197]
Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
Polyzoom: multiscale and multifocus exploration in 2d visual spaces , author=. Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=. 2012 , doi=
2012
-
[198]
Route Visualization Using Detail Lenses , volume =
Karnick, Pushpak and Cline, David and Jeschke, Stefan and Razdan, Anshuman and Wonka, Peter , year =. Route Visualization Using Detail Lenses , volume =
-
[199]
SchemeLens: A Content-Aware Vector-Based Fisheye Technique for Navigating Large Systems Diagrams , volume =
Cohe, Aurelie and Liutkus, Bastien and Bailly, Gilles and Eagan, James and Lecolinet, Eric , year =. SchemeLens: A Content-Aware Vector-Based Fisheye Technique for Navigating Large Systems Diagrams , volume =
-
[200]
Proceedings , pages=
The table lens: merging graphical and symbolic representations in an interactive focus+ context visualization for tabular information , author=. Proceedings , pages=
-
[201]
Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
The table lens: merging graphical and symbolic representations in an interactive focus+ context visualization for tabular information , author=. Proceedings of the SIGCHI Conference on Human Factors in Computing Systems , pages=
-
[202]
IEEE Symposium on Information Visualization 2003 (IEEE Cat
Edgelens: An interactive method for managing edge congestion in graphs , author=. IEEE Symposium on Information Visualization 2003 (IEEE Cat. No. 03TH8714) , pages=. 2003 , organization=
2003
-
[203]
, year =
Bier, Eric and Stone, Maureen and Pier, Ken and Buxton, William and Derose, T. , year =. Toolglass and Magic Lenses: The see-through interface , isbn =. Proc. SIGGRAPH '93 , doi =
-
[204]
Seminal Graphics Papers: Pushing the Boundaries, Volume 2 , pages=
Toolglass and magic lenses: the see-through interface , author=. Seminal Graphics Papers: Pushing the Boundaries, Volume 2 , pages=
-
[205]
Tenth International Conference on Information Visualisation (IV'06) , pages=
Fisheye tree views and lenses for graph visualization , author=. Tenth International Conference on Information Visualisation (IV'06) , pages=. 2006 , organization=
2006
-
[206]
MoleView: An Attribute and Structure-Based Semantic Lens for Large Element-Based Plots , volume =
Hurter, Christophe and Ersoy, Ozan and Telea, Alexandru , year =. MoleView: An Attribute and Structure-Based Semantic Lens for Large Element-Based Plots , volume =
-
[207]
TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections , volume =
Minjeong, Kim and Kang, Kyeongpil and Park, Deok Gun and Choo, Jaegul and Elmqvist, Niklas , year =. TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections , volume =
-
[208]
ClusterLens: A Focus+Context Approach to Multi-Resolution Spatial Clustering , doi =
Zhang, Chong and Gong, Xi and Carmichael, Richie and Yin, Zhengcong , year =. ClusterLens: A Focus+Context Approach to Multi-Resolution Spatial Clustering , doi =
-
[209]
Extended Abstracts of the 2020 CHI Conference on Human Factors in Computing Systems , pages=
ClusterLens: A Focus+ Context Approach to Multi-Resolution Spatial Clustering , author=. Extended Abstracts of the 2020 CHI Conference on Human Factors in Computing Systems , pages=
2020
-
[210]
A Scanner Deeply: Predicting Gaze Heatmaps On Visualizations Using Crowdsourced Eye Movement Data , volume =
Shin, Sungbok and Chung, Sunghyo and Hong, Sanghyun and Elmqvist, Niklas , year =. A Scanner Deeply: Predicting Gaze Heatmaps On Visualizations Using Crowdsourced Eye Movement Data , volume =. IEEE Transactions on Visualization and Computer Graphics , doi =
-
[211]
Coarse-Grained Topology Estimation via Graph Sampling , doi =
Kurant, Maciej and Gjoka, Minas and Wang, Yan and Almquist, Zack and Butts, Carter and Markopoulou, Athina , year =. Coarse-Grained Topology Estimation via Graph Sampling , doi =
-
[212]
Towards Better Bus Networks: A Visual Analytics Approach , volume =
Weng, Di and Zheng, Chengbo and Deng, Zikun and Ma, Mingze and Bao, Jie and Zheng, Yu and Xu, Mingliang and Wu, Yingcai , year =. Towards Better Bus Networks: A Visual Analytics Approach , volume =. IEEE Transactions on Visualization and Computer Graphics , doi =
-
[213]
Computer Science , year=
A Survey and Taxonomy of Graph Sampling , author=. Computer Science , year=
-
[214]
and Kim, Suhyun , year =
Yousuf, M. and Kim, Suhyun , year =. Guided sampling for large graphs , volume =. Data Mining and Knowledge Discovery , doi =
-
[215]
Structural Effects of Network Sampling Coverage I: Nodes Missing at Random , volume =
Smith, Jeffrey and Moody, James , year =. Structural Effects of Network Sampling Coverage I: Nodes Missing at Random , volume =. Social Networks , doi =
-
[216]
Network sampling coverage II: The effect of non-random missing data on network measurement , volume =
Smith, Jeffrey and Moody, James and Morgan, Jonathan , year =. Network sampling coverage II: The effect of non-random missing data on network measurement , volume =. Social Networks , doi =
-
[217]
Vision research , volume=
The spectral sensitivities of the middle-and long-wavelength-sensitive cones derived from measurements in observers of known genotype , author=. Vision research , volume=. 2000 , publisher=
2000
-
[218]
IEEE Access , volume=
Bipartite link prediction by intra-class connection based triadic closure , author=. IEEE Access , volume=. 2020 , publisher=
2020
-
[219]
arXiv preprint arXiv:1906.05059 , year=
Higher-order ranking and link prediction: From closing triangles to closing higher-order motifs , author=. arXiv preprint arXiv:1906.05059 , year=
1906 arXiv
-
[220]
Physica A: Statistical mechanics and its applications , volume=
Routing in scale-free networks based on expanding betweenness centrality , author=. Physica A: Statistical mechanics and its applications , volume=. 2011 , publisher=
2011
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.