data
dict
{ "issue": { "id": "12OmNApu5xX", "title": "July/August", "year": "2017", "issueNum": "04", "idPrefix": "sp", "pubType": "magazine", "volume": "15", "label": "July/August", "downloadables": { "hasCover": true, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxjQyfK", "doi": "10.1109/MSP.2017.3151330", "abstract": "IEEE Security & Privacy met with several interesting speakers at the 23rd ACM Conference on Computer and Communications Security (CCS), held 24–28 October 2016 in Vienna. This issue features two industry leaders: Intel Lab’s Anand Rajan and Robert Broberg of Cisco Advanced Research and Government. They discuss issues ranging from academia–industry collaboration to emerging technologies and legacy systems.", "abstracts": [ { "abstractType": "Regular", "content": "IEEE Security & Privacy met with several interesting speakers at the 23rd ACM Conference on Computer and Communications Security (CCS), held 24–28 October 2016 in Vienna. This issue features two industry leaders: Intel Lab’s Anand Rajan and Robert Broberg of Cisco Advanced Research and Government. They discuss issues ranging from academia–industry collaboration to emerging technologies and legacy systems.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "IEEE Security & Privacy met with several interesting speakers at the 23rd ACM Conference on Computer and Communications Security (CCS), held 24–28 October 2016 in Vienna. This issue features two industry leaders: Intel Lab’s Anand Rajan and Robert Broberg of Cisco Advanced Research and Government. They discuss issues ranging from academia–industry collaboration to emerging technologies and legacy systems.", "title": "ACM CCS 2016 Interview, Part 3", "normalizedTitle": "ACM CCS 2016 Interview, Part 3", "fno": "msp2017040058", "hasPdf": true, "idPrefix": "sp", "keywords": [ "Privacy", "Security", "Cybersecurity", "Emerging Technologies", "Io T", "Internet Of Things", "Open Systems", "Legacy Systems", "Education", "Conferences", "Academia", "Industry", "Intel", "Cisco" ], "authors": [ { "givenName": "Ahmad-Reza", "surname": "Sadeghi", "fullName": "Ahmad-Reza Sadeghi", "affiliation": "Technische Universität Darmstadt", "__typename": "ArticleAuthorType" }, { "givenName": "Shaza", "surname": "Zeitouni", "fullName": "Shaza Zeitouni", "affiliation": "Technische Universität Darmstadt", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "04", "pubDate": "2017-07-01 00:00:00", "pubType": "mags", "pages": "58-61", "year": "2017", "issn": "1540-7993", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "mags/sp/2017/03/msp2017030070", "title": "ACM CCS 2016 Interviews, Part 2", "doi": null, "abstractUrl": "/magazine/sp/2017/03/msp2017030070/13rRUEgarri", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2017/02/msp2017020088", "title": "ACM CCS 2016 Interviews, Part 1", "doi": null, "abstractUrl": "/magazine/sp/2017/02/msp2017020088/13rRUxAASRu", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "msp2017040051", "articleId": "13rRUwcS1x6", "__typename": "AdjacentArticleType" }, "next": { "fno": "msp2017040062", "articleId": "13rRUxYIMTo", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyeWdDc", "title": "May", "year": "2014", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "20", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwcS1CV", "doi": "10.1109/TVCG.2013.268", "abstract": "Most techniques for real-time construction of a signed distance field, whether on a CPU or GPU, involve approximate distances. We use a GPU to build an exact adaptive distance field, constructed from an octree by using the Morton code. We use rectangle-swept spheres to construct a bounding volume hierarchy (BVH) around a triangulated model. To speed up BVH construction, we can use a multi-BVH structure to improve the workload balance between GPU processors. An upper bound on distance to the model provided by the octree itself allows us to reduce the number of BVHs involved in determining the distances from the centers of octree nodes at successively lower levels, prior to an exact distance query involving the remaining BVHs. Distance fields can be constructed 35-64 times as fast as a serial CPU implementation of a similar algorithm, allowing us to simulate a piece of fabric interacting with the Stanford Bunny at 20 frames per second.", "abstracts": [ { "abstractType": "Regular", "content": "Most techniques for real-time construction of a signed distance field, whether on a CPU or GPU, involve approximate distances. We use a GPU to build an exact adaptive distance field, constructed from an octree by using the Morton code. We use rectangle-swept spheres to construct a bounding volume hierarchy (BVH) around a triangulated model. To speed up BVH construction, we can use a multi-BVH structure to improve the workload balance between GPU processors. An upper bound on distance to the model provided by the octree itself allows us to reduce the number of BVHs involved in determining the distances from the centers of octree nodes at successively lower levels, prior to an exact distance query involving the remaining BVHs. Distance fields can be constructed 35-64 times as fast as a serial CPU implementation of a similar algorithm, allowing us to simulate a piece of fabric interacting with the Stanford Bunny at 20 frames per second.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Most techniques for real-time construction of a signed distance field, whether on a CPU or GPU, involve approximate distances. We use a GPU to build an exact adaptive distance field, constructed from an octree by using the Morton code. We use rectangle-swept spheres to construct a bounding volume hierarchy (BVH) around a triangulated model. To speed up BVH construction, we can use a multi-BVH structure to improve the workload balance between GPU processors. An upper bound on distance to the model provided by the octree itself allows us to reduce the number of BVHs involved in determining the distances from the centers of octree nodes at successively lower levels, prior to an exact distance query involving the remaining BVHs. Distance fields can be constructed 35-64 times as fast as a serial CPU implementation of a similar algorithm, allowing us to simulate a piece of fabric interacting with the Stanford Bunny at 20 frames per second.", "title": "Exact and Adaptive Signed Distance FieldsComputation for Rigid and DeformableModels on GPUs", "normalizedTitle": "Exact and Adaptive Signed Distance FieldsComputation for Rigid and DeformableModels on GPUs", "fno": "06684160", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Octrees", "Graphics Processing Units", "Computational Modeling", "Adaptation Models", "Instruction Sets", "Parallel Processing", "Vectors", "Physics Simulation", "Distance Fields", "GPU", "Octree", "Bounding Volume Hierarchies" ], "authors": [ { "givenName": "Fuchang", "surname": "Liu", "fullName": "Fuchang Liu", "affiliation": "Department of Computer Engineering , Ewha Womans University, Daehyeon-dong 11-1 Seodaemun-gu, South Korea", "__typename": "ArticleAuthorType" }, { "givenName": "Young J.", "surname": "Kim", "fullName": "Young J. Kim", "affiliation": "Department of Computer Engineering , Ewha Womans University, Daehyeon-dong 11-1 Seodaemun-gu, South Korea", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2014-05-01 00:00:00", "pubType": "trans", "pages": "714-725", "year": "2014", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/isca/2014/4396/0/06853208", "title": "Enabling preemptive multiprogramming on GPUs", "doi": null, "abstractUrl": "/proceedings-article/isca/2014/06853208/12OmNBSSViS", "parentPublication": { "id": "proceedings/isca/2014/4396/0", "title": "2014 ACM/IEEE 41st International Symposium on Computer Architecture (ISCA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sbac-pad/2016/6108/0/6108a042", "title": "Partitioning GPUs for Improved Scalability", "doi": null, "abstractUrl": "/proceedings-article/sbac-pad/2016/6108a042/12OmNqFa5nV", "parentPublication": { "id": "proceedings/sbac-pad/2016/6108/0", "title": "2016 28th International Symposium on Computer Architecture and High Performance Computing (SBAC-PAD)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-css-icess/2014/6123/0/07056722", "title": "Research on Mahalanobis Distance Algorithm Optimization Based on OpenCL", "doi": null, "abstractUrl": "/proceedings-article/hpcc-css-icess/2014/07056722/12OmNvD8Rxn", "parentPublication": { "id": "proceedings/hpcc-css-icess/2014/6123/0", "title": "2014 IEEE International Conference on High Performance Computing and Communications (HPCC), 2014 IEEE 6th International Symposium on Cyberspace Safety and Security (CSS) and 2014 IEEE 11th International Conference on Embedded Software and Systems (ICESS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pdp/2014/2729/0/2729a632", "title": "Fast Diameter Computation of Large Sparse Graphs Using GPUs", "doi": null, "abstractUrl": "/proceedings-article/pdp/2014/2729a632/12OmNvT2oLm", "parentPublication": { "id": "proceedings/pdp/2014/2729/0", "title": "2014 22nd Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cbd/2017/1072/0/1072a013", "title": "A Dual-Buffer Based Acceleration Strategy for FW Block Algorithm on GPUS", "doi": null, "abstractUrl": "/proceedings-article/cbd/2017/1072a013/12OmNwIYZEH", "parentPublication": { "id": "proceedings/cbd/2017/1072/0", "title": "2017 Fifth International Conference on Advanced Cloud and Big Data (CBD)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/candar/2014/4152/0/4152a347", "title": "An Exact Dynamic Programming Based Method to Solve Optimisation Problems Using GPUs", "doi": null, "abstractUrl": "/proceedings-article/candar/2014/4152a347/12OmNxZkhuH", "parentPublication": { "id": "proceedings/candar/2014/4152/0", "title": "2014 Second International Symposium on Computing and Networking (CANDAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpads/2014/7615/0/07097874", "title": "Fast GPU parallel N-Body tree traversal with Simulated Wide-Warp", "doi": null, "abstractUrl": "/proceedings-article/icpads/2014/07097874/12OmNzZmZqr", "parentPublication": { "id": "proceedings/icpads/2014/7615/0", "title": "2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/td/2018/05/08241384", "title": "G-ML-Octree: An Update-Efficient Index Structure for Simulating 3D Moving Objects Across GPUs", "doi": null, "abstractUrl": "/journal/td/2018/05/08241384/13rRUwInvsy", "parentPublication": { "id": "trans/td", "title": "IEEE Transactions on Parallel & Distributed Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/03/07857089", "title": "Parallel Locally-Ordered Clustering for Bounding Volume Hierarchy Construction", "doi": null, "abstractUrl": "/journal/tg/2018/03/07857089/13rRUx0gevb", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/12/08219711", "title": "Chunked Bounding Volume Hierarchies for Fast Digital Prototyping Using Volumetric Meshes", "doi": null, "abstractUrl": "/journal/tg/2018/12/08219711/14H4WN3R0By", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "06710145", "articleId": "13rRUwcAqqi", "__typename": "AdjacentArticleType" }, "next": { "fno": "06687159", "articleId": "13rRUyfbwqK", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyQGSaK", "title": "April-June", "year": "2017", "issueNum": "02", "idPrefix": "th", "pubType": "journal", "volume": "10", "label": "April-June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxDqS8u", "doi": "10.1109/TOH.2016.2613872", "abstract": "We present an algorithm for fast continuous collision detection between points and signed distance fields, and demonstrate how to robustly use it for 6-DoF haptic rendering of contact between objects with complex geometry. Continuous collision detection is often needed in computer animation, haptics, and virtual reality applications, but has so far only been investigated for polygon (triangular) geometry representations. We demonstrate how to robustly and continuously detect intersections between points and level sets of the signed distance field. We suggest using an octree subdivision of the distance field for fast traversal of distance field cells. We also give a method to resolve continuous collisions between point clouds organized into a tree hierarchy and a signed distance field, enabling rendering of contact between rigid objects with complex geometry. We investigate and compare two 6-DoF haptic rendering methods now applicable to point-versus-distance field contact for the first time: continuous integration of penalty forces, and a constraint-based method. An experimental comparison to discrete collision detection demonstrates that the continuous method is more robust and can correctly resolve collisions even under high velocities and during complex contact.", "abstracts": [ { "abstractType": "Regular", "content": "We present an algorithm for fast continuous collision detection between points and signed distance fields, and demonstrate how to robustly use it for 6-DoF haptic rendering of contact between objects with complex geometry. Continuous collision detection is often needed in computer animation, haptics, and virtual reality applications, but has so far only been investigated for polygon (triangular) geometry representations. We demonstrate how to robustly and continuously detect intersections between points and level sets of the signed distance field. We suggest using an octree subdivision of the distance field for fast traversal of distance field cells. We also give a method to resolve continuous collisions between point clouds organized into a tree hierarchy and a signed distance field, enabling rendering of contact between rigid objects with complex geometry. We investigate and compare two 6-DoF haptic rendering methods now applicable to point-versus-distance field contact for the first time: continuous integration of penalty forces, and a constraint-based method. An experimental comparison to discrete collision detection demonstrates that the continuous method is more robust and can correctly resolve collisions even under high velocities and during complex contact.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present an algorithm for fast continuous collision detection between points and signed distance fields, and demonstrate how to robustly use it for 6-DoF haptic rendering of contact between objects with complex geometry. Continuous collision detection is often needed in computer animation, haptics, and virtual reality applications, but has so far only been investigated for polygon (triangular) geometry representations. We demonstrate how to robustly and continuously detect intersections between points and level sets of the signed distance field. We suggest using an octree subdivision of the distance field for fast traversal of distance field cells. We also give a method to resolve continuous collisions between point clouds organized into a tree hierarchy and a signed distance field, enabling rendering of contact between rigid objects with complex geometry. We investigate and compare two 6-DoF haptic rendering methods now applicable to point-versus-distance field contact for the first time: continuous integration of penalty forces, and a constraint-based method. An experimental comparison to discrete collision detection demonstrates that the continuous method is more robust and can correctly resolve collisions even under high velocities and during complex contact.", "title": "6-DoF Haptic Rendering Using Continuous Collision Detection between Points and Signed Distance Fields", "normalizedTitle": "6-DoF Haptic Rendering Using Continuous Collision Detection between Points and Signed Distance Fields", "fno": "07577891", "hasPdf": true, "idPrefix": "th", "keywords": [ "Collision Avoidance", "Haptic Interfaces", "Rendering Computer Graphics", "Geometry", "Isosurfaces", "Robustness", "Octrees", "Haptics", "6 Do F", "Continuous Collision Detection", "Signed Distance Fields", "Contact", "Constraints", "Penalty Forces" ], "authors": [ { "givenName": "Hongyi", "surname": "Xu", "fullName": "Hongyi Xu", "affiliation": "Department of Computer Science, University of Southern California, Los Angeles, CA", "__typename": "ArticleAuthorType" }, { "givenName": "Jernej", "surname": "Barbič", "fullName": "Jernej Barbič", "affiliation": "Department of Computer Science, University of Southern California, Los Angeles, CA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2017-04-01 00:00:00", "pubType": "trans", "pages": "151-161", "year": "2017", "issn": "1939-1412", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/whc/2009/3858/0/04810910", "title": "Six-DoF haptic rendering of contact between geometrically complex reduced deformable models: Haptic demo", "doi": null, "abstractUrl": "/proceedings-article/whc/2009/04810910/12OmNAXPy2W", "parentPublication": { "id": "proceedings/whc/2009/3858/0", "title": "World Haptics Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccsa/2011/4404/0/4404a017", "title": "Modular System for Haptic Interaction with Multi-contact Collision Detection", "doi": null, "abstractUrl": "/proceedings-article/iccsa/2011/4404a017/12OmNweBUNh", "parentPublication": { "id": "proceedings/iccsa/2011/4404/0", "title": "2011 International Conference on Computational Science and Its Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446527", "title": "Realtime Collision Avoidance for Mechanisms with Complex Geometries", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446527/13bd1fdV4lV", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2008/01/tth2008010039", "title": "Six-DoF Haptic Rendering of Contact Between Geometrically Complex Reduced Deformable Models", "doi": null, "abstractUrl": "/journal/th/2008/01/tth2008010039/13rRUEgarBB", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2008/04/ttp2008040686", "title": "Hole Filling of a 3D Model by Flipping Signs of a Signed Distance Field in Adaptive Resolution", "doi": null, "abstractUrl": "/journal/tp/2008/04/ttp2008040686/13rRUEgarCp", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07987773", "title": "An Z_$_$_ZhpZ_$_$_Z-Adaptive Discretization Algorithm for Signed Distance Field Generation", "doi": null, "abstractUrl": "/journal/tg/2017/10/07987773/13rRUIM2VBL", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/05/06684160", "title": "Exact and Adaptive Signed Distance FieldsComputation for Rigid and DeformableModels on GPUs", "doi": null, "abstractUrl": "/journal/tg/2014/05/06684160/13rRUwcS1CV", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/03/v0518", "title": "Efficient Collision Detection within Deforming Spherical Sliding Contact", "doi": null, "abstractUrl": "/journal/tg/2007/03/v0518/13rRUwgyOje", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2016/03/07458897", "title": "Adaptive 6-DoF Haptic Contact Stiffness Using the Gauss Map", "doi": null, "abstractUrl": "/journal/th/2016/03/07458897/13rRUyeCkav", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798268", "title": "A Continuous Material Cutting Model with Haptic Feedback for Medical Simulations", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798268/1cJ0Ir5EpRm", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": null, "next": { "fno": "07592935", "articleId": "13rRUxBa5s7", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXWRGG", "name": "tth201702-07577891s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/tth201702-07577891s1.zip", "extension": "zip", "size": "38.7 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "1zarv24nAkg", "title": "Nov.-Dec.", "year": "2021", "issueNum": "06", "idPrefix": "tb", "pubType": "journal", "volume": "18", "label": "Nov.-Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1jDwc2PbLb2", "doi": "10.1109/TCBB.2020.2993002", "abstract": "Genome rearrangements are mutations affecting large portions of a genome, and a reversal is one of the most studied genome rearrangements in the literature through the Sorting by Reversals (SbR) problem. SbR is solvable in polynomial time on signed permutations (i.e., the gene orientation is known), and it is NP-hard on unsigned permutations. This problem (and many others considering genome rearrangements) models genome as a list of its genes in the order they appear, ignoring all other information present in the genome. Recent works claimed that the incorporation of the size of intergenic regions, i.e., sequences of nucleotides between genes, may result in better estimators for the real distance between genomes. Here we introduce the Sorting Signed Permutations by Intergenic Reversals problem, that sorts a signed permutation using reversals both on gene order and intergenic sizes. We show that this problem is NP-hard by a reduction from the 3-partition problem. Then, we propose a 2-approximation algorithm for it. Finally, we also incorporate intergenic indels (i.e., insertions or deletions of intergenic regions) to overcome a limitation of sorting by conservative events (such as reversals) and propose two approximation algorithms.", "abstracts": [ { "abstractType": "Regular", "content": "Genome rearrangements are mutations affecting large portions of a genome, and a reversal is one of the most studied genome rearrangements in the literature through the Sorting by Reversals (SbR) problem. SbR is solvable in polynomial time on signed permutations (i.e., the gene orientation is known), and it is NP-hard on unsigned permutations. This problem (and many others considering genome rearrangements) models genome as a list of its genes in the order they appear, ignoring all other information present in the genome. Recent works claimed that the incorporation of the size of intergenic regions, i.e., sequences of nucleotides between genes, may result in better estimators for the real distance between genomes. Here we introduce the Sorting Signed Permutations by Intergenic Reversals problem, that sorts a signed permutation using reversals both on gene order and intergenic sizes. We show that this problem is NP-hard by a reduction from the 3-partition problem. Then, we propose a 2-approximation algorithm for it. Finally, we also incorporate intergenic indels (i.e., insertions or deletions of intergenic regions) to overcome a limitation of sorting by conservative events (such as reversals) and propose two approximation algorithms.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Genome rearrangements are mutations affecting large portions of a genome, and a reversal is one of the most studied genome rearrangements in the literature through the Sorting by Reversals (SbR) problem. SbR is solvable in polynomial time on signed permutations (i.e., the gene orientation is known), and it is NP-hard on unsigned permutations. This problem (and many others considering genome rearrangements) models genome as a list of its genes in the order they appear, ignoring all other information present in the genome. Recent works claimed that the incorporation of the size of intergenic regions, i.e., sequences of nucleotides between genes, may result in better estimators for the real distance between genomes. Here we introduce the Sorting Signed Permutations by Intergenic Reversals problem, that sorts a signed permutation using reversals both on gene order and intergenic sizes. We show that this problem is NP-hard by a reduction from the 3-partition problem. Then, we propose a 2-approximation algorithm for it. Finally, we also incorporate intergenic indels (i.e., insertions or deletions of intergenic regions) to overcome a limitation of sorting by conservative events (such as reversals) and propose two approximation algorithms.", "title": "Sorting Signed Permutations by Intergenic Reversals", "normalizedTitle": "Sorting Signed Permutations by Intergenic Reversals", "fno": "09089354", "hasPdf": true, "idPrefix": "tb", "keywords": [ "Approximation Theory", "Bioinformatics", "Biology Computing", "Computational Complexity", "Genetics", "Genomics", "Sorting", "Sorting Signed Permutations", "Reversal", "Studied Genome Rearrangements", "Sb R", "Signed Permutation", "Gene Orientation", "NP Hard", "Unsigned Permutations", "Intergenic Regions", "Intergenic Reversals Problem", "Sorts", "Gene Order", "Intergenic Sizes", "3 Partition Problem", "Intergenic Indels", "Genomics", "Bioinformatics", "Sorting", "Approximation Algorithms", "Electronic Mail", "Transforms", "Time Complexity", "Genome Rearrangements", "Intergenic Regions", "Signed Permutations", "Reversals" ], "authors": [ { "givenName": "Andre Rodrigues", "surname": "Oliveira", "fullName": "Andre Rodrigues Oliveira", "affiliation": "Institute of Computing, University of Campinas, Campinas, Brazil", "__typename": "ArticleAuthorType" }, { "givenName": "Géraldine", "surname": "Jean", "fullName": "Géraldine Jean", "affiliation": "LS2N CNRS UMR 6004, University of Nantes, Nantes, Cedex 3, France", "__typename": "ArticleAuthorType" }, { "givenName": "Guillaume", "surname": "Fertin", "fullName": "Guillaume Fertin", "affiliation": "LS2N CNRS UMR 6004, University of Nantes, Nantes, Cedex 3, France", "__typename": "ArticleAuthorType" }, { "givenName": "Klairton Lima", "surname": "Brito", "fullName": "Klairton Lima Brito", "affiliation": "Institute of Computing, University of Campinas, Campinas, Brazil", "__typename": "ArticleAuthorType" }, { "givenName": "Laurent", "surname": "Bulteau", "fullName": "Laurent Bulteau", "affiliation": "LIGM CNRS UMR 8049, University of Paris-Est Marne-la-Vallée, 77454, Marne-la-Vallée, France", "__typename": "ArticleAuthorType" }, { "givenName": "Ulisses", "surname": "Dias", "fullName": "Ulisses Dias", "affiliation": "School of Technology, University of Campinas, Limeira, Brazil", "__typename": "ArticleAuthorType" }, { "givenName": "Zanoni", "surname": "Dias", "fullName": "Zanoni Dias", "affiliation": "Institute of Computing, University of Campinas, Campinas, Brazil", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "2021-11-01 00:00:00", "pubType": "trans", "pages": "2870-2876", "year": "2021", "issn": "1545-5963", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/focs/1993/4370/0/0366872", "title": "Genome rearrangements and sorting by reversals", "doi": null, "abstractUrl": "/proceedings-article/focs/1993/0366872/12OmNBB0bYK", "parentPublication": { "id": "proceedings/focs/1993/4370/0", "title": "Proceedings of 1993 IEEE 34th Annual Foundations of Computer Science", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2017/1324/0/132401a045", "title": "Implementation and Performance Comparison of Some Heuristic Algorithms for Block Sorting", "doi": null, "abstractUrl": "/proceedings-article/bibe/2017/132401a045/12OmNyen1sZ", "parentPublication": { "id": "proceedings/bibe/2017/1324/0", "title": "2017 IEEE 17th International Conference on Bioinformatics and Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2008/3075/0/04439174", "title": "Bounding Prefix Transposition Distance for Strings and Permutations", "doi": null, "abstractUrl": "/proceedings-article/hicss/2008/04439174/12OmNzYeAX7", "parentPublication": { "id": "proceedings/hicss/2008/3075/0", "title": "Proceedings of the 41st Annual Hawaii International Conference on System Sciences (HICSS 2008)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2007/02/n0301", "title": "Evolution under Reversals: Parsimony and Conservation of Common Intervals", "doi": null, "abstractUrl": "/journal/tb/2007/02/n0301/13rRUwfZBYv", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2017/03/07374688", "title": "Sorting Circular Permutations by Super Short Reversals", "doi": null, "abstractUrl": "/journal/tb/2017/03/07374688/13rRUxbTMxf", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2019/05/07959550", "title": "A 2-Approximation Scheme for Sorting Signed Permutations by Reversals, Transpositions, Transreversals, and Block-Interchanges", "doi": null, "abstractUrl": "/journal/tb/2019/05/07959550/13rRUy0qnCg", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/5555/01/09750554", "title": "Genome Rearrangement Distance with a Flexible Intergenic Regions Aspect", "doi": null, "abstractUrl": "/journal/tb/5555/01/09750554/1ClSJOKL8He", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/5555/01/09925076", "title": "Reversal and Indel Distance with Intergenic Region Information", "doi": null, "abstractUrl": "/journal/tb/5555/01/09925076/1HBHTWGI0YU", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2021/06/08716562", "title": "Sorting Signed Permutations by Inverse Tandem Duplication Random Losses", "doi": null, "abstractUrl": "/journal/tb/2021/06/08716562/1a4ZpnN34JO", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2021/06/09423578", "title": "Sorting Permutations by Intergenic Operations", "doi": null, "abstractUrl": "/journal/tb/2021/06/09423578/1tky7m1Y5rO", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09072573", "articleId": "1jbiLLMJd9C", "__typename": "AdjacentArticleType" }, "next": { "fno": "09302675", "articleId": "1pLFnlFAteo", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNxvO04X", "title": "PrePrints", "year": "5555", "issueNum": "01", "idPrefix": "tp", "pubType": "journal", "volume": null, "label": "PrePrints", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1KzA13J0kgw", "doi": "10.1109/TPAMI.2023.3243080", "abstract": "One of the crucial issues in federated learning is how to develop efficient optimization algorithms. Most of the current ones require full device participation and/or impose strong assumptions for convergence. Different from the widely-used gradient descent-based algorithms, in this paper, we develop an inexact alternating direction method of multipliers (ADMM), which is both computation- and communication-efficient, capable of combating the stragglers' effect, and convergent under mild conditions. Furthermore, it has high numerical performance compared with several state-of-the-art algorithms for federated learning.", "abstracts": [ { "abstractType": "Regular", "content": "One of the crucial issues in federated learning is how to develop efficient optimization algorithms. Most of the current ones require full device participation and/or impose strong assumptions for convergence. Different from the widely-used gradient descent-based algorithms, in this paper, we develop an inexact alternating direction method of multipliers (ADMM), which is both computation- and communication-efficient, capable of combating the stragglers' effect, and convergent under mild conditions. Furthermore, it has high numerical performance compared with several state-of-the-art algorithms for federated learning.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "One of the crucial issues in federated learning is how to develop efficient optimization algorithms. Most of the current ones require full device participation and/or impose strong assumptions for convergence. Different from the widely-used gradient descent-based algorithms, in this paper, we develop an inexact alternating direction method of multipliers (ADMM), which is both computation- and communication-efficient, capable of combating the stragglers' effect, and convergent under mild conditions. Furthermore, it has high numerical performance compared with several state-of-the-art algorithms for federated learning.", "title": "Federated Learning via Inexact ADMM", "normalizedTitle": "Federated Learning via Inexact ADMM", "fno": "10040221", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Servers", "Convergence", "Optimization", "Approximation Algorithms", "Training", "Federated Learning", "Convex Functions", "Partial Device Participation", "Inexact ADMM", "Communication And Computation Efficiency", "Global Convergence" ], "authors": [ { "givenName": "Shenglong", "surname": "Zhou", "fullName": "Shenglong Zhou", "affiliation": "ITP Lab, Department of Electrical and Electronic Engineering, Imperial College London, United Kingdom", "__typename": "ArticleAuthorType" }, { "givenName": "Geoffrey Ye", "surname": "Li", "fullName": "Geoffrey Ye Li", "affiliation": "ITP Lab, Department of Electrical and Electronic Engineering, Imperial College London, United Kingdom", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2023-02-01 00:00:00", "pubType": "trans", "pages": "1-10", "year": "5555", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/big-data/2015/9926/0/07363871", "title": "ADMM based scalable machine learning on Spark", "doi": null, "abstractUrl": "/proceedings-article/big-data/2015/07363871/12OmNCfjeoy", "parentPublication": { "id": "proceedings/big-data/2015/9926/0", "title": "2015 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2017/0457/0/0457h234", "title": "Adaptive Relaxed ADMM: Convergence Theory and Practical Implementation", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2017/0457h234/12OmNx3q6Zu", "parentPublication": { "id": "proceedings/cvpr/2017/0457/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07990052", "title": "ADMM Z_$_$_Z\\supseteqZ_$_$_Z Projective Dynamics: Fast Simulation of Hyperelastic Models with Dynamic Constraints", "doi": null, "abstractUrl": "/journal/tg/2017/10/07990052/13rRUxlgxOn", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iciibms/2018/7516/3/08549934", "title": "An Z_$l_{1}-l_{1}$_Z -Norm Minimization Solution Using ADMM with FISTA", "doi": null, "abstractUrl": "/proceedings-article/iciibms/2018/08549934/17D45VsBU1b", "parentPublication": { "id": "proceedings/iciibms/2018/7516/3", "title": "2018 International Conference on Intelligent Informatics and Biomedical Sciences (ICIIBMS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/nana/2022/6131/0/613100a288", "title": "Elastic Optimized Edge Federated Learning", "doi": null, "abstractUrl": "/proceedings-article/nana/2022/613100a288/1JwPEQ7snte", "parentPublication": { "id": "proceedings/nana/2022/6131/0", "title": "2022 International Conference on Networking and Network Applications (NaNA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2022/8045/0/10021037", "title": "FedLesScan: Mitigating Stragglers in Serverless Federated Learning", "doi": null, "abstractUrl": "/proceedings-article/big-data/2022/10021037/1KfSpDOhx6g", "parentPublication": { "id": "proceedings/big-data/2022/8045/0", "title": "2022 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tq/5555/01/10032626", "title": "Heterogeneous Differential-Private Federated Learning: Trading Privacy for Utility Truthfully", "doi": null, "abstractUrl": "/journal/tq/5555/01/10032626/1KnSwkPR5bW", "parentPublication": { "id": "trans/tq", "title": "IEEE Transactions on Dependable and Secure Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0/205800a001", "title": "An Asynchronous ADMM Algorithm for Distributed Optimization with Dynamic Scheduling Strategy", "doi": null, "abstractUrl": "/proceedings-article/hpcc-smartcity-dss/2019/205800a001/1dPofXs1x9S", "parentPublication": { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0", "title": "2019 IEEE 21st International Conference on High Performance Computing and Communications; IEEE 17th International Conference on Smart City; IEEE 5th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2021/12/09110776", "title": "Accelerated Variance Reduction Stochastic ADMM for Large-Scale Machine Learning", "doi": null, "abstractUrl": "/journal/tp/2021/12/09110776/1kuDlRSAfuw", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sges/2020/8550/0/855000a916", "title": "ADMM-based Optimum Power Flow in Nested Microgrids", "doi": null, "abstractUrl": "/proceedings-article/sges/2020/855000a916/1rITMEwkKGY", "parentPublication": { "id": "proceedings/sges/2020/8550/0", "title": "2020 International Conference on Smart Grids and Energy Systems (SGES)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "10040235", "articleId": "1KzA0U44HOo", "__typename": "AdjacentArticleType" }, "next": { "fno": "10039708", "articleId": "1KzA1sop368", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1KB9w2B7QMU", "name": "ttp555501-010040221s1-supp1-3243080.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttp555501-010040221s1-supp1-3243080.pdf", "extension": "pdf", "size": "290 kB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "1yeDpGtSWLm", "title": "Dec.", "year": "2021", "issueNum": "12", "idPrefix": "tp", "pubType": "journal", "volume": "43", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1kuDlRSAfuw", "doi": "10.1109/TPAMI.2020.3000512", "abstract": "Recently, many stochastic variance reduced alternating direction methods of multipliers (ADMMs) (e.g., SAG-ADMM and SVRG-ADMM) have made exciting progress such as linear convergence rate for strongly convex (SC) problems. However, their best-known convergence rate for non-strongly convex (non-SC) problems is <inline-formula><tex-math notation=\"LaTeX\">Z_$\\mathcal {O}(1/T)$_Z</tex-math></inline-formula> as opposed to <inline-formula><tex-math notation=\"LaTeX\">Z_$\\mathcal {O}(1/T^2)$_Z</tex-math></inline-formula> of accelerated deterministic algorithms, where <inline-formula><tex-math notation=\"LaTeX\">Z_$T$_Z</tex-math></inline-formula> is the number of iterations. Thus, there remains a gap in the convergence rates of existing stochastic ADMM and deterministic algorithms. To bridge this gap, we introduce a new momentum acceleration trick into stochastic variance reduced ADMM, and propose a novel accelerated SVRG-ADMM method (called ASVRG-ADMM) for the machine learning problems with the constraint <inline-formula><tex-math notation=\"LaTeX\">Z_$Ax + By = c$_Z</tex-math></inline-formula>. Then we design a linearized proximal update rule and a simple proximal one for the two classes of ADMM-style problems with <inline-formula><tex-math notation=\"LaTeX\">Z_$B = \\tau I$_Z</tex-math></inline-formula> and <inline-formula><tex-math notation=\"LaTeX\">Z_$B\\ne \\tau I$_Z</tex-math></inline-formula>, respectively, where <inline-formula><tex-math notation=\"LaTeX\">Z_$I$_Z</tex-math></inline-formula> is an identity matrix and <inline-formula><tex-math notation=\"LaTeX\">Z_$\\tau$_Z</tex-math></inline-formula> is an arbitrary bounded constant. Note that our linearized proximal update rule can avoid solving sub-problems iteratively. Moreover, we prove that ASVRG-ADMM converges linearly for SC problems. In particular, ASVRG-ADMM improves the convergence rate from <inline-formula><tex-math notation=\"LaTeX\">Z_$\\mathcal {O}(1/T)$_Z</tex-math></inline-formula> to <inline-formula><tex-math notation=\"LaTeX\">Z_$\\mathcal {O}(1/T^2)$_Z</tex-math></inline-formula> for non-SC problems. Finally, we apply ASVRG-ADMM to various machine learning problems, e.g., graph-guided fused Lasso, graph-guided logistic regression, graph-guided SVM, generalized graph-guided fused Lasso and multi-task learning, and show that ASVRG-ADMM consistently converges faster than the state-of-the-art methods.", "abstracts": [ { "abstractType": "Regular", "content": "Recently, many stochastic variance reduced alternating direction methods of multipliers (ADMMs) (e.g., SAG-ADMM and SVRG-ADMM) have made exciting progress such as linear convergence rate for strongly convex (SC) problems. However, their best-known convergence rate for non-strongly convex (non-SC) problems is <inline-formula><tex-math notation=\"LaTeX\">$\\mathcal {O}(1/T)$</tex-math><alternatives><mml:math><mml:mrow><mml:mi mathvariant=\"script\">O</mml:mi><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>/</mml:mo><mml:mi>T</mml:mi><mml:mo>)</mml:mo></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq1-3000512.gif\"/></alternatives></inline-formula> as opposed to <inline-formula><tex-math notation=\"LaTeX\">$\\mathcal {O}(1/T^2)$</tex-math><alternatives><mml:math><mml:mrow><mml:mi mathvariant=\"script\">O</mml:mi><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>/</mml:mo><mml:msup><mml:mi>T</mml:mi><mml:mn>2</mml:mn></mml:msup><mml:mo>)</mml:mo></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq2-3000512.gif\"/></alternatives></inline-formula> of accelerated deterministic algorithms, where <inline-formula><tex-math notation=\"LaTeX\">$T$</tex-math><alternatives><mml:math><mml:mi>T</mml:mi></mml:math><inline-graphic xlink:href=\"shang-ieq3-3000512.gif\"/></alternatives></inline-formula> is the number of iterations. Thus, there remains a gap in the convergence rates of existing stochastic ADMM and deterministic algorithms. To bridge this gap, we introduce a new momentum acceleration trick into stochastic variance reduced ADMM, and propose a novel accelerated SVRG-ADMM method (called ASVRG-ADMM) for the machine learning problems with the constraint <inline-formula><tex-math notation=\"LaTeX\">$Ax + By = c$</tex-math><alternatives><mml:math><mml:mrow><mml:mi>A</mml:mi><mml:mi>x</mml:mi><mml:mo>+</mml:mo><mml:mi>B</mml:mi><mml:mi>y</mml:mi><mml:mo>=</mml:mo><mml:mi>c</mml:mi></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq4-3000512.gif\"/></alternatives></inline-formula>. Then we design a linearized proximal update rule and a simple proximal one for the two classes of ADMM-style problems with <inline-formula><tex-math notation=\"LaTeX\">$B = \\tau I$</tex-math><alternatives><mml:math><mml:mrow><mml:mi>B</mml:mi><mml:mo>=</mml:mo><mml:mi>&#x03C4;</mml:mi><mml:mi>I</mml:mi></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq5-3000512.gif\"/></alternatives></inline-formula> and <inline-formula><tex-math notation=\"LaTeX\">$B\\ne \\tau I$</tex-math><alternatives><mml:math><mml:mrow><mml:mi>B</mml:mi><mml:mo>&#x2260;</mml:mo><mml:mi>&#x03C4;</mml:mi><mml:mi>I</mml:mi></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq6-3000512.gif\"/></alternatives></inline-formula>, respectively, where <inline-formula><tex-math notation=\"LaTeX\">$I$</tex-math><alternatives><mml:math><mml:mi>I</mml:mi></mml:math><inline-graphic xlink:href=\"shang-ieq7-3000512.gif\"/></alternatives></inline-formula> is an identity matrix and <inline-formula><tex-math notation=\"LaTeX\">$\\tau$</tex-math><alternatives><mml:math><mml:mi>&#x03C4;</mml:mi></mml:math><inline-graphic xlink:href=\"shang-ieq8-3000512.gif\"/></alternatives></inline-formula> is an arbitrary bounded constant. Note that our linearized proximal update rule can avoid solving sub-problems iteratively. Moreover, we prove that ASVRG-ADMM converges linearly for SC problems. In particular, ASVRG-ADMM improves the convergence rate from <inline-formula><tex-math notation=\"LaTeX\">$\\mathcal {O}(1/T)$</tex-math><alternatives><mml:math><mml:mrow><mml:mi mathvariant=\"script\">O</mml:mi><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>/</mml:mo><mml:mi>T</mml:mi><mml:mo>)</mml:mo></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq9-3000512.gif\"/></alternatives></inline-formula> to <inline-formula><tex-math notation=\"LaTeX\">$\\mathcal {O}(1/T^2)$</tex-math><alternatives><mml:math><mml:mrow><mml:mi mathvariant=\"script\">O</mml:mi><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>/</mml:mo><mml:msup><mml:mi>T</mml:mi><mml:mn>2</mml:mn></mml:msup><mml:mo>)</mml:mo></mml:mrow></mml:math><inline-graphic xlink:href=\"shang-ieq10-3000512.gif\"/></alternatives></inline-formula> for non-SC problems. Finally, we apply ASVRG-ADMM to various machine learning problems, e.g., graph-guided fused Lasso, graph-guided logistic regression, graph-guided SVM, generalized graph-guided fused Lasso and multi-task learning, and show that ASVRG-ADMM consistently converges faster than the state-of-the-art methods.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Recently, many stochastic variance reduced alternating direction methods of multipliers (ADMMs) (e.g., SAG-ADMM and SVRG-ADMM) have made exciting progress such as linear convergence rate for strongly convex (SC) problems. However, their best-known convergence rate for non-strongly convex (non-SC) problems is - as opposed to - of accelerated deterministic algorithms, where - is the number of iterations. Thus, there remains a gap in the convergence rates of existing stochastic ADMM and deterministic algorithms. To bridge this gap, we introduce a new momentum acceleration trick into stochastic variance reduced ADMM, and propose a novel accelerated SVRG-ADMM method (called ASVRG-ADMM) for the machine learning problems with the constraint -. Then we design a linearized proximal update rule and a simple proximal one for the two classes of ADMM-style problems with - and -, respectively, where - is an identity matrix and - is an arbitrary bounded constant. Note that our linearized proximal update rule can avoid solving sub-problems iteratively. Moreover, we prove that ASVRG-ADMM converges linearly for SC problems. In particular, ASVRG-ADMM improves the convergence rate from - to - for non-SC problems. Finally, we apply ASVRG-ADMM to various machine learning problems, e.g., graph-guided fused Lasso, graph-guided logistic regression, graph-guided SVM, generalized graph-guided fused Lasso and multi-task learning, and show that ASVRG-ADMM consistently converges faster than the state-of-the-art methods.", "title": "Accelerated Variance Reduction Stochastic ADMM for Large-Scale Machine Learning", "normalizedTitle": "Accelerated Variance Reduction Stochastic ADMM for Large-Scale Machine Learning", "fno": "09110776", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Convergence", "Convex Programming", "Deterministic Algorithms", "Graph Theory", "Learning Artificial Intelligence", "Matrix Algebra", "Regression Analysis", "Stochastic Processes", "Support Vector Machines", "Alternating Direction Methods Of Multipliers", "Accelerated Variance Reduction Stochastic", "Large Scale Machine Learning", "Stochastic Variance", "Convergence Rate", "Nonstrongly Convex", "Non SC", "Deterministic Algorithms", "SVRG ADMM Method", "Machine Learning Problems", "Linearized Proximal Update Rule", "Graph Guided Logistic Regression", "Graph Guided Fused Lasso", "Graph Guided SVM", "Convex Functions", "Large Scale Systems", "Convergence", "Stochastic Processes", "Optimization", "Machine Learning", "Complexity Theory", "Stochastic Optimization", "ADMM", "Variance Reduction", "Momentum Acceleration", "Strongly Convex And Non Strongly Convex", "Smooth And Non Smooth" ], "authors": [ { "givenName": "Yuanyuan", "surname": "Liu", "fullName": "Yuanyuan Liu", "affiliation": "Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi'an, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Fanhua", "surname": "Shang", "fullName": "Fanhua Shang", "affiliation": "Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi'an, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Hongying", "surname": "Liu", "fullName": "Hongying Liu", "affiliation": "Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi'an, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Lin", "surname": "Kong", "fullName": "Lin Kong", "affiliation": "Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi'an, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Licheng", "surname": "Jiao", "fullName": "Licheng Jiao", "affiliation": "Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi'an, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Zhouchen", "surname": "Lin", "fullName": "Zhouchen Lin", "affiliation": "Key Laboratory of Machine Perception (MoE), School of EECS, Peking University, Beijing, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2021-12-01 00:00:00", "pubType": "trans", "pages": "4242-4255", "year": "2021", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/tb/2020/02/08624452", "title": "A Reaction-Based Model of the State Space of Chemical Reaction Systems Enables Efficient Simulations", "doi": null, "abstractUrl": "/journal/tb/2020/02/08624452/17D45Xh13sh", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2023/05/09925098", "title": "The Proxy Step-Size Technique for Regularized Optimization on the Sphere Manifold", "doi": null, "abstractUrl": "/journal/tp/2023/05/09925098/1HBHVijhpLi", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2022/01/09039684", "title": "HyperMinHash: MinHash in LogLog Space", "doi": null, "abstractUrl": "/journal/tk/2022/01/09039684/1igS2G8DNfi", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2022/07/09354530", "title": "The Fastest <inline-formula><tex-math notation=\"LaTeX\">Z_$\\ell _{1,\\infty }$_Z</tex-math></inline-formula> Prox in the West", "doi": null, "abstractUrl": "/journal/tp/2022/07/09354530/1reXhVJz6eI", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2022/10/09448388", "title": "A Hybrid Stochastic-Deterministic Minibatch Proximal Gradient Method for Efficient Optimization and Generalization", "doi": null, "abstractUrl": "/journal/tp/2022/10/09448388/1ugE3BTixLq", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/03/09525250", "title": "Fast Reachability Queries Answering Based on <inline-formula><tex-math notation=\"LaTeX\">Z_$\\mathsf{RCN}$_Z</tex-math></inline-formula> Reduction", "doi": null, "abstractUrl": "/journal/tk/2023/03/09525250/1wuoOp439OU", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2022/12/09573484", "title": "Adaptive Temporal Difference Learning With Linear Function Approximation", "doi": null, "abstractUrl": "/journal/tp/2022/12/09573484/1xH5DVmWYP6", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ts/2022/11/09573487", "title": "Verification and Synthesis of Responsive Symmetric Uni-Rings", "doi": null, "abstractUrl": "/journal/ts/2022/11/09573487/1xH5JMQ1rj2", "parentPublication": { "id": "trans/ts", "title": "IEEE Transactions on Software Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/td/2022/07/09609537", "title": "Hamiltonian Paths of <inline-formula><tex-math notation=\"LaTeX\">Z_$k$_Z</tex-math></inline-formula>-ary <inline-formula><tex-math notation=\"LaTeX\">Z_$n$_Z</tex-math></inline-formula>-cubes Avoiding Faulty Links and Passing Through Prescribed Linear Forests", "doi": null, "abstractUrl": "/journal/td/2022/07/09609537/1yoxLa2YFO0", "parentPublication": { "id": "trans/td", "title": "IEEE Transactions on Parallel & Distributed Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ts/2022/12/09662236", "title": "AGA: An Accelerated Greedy Additional Algorithm for Test Case Prioritization", "doi": null, "abstractUrl": "/journal/ts/2022/12/09662236/1zzlg0g2cGQ", "parentPublication": { "id": "trans/ts", "title": "IEEE Transactions on Software Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09000914", "articleId": "1huO8AwIgrm", "__typename": "AdjacentArticleType" }, "next": { "fno": "09105077", "articleId": "1kj0NQULDaM", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvqEvRo", "title": "PrePrints", "year": "5555", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": null, "label": "PrePrints", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1HbasJ1nQTC", "doi": "10.1109/TVCG.2022.3211414", "abstract": "Ferrofluids are oil-based liquids containing magnetic particles that interact with magnetic fields without solidifying. Leveraging the exploration of new applications of these promising materials (such as in optics, medicine and engineering) requires high fidelity modeling and simulation capabilities in order to accurately explore ferrofluids <italic>in silico</italic>. While recent work addressed the macroscopic simulation of large-scale ferrofluids using smoothed-particle hydrodynamics (SPH), such simulations are computationally expensive. In their work, the Kelvin force model has been used to calculate interactions between different SPH particles. The application of this model results in a force pointing outwards with respect to the fluid surface causing significant levitation problems. This drawback limits the application of more advanced and efficient SPH frameworks such as divergence-free SPH (DFSPH) or implicit incompressible SPH (IISPH). In this contribution, we propose a current loop magnetic force model which enables the fast macroscopic simulation of ferrofluids. Our new force model results in a force term pointing inwards allowing for more stable and fast simulations of ferrofluids using DFSPH and IISPH.", "abstracts": [ { "abstractType": "Regular", "content": "Ferrofluids are oil-based liquids containing magnetic particles that interact with magnetic fields without solidifying. Leveraging the exploration of new applications of these promising materials (such as in optics, medicine and engineering) requires high fidelity modeling and simulation capabilities in order to accurately explore ferrofluids <italic>in silico</italic>. While recent work addressed the macroscopic simulation of large-scale ferrofluids using smoothed-particle hydrodynamics (SPH), such simulations are computationally expensive. In their work, the Kelvin force model has been used to calculate interactions between different SPH particles. The application of this model results in a force pointing outwards with respect to the fluid surface causing significant levitation problems. This drawback limits the application of more advanced and efficient SPH frameworks such as divergence-free SPH (DFSPH) or implicit incompressible SPH (IISPH). In this contribution, we propose a current loop magnetic force model which enables the fast macroscopic simulation of ferrofluids. Our new force model results in a force term pointing inwards allowing for more stable and fast simulations of ferrofluids using DFSPH and IISPH.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Ferrofluids are oil-based liquids containing magnetic particles that interact with magnetic fields without solidifying. Leveraging the exploration of new applications of these promising materials (such as in optics, medicine and engineering) requires high fidelity modeling and simulation capabilities in order to accurately explore ferrofluids in silico. While recent work addressed the macroscopic simulation of large-scale ferrofluids using smoothed-particle hydrodynamics (SPH), such simulations are computationally expensive. In their work, the Kelvin force model has been used to calculate interactions between different SPH particles. The application of this model results in a force pointing outwards with respect to the fluid surface causing significant levitation problems. This drawback limits the application of more advanced and efficient SPH frameworks such as divergence-free SPH (DFSPH) or implicit incompressible SPH (IISPH). In this contribution, we propose a current loop magnetic force model which enables the fast macroscopic simulation of ferrofluids. Our new force model results in a force term pointing inwards allowing for more stable and fast simulations of ferrofluids using DFSPH and IISPH.", "title": "A Current Loop Model for the Fast Simulation of Ferrofluids", "normalizedTitle": "A Current Loop Model for the Fast Simulation of Ferrofluids", "fno": "09907886", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Computational Modeling", "Mathematical Models", "Force", "Numerical Models", "Surface Tension", "Magnetomechanical Effects", "Magnetic Forces", "Computational Electromagnetics", "Divergence Free SPH DFSPH", "Ferrofluids", "Fluid Mechanics", "Implicit Incompressible SPH IISPH", "Large Scale Simulations", "Magnetic Fluids", "Maxwells Equations", "Natural Phenomena", "Navier Stokes Equations", "Numerical Simulations", "Smoothed Particle Hydrodynamics SPH" ], "authors": [ { "givenName": "Han", "surname": "Shao", "fullName": "Han Shao", "affiliation": "Computational Sciences Group at the Visual Computing Center, KAUST, Thuwal, Kingdom of Saudi Arabia", "__typename": "ArticleAuthorType" }, { "givenName": "Libo", "surname": "Huang", "fullName": "Libo Huang", "affiliation": "Computational Sciences Group at the Visual Computing Center, KAUST, Thuwal, Kingdom of Saudi Arabia", "__typename": "ArticleAuthorType" }, { "givenName": "Dominik L.", "surname": "Michels", "fullName": "Dominik L. Michels", "affiliation": "Computational Sciences Group at the Visual Computing Center, KAUST, Thuwal, Kingdom of Saudi Arabia", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "01", "pubDate": "2022-09-01 00:00:00", "pubType": "trans", "pages": "1-12", "year": "5555", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cse/2014/7981/0/7981a055", "title": "Design and Development of Sypinge-Type Magnetorheological Damper", "doi": null, "abstractUrl": "/proceedings-article/cse/2014/7981a055/12OmNCwUmCk", "parentPublication": { "id": "proceedings/cse/2014/7981/0", "title": "2014 IEEE 17th International Conference on Computational Science and Engineering (CSE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cse/2014/7981/0/7981a072", "title": "Semi-active Spiral Flow Channel Magnetorheological Damper", "doi": null, "abstractUrl": "/proceedings-article/cse/2014/7981a072/12OmNxw5ByD", "parentPublication": { "id": "proceedings/cse/2014/7981/0", "title": "2014 IEEE 17th International Conference on Computational Science and Engineering (CSE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07932108", "title": "Pairwise Force SPH Model for Real-Time Multi-Interaction Applications", "doi": null, "abstractUrl": "/journal/tg/2017/10/07932108/13rRUyYjKan", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wcmeim/2021/2172/0/217200a485", "title": "Design of a magnetic gear reducer", "doi": null, "abstractUrl": "/proceedings-article/wcmeim/2021/217200a485/1ANLE9xy9uU", "parentPublication": { "id": "proceedings/wcmeim/2021/2172/0", "title": "2021 4th World Conference on Mechanical Engineering and Intelligent Manufacturing (WCMEIM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/csase/2022/2632/0/09759738", "title": "Computational Technique for the Modeling on MHD Boundary Layer Flow Unsteady Stretching Sheet by B-Spline Function", "doi": null, "abstractUrl": "/proceedings-article/csase/2022/09759738/1CRw4HHg04U", "parentPublication": { "id": "proceedings/csase/2022/2632/0", "title": "2022 International Conference on Computer Science and Software Engineering (CSASE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icnisc/2018/6956/0/695600a355", "title": "A Current-to-Voltage Conversion Device Using a NdFeB Magnet, Permalloy, and Shear-Mode Piezoelectric Material", "doi": null, "abstractUrl": "/proceedings-article/icnisc/2018/695600a355/1dUo1mHHo7m", "parentPublication": { "id": "proceedings/icnisc/2018/6956/0", "title": "2018 4th Annual International Conference on Network and Information Systems for Computers (ICNISC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wcmeim/2019/5045/0/504500a021", "title": "Simulation Analysis of Electromagnetic Vibration of Rotor Compressor Motor Based on Modal Superposition Method", "doi": null, "abstractUrl": "/proceedings-article/wcmeim/2019/504500a021/1hHLtwUmSvm", "parentPublication": { "id": "proceedings/wcmeim/2019/5045/0", "title": "2019 2nd World Conference on Mechanical Engineering and Intelligent Manufacturing (WCMEIM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icei/2020/0500/0/050000a147", "title": "Analysis of Influence of Uneven Air Gap of Hydrogenerator on Magnetic Field Strength and Rotor Magnetic Pole Stress Change", "doi": null, "abstractUrl": "/proceedings-article/icei/2020/050000a147/1pcSOOtQo92", "parentPublication": { "id": "proceedings/icei/2020/0500/0", "title": "2020 IEEE International Conference on Energy Internet (ICEI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cseps/2021/2618/0/261800a315", "title": "Establishment of Electromagnetic Model of Permanent Magnet Synchronous Motor for Electric Machine Emulator", "doi": null, "abstractUrl": "/proceedings-article/cseps/2021/261800a315/1wiQKbmaMW4", "parentPublication": { "id": "proceedings/cseps/2021/2618/0", "title": "2021 International Conference on Control Science and Electric Power Systems (CSEPS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmeas/2021/9768/0/976800a050", "title": "Magnetic Circuit Simulation and Analysis of Shear-Valve Mode MRF Damper", "doi": null, "abstractUrl": "/proceedings-article/icmeas/2021/976800a050/1zuuVD3H7Qk", "parentPublication": { "id": "proceedings/icmeas/2021/9768/0", "title": "2021 7th International Conference on Mechanical Engineering and Automation Science (ICMEAS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09905944", "articleId": "1H3ZWyzEaha", "__typename": "AdjacentArticleType" }, "next": { "fno": "09909994", "articleId": "1Hcj8wIB6s8", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1HmgbCmAJW0", "name": "ttg555501-09907886s1-supp1-3211414.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg555501-09907886s1-supp1-3211414.mp4", "extension": "mp4", "size": "44.8 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNzvQI13", "title": "Oct.", "year": "2020", "issueNum": "10", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Oct.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1kTxv3ChLeE", "doi": "10.1109/TVCG.2020.3004245", "abstract": "In this article, we present a novel method for the robust handling of static and dynamic rigid boundaries in Smoothed Particle Hydrodynamics (SPH) simulations. We build upon the ideas of the density maps approach which has been introduced recently by Koschier and Bender. They precompute the density contributions of solid boundaries and store them on a spatial grid which can be efficiently queried during runtime. This alleviates the problems of commonly used boundary particles, like bumpy surfaces and inaccurate pressure forces near boundaries. Our method is based on a similar concept but we precompute the volume contribution of the boundary geometry. This maintains all benefits of density maps but offers a variety of advantages which are demonstrated in several experiments. First, in contrast to the density maps method we can compute derivatives in the standard SPH manner by differentiating the kernel function. This results in smooth pressure forces, even for lower map resolutions, such that precomputation times and memory requirements are reduced by more than two orders of magnitude compared to density maps. Furthermore, this directly fits into the SPH concept so that volume maps can be seamlessly combined with existing SPH methods. Finally, the kernel function is not baked into the map such that the same volume map can be used with different kernels. This is especially useful when we want to incorporate common surface tension or viscosity methods that use different kernels than the fluid simulation.", "abstracts": [ { "abstractType": "Regular", "content": "In this article, we present a novel method for the robust handling of static and dynamic rigid boundaries in Smoothed Particle Hydrodynamics (SPH) simulations. We build upon the ideas of the density maps approach which has been introduced recently by Koschier and Bender. They precompute the density contributions of solid boundaries and store them on a spatial grid which can be efficiently queried during runtime. This alleviates the problems of commonly used boundary particles, like bumpy surfaces and inaccurate pressure forces near boundaries. Our method is based on a similar concept but we precompute the volume contribution of the boundary geometry. This maintains all benefits of density maps but offers a variety of advantages which are demonstrated in several experiments. First, in contrast to the density maps method we can compute derivatives in the standard SPH manner by differentiating the kernel function. This results in smooth pressure forces, even for lower map resolutions, such that precomputation times and memory requirements are reduced by more than two orders of magnitude compared to density maps. Furthermore, this directly fits into the SPH concept so that volume maps can be seamlessly combined with existing SPH methods. Finally, the kernel function is not baked into the map such that the same volume map can be used with different kernels. This is especially useful when we want to incorporate common surface tension or viscosity methods that use different kernels than the fluid simulation.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In this article, we present a novel method for the robust handling of static and dynamic rigid boundaries in Smoothed Particle Hydrodynamics (SPH) simulations. We build upon the ideas of the density maps approach which has been introduced recently by Koschier and Bender. They precompute the density contributions of solid boundaries and store them on a spatial grid which can be efficiently queried during runtime. This alleviates the problems of commonly used boundary particles, like bumpy surfaces and inaccurate pressure forces near boundaries. Our method is based on a similar concept but we precompute the volume contribution of the boundary geometry. This maintains all benefits of density maps but offers a variety of advantages which are demonstrated in several experiments. First, in contrast to the density maps method we can compute derivatives in the standard SPH manner by differentiating the kernel function. This results in smooth pressure forces, even for lower map resolutions, such that precomputation times and memory requirements are reduced by more than two orders of magnitude compared to density maps. Furthermore, this directly fits into the SPH concept so that volume maps can be seamlessly combined with existing SPH methods. Finally, the kernel function is not baked into the map such that the same volume map can be used with different kernels. This is especially useful when we want to incorporate common surface tension or viscosity methods that use different kernels than the fluid simulation.", "title": "Implicit Frictional Boundary Handling for SPH", "normalizedTitle": "Implicit Frictional Boundary Handling for SPH", "fno": "09123549", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Computational Fluid Dynamics", "Friction", "Hydrodynamics", "Smoothed Particle Hydrodynamics", "Surface Tension", "Viscosity", "Viscosity Methods", "Surface Tension", "SPH Methods", "Volume Map", "SPH Concept", "Memory Requirements", "Precomputation Times", "Map Resolutions", "Smooth Pressure Forces", "Kernel Function", "Standard SPH Manner", "Density Maps Method", "Boundary Geometry", "Volume Contribution", "Bumpy Surfaces", "Boundary Particles", "Spatial Grid", "Solid Boundaries", "Density Contributions", "Density Maps Approach", "Smoothed Particle Hydrodynamics Simulations", "Dynamic Rigid Boundaries", "Static Boundaries", "Implicit Frictional Boundary Handling", "Solids", "Kernel", "Couplings", "Standards", "Friction", "Hydrodynamics", "Runtime", "Smoothed Particle Hydrodynamics", "Fluid Simulation", "Boundary Handling" ], "authors": [ { "givenName": "Jan", "surname": "Bender", "fullName": "Jan Bender", "affiliation": "RWTH Aachen University, Aachen, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Tassilo", "surname": "Kugelstadt", "fullName": "Tassilo Kugelstadt", "affiliation": "RWTH Aachen University, Aachen, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Marcel", "surname": "Weiler", "fullName": "Marcel Weiler", "affiliation": "RWTH Aachen University, Aachen, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Dan", "surname": "Koschier", "fullName": "Dan Koschier", "affiliation": "RWTH Aachen University, Aachen, Germany", "__typename": "ArticleAuthorType" } ], "replicability": { "isEnabled": true, "codeDownloadUrl": "https://github.com/InteractiveComputerGraphics/SPlisHSPlasH.git", "codeRepositoryUrl": "https://github.com/InteractiveComputerGraphics/SPlisHSPlasH", "__typename": "ArticleReplicabilityType" }, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "10", "pubDate": "2020-10-01 00:00:00", "pubType": "trans", "pages": "2982-2993", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/svr/2013/5001/0/06655759", "title": "A Comparative Analysis of Fluid Simulation Methods Based on SPH", "doi": null, "abstractUrl": "/proceedings-article/svr/2013/06655759/12OmNqBtiNf", "parentPublication": { "id": "proceedings/svr/2013/5001/0", "title": "2013 XV Symposium on Virtual and Augmented Reality (SVR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccis/2010/4270/0/4270b212", "title": "Comparisions of Mirror and Static Boundary Conditions in Incompressible Smoothed Particle Hydrodynamics", "doi": null, "abstractUrl": "/proceedings-article/iccis/2010/4270b212/12OmNvqEvO1", "parentPublication": { "id": "proceedings/iccis/2010/4270/0", "title": "2010 International Conference on Computational and Information Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icic/2010/7081/4/05514023", "title": "A New Boundary Treatment Method for SPH and Application in Fluid Simulation", "doi": null, "abstractUrl": "/proceedings-article/icic/2010/05514023/12OmNxtOO0u", "parentPublication": { "id": "proceedings/icic/2010/7081/4", "title": "2010 Third International Conference on Information and Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdh/2012/4899/0/4899a374", "title": "SPH-Based Real-Time Wall-Fountain Simulation", "doi": null, "abstractUrl": "/proceedings-article/icdh/2012/4899a374/12OmNzuZUoG", "parentPublication": { "id": "proceedings/icdh/2012/4899/0", "title": "4th International Conference on Digital Home (ICDH)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/03/ttg2014030426", "title": "Implicit Incompressible SPH", "doi": null, "abstractUrl": "/journal/tg/2014/03/ttg2014030426/13rRUxYrbMg", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07932108", "title": "Pairwise Force SPH Model for Real-Time Multi-Interaction Applications", "doi": null, "abstractUrl": "/journal/tg/2017/10/07932108/13rRUyYjKan", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2022/2335/0/233500a041", "title": "Boundary-Aware Rectilinear Grid: Accurate Approximation of Unstructured Dataset into Rectilinear Grid with Solid Boundary Handling Capabilities", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2022/233500a041/1E2wgsxjfnW", "parentPublication": { "id": "proceedings/pacificvis/2022/2335/0", "title": "2022 IEEE 15th Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdiime/2022/9009/0/900900a048", "title": "Solid-Fluid Interaction Simulation System Based on SPH Unified Particle Framework", "doi": null, "abstractUrl": "/proceedings-article/icdiime/2022/900900a048/1Iz56eSpj3y", "parentPublication": { "id": "proceedings/icdiime/2022/9009/0", "title": "2022 International Conference on 3D Immersion, Interaction and Multi-sensory Experiences (ICDIIME)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/10/09366379", "title": "Incompressibility Enforcement for Multiple-Fluid SPH Using Deformation Gradient", "doi": null, "abstractUrl": "/journal/tg/2022/10/09366379/1rCc9A58Mec", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08865648", "articleId": "1e2DipgV9bq", "__typename": "AdjacentArticleType" }, "next": { "fno": "09184389", "articleId": "1mLIesC5z0Y", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1mLI4Bv8vLi", "name": "ttg202010-09123549s1-supp1-3004245.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202010-09123549s1-supp1-3004245.mp4", "extension": "mp4", "size": "291 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "1Fp5V6TYCEE", "title": "Sept.", "year": "2022", "issueNum": "09", "idPrefix": "tg", "pubType": "journal", "volume": "28", "label": "Sept.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1qRJcoI7GdG", "doi": "10.1109/TVCG.2021.3055789", "abstract": "In simulating viscous incompressible SPH fluids, incompressibility and viscosity are typically solved in two separate stages. However, the interference between pressure and shear forces could cause the missing of behaviors that include preservation of sharp surface details and remarkable viscous behaviors such as buckling and rope coiling. To alleviate this problem, we introduce for the first time the semi-implicit method for pressure linked equations (SIMPLE) into SPH to solve incompressible fluids with a broad range viscosity. We propose to link incompressibility and viscosity solvers, and impose incompressibility and viscosity constraints iteratively to gradually remove the interference between pressure and shear forces. We will also discuss how to solve the particle deficiency problem for both incompressibility and viscosity solvers. Our method is stable at simulating incompressible fluids whose viscosity can range from zero to an extremely high value. Compared to state-of-the-art methods, our method not only produces realistic viscous behaviors, but is also better at preserving sharp surface details.", "abstracts": [ { "abstractType": "Regular", "content": "In simulating viscous incompressible SPH fluids, incompressibility and viscosity are typically solved in two separate stages. However, the interference between pressure and shear forces could cause the missing of behaviors that include preservation of sharp surface details and remarkable viscous behaviors such as buckling and rope coiling. To alleviate this problem, we introduce for the first time the semi-implicit method for pressure linked equations (SIMPLE) into SPH to solve incompressible fluids with a broad range viscosity. We propose to link incompressibility and viscosity solvers, and impose incompressibility and viscosity constraints iteratively to gradually remove the interference between pressure and shear forces. We will also discuss how to solve the particle deficiency problem for both incompressibility and viscosity solvers. Our method is stable at simulating incompressible fluids whose viscosity can range from zero to an extremely high value. Compared to state-of-the-art methods, our method not only produces realistic viscous behaviors, but is also better at preserving sharp surface details.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In simulating viscous incompressible SPH fluids, incompressibility and viscosity are typically solved in two separate stages. However, the interference between pressure and shear forces could cause the missing of behaviors that include preservation of sharp surface details and remarkable viscous behaviors such as buckling and rope coiling. To alleviate this problem, we introduce for the first time the semi-implicit method for pressure linked equations (SIMPLE) into SPH to solve incompressible fluids with a broad range viscosity. We propose to link incompressibility and viscosity solvers, and impose incompressibility and viscosity constraints iteratively to gradually remove the interference between pressure and shear forces. We will also discuss how to solve the particle deficiency problem for both incompressibility and viscosity solvers. Our method is stable at simulating incompressible fluids whose viscosity can range from zero to an extremely high value. Compared to state-of-the-art methods, our method not only produces realistic viscous behaviors, but is also better at preserving sharp surface details.", "title": "Adapted SIMPLE Algorithm for Incompressible SPH Fluids With a Broad Range Viscosity", "normalizedTitle": "Adapted SIMPLE Algorithm for Incompressible SPH Fluids With a Broad Range Viscosity", "fno": "09343711", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Buckling", "Computational Fluid Dynamics", "Flow Simulation", "Hydrodynamics", "Navier Stokes Equations", "Two Phase Flow", "Viscosity", "Broad Range Viscosity", "Viscous Incompressible SPH Fluids", "Incompressibility", "Shear Forces", "Sharp Surface Details", "Remarkable Viscous Behaviors", "Buckling", "Rope Coiling", "Semiimplicit Method", "Pressure Linked Equations", "Incompressible Fluids", "Viscosity Solvers", "Viscosity Constraints", "Realistic Viscous Behaviors", "Viscosity", "Mathematical Model", "Couplings", "Interference", "Computational Modeling", "Software", "Force", "Smoothed Particle Hydrodynamics SPH", "SIMPLE Algorithm", "Fluid Simulation", "Incompressibility", "Viscosity" ], "authors": [ { "givenName": "Shusen", "surname": "Liu", "fullName": "Shusen Liu", "affiliation": "State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Xiaowei", "surname": "He", "fullName": "Xiaowei He", "affiliation": "Beijing Key Lab of Human-Computer Interaction, Institute of Software, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Wencheng", "surname": "Wang", "fullName": "Wencheng Wang", "affiliation": "State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Enhua", "surname": "Wu", "fullName": "Enhua Wu", "affiliation": "State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "09", "pubDate": "2022-09-01 00:00:00", "pubType": "trans", "pages": "3168-3179", "year": "2022", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cad-graphics/2013/2576/0/06815004", "title": "Accelerated Viscous Fluid Simulation Using Position-Based Constraints", "doi": null, "abstractUrl": "/proceedings-article/cad-graphics/2013/06815004/12OmNAlvHq5", "parentPublication": { "id": "proceedings/cad-graphics/2013/2576/0", "title": "2013 International Conference on Computer-Aided Design and Computer Graphics (CAD/Graphics)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/isvri/2011/0054/0/05759632", "title": "High viscosity fluid simulation using particle-based method", "doi": null, "abstractUrl": "/proceedings-article/isvri/2011/05759632/12OmNwJybR0", "parentPublication": { "id": "proceedings/isvri/2011/0054/0", "title": "2011 IEEE International Symposium on VR Innovation (ISVRI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pdp/1999/0059/0/00590273", "title": "Parallel Simulation of Incompressible Fluids", "doi": null, "abstractUrl": "/proceedings-article/pdp/1999/00590273/12OmNxeuteu", "parentPublication": { "id": "proceedings/pdp/1999/0059/0", "title": "Seventh Euromicro Workshop on Parallel and Distributed Processing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cscs/2017/1839/0/07968572", "title": "Comparison between Incompressible SPH Solvers", "doi": null, "abstractUrl": "/proceedings-article/cscs/2017/07968572/12OmNzV70Gn", "parentPublication": { "id": "proceedings/cscs/2017/1839/0", "title": "2017 21st International Conference on Control Systems and Computer Science (CSCS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sibgrapi/2014/4258/0/4258a065", "title": "SPH Fluids for Viscous Jet Buckling", "doi": null, "abstractUrl": "/proceedings-article/sibgrapi/2014/4258a065/12OmNzn38LQ", "parentPublication": { "id": "proceedings/sibgrapi/2014/4258/0", "title": "2014 27th SIBGRAPI Conference on Graphics, Patterns and Images (SIBGRAPI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/03/07487018", "title": "Divergence-Free SPH for Incompressible and Viscous Fluids", "doi": null, "abstractUrl": "/journal/tg/2017/03/07487018/13rRUxASuhF", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/06/08353115", "title": "Turbulent Micropolar SPH Fluids with Foam", "doi": null, "abstractUrl": "/journal/tg/2019/06/08353115/13rRUxNW1Zu", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/12/07775068", "title": "Prescribed Velocity Gradients for Highly Viscous SPH Fluids with Vorticity Diffusion", "doi": null, "abstractUrl": "/journal/tg/2017/12/07775068/13rRUxjQyvt", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798224", "title": "Viscosity-based Vorticity Correction for Turbulent SPH Fluids", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798224/1cJ1aEpf4wo", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/10/09366379", "title": "Incompressibility Enforcement for Multiple-Fluid SPH Using Deformation Gradient", "doi": null, "abstractUrl": "/journal/tg/2022/10/09366379/1rCc9A58Mec", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09332290", "articleId": "1qzsRxXpW4o", "__typename": "AdjacentArticleType" }, "next": { "fno": "09347725", "articleId": "1qWIIciXw76", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1Fp6d9Pjnkk", "name": "ttg202209-09343711s1-supp1-3055789.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202209-09343711s1-supp1-3055789.pdf", "extension": "pdf", "size": "4.54 MB", "__typename": "WebExtraType" }, { "id": "1Fp6cI6RNRK", "name": "ttg202209-09343711s1-supp2-3055789.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202209-09343711s1-supp2-3055789.mp4", "extension": "mp4", "size": "194 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNzxgHw9", "title": "September/October", "year": "2007", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "13", "label": "September/October", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUEgs2BM", "doi": "10.1109/TVCG.2007.1053", "abstract": "We present an approach to analyze mixing in flow fields by extracting vortex and strain features as extremal structures of derived scalar quantities that satisfy a duality property: they indicate vortical as well as high-strain (saddletype) regions. Specifically, we consider the Okubo-Weiss criterion and the recently introduced MZ-criterion. While the first is derived from a purely Eulerian framework, the latter is based on Lagrangian considerations. In both cases high values indicate vortex activity whereas low values indicate regions of high strain. By considering the extremal features of those quantities, we define the notions of a vortex and a strain skeleton in a hierarchical manner: the collection of maximal 0D, 1D and 2D structures assemble the vortex skeleton; the minimal structures identify the strain skeleton. We extract those features using scalar field topology and apply our method to a number of steady and unsteady 3D flow fields.", "abstracts": [ { "abstractType": "Regular", "content": "We present an approach to analyze mixing in flow fields by extracting vortex and strain features as extremal structures of derived scalar quantities that satisfy a duality property: they indicate vortical as well as high-strain (saddletype) regions. Specifically, we consider the Okubo-Weiss criterion and the recently introduced MZ-criterion. While the first is derived from a purely Eulerian framework, the latter is based on Lagrangian considerations. In both cases high values indicate vortex activity whereas low values indicate regions of high strain. By considering the extremal features of those quantities, we define the notions of a vortex and a strain skeleton in a hierarchical manner: the collection of maximal 0D, 1D and 2D structures assemble the vortex skeleton; the minimal structures identify the strain skeleton. We extract those features using scalar field topology and apply our method to a number of steady and unsteady 3D flow fields.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present an approach to analyze mixing in flow fields by extracting vortex and strain features as extremal structures of derived scalar quantities that satisfy a duality property: they indicate vortical as well as high-strain (saddletype) regions. Specifically, we consider the Okubo-Weiss criterion and the recently introduced MZ-criterion. While the first is derived from a purely Eulerian framework, the latter is based on Lagrangian considerations. In both cases high values indicate vortex activity whereas low values indicate regions of high strain. By considering the extremal features of those quantities, we define the notions of a vortex and a strain skeleton in a hierarchical manner: the collection of maximal 0D, 1D and 2D structures assemble the vortex skeleton; the minimal structures identify the strain skeleton. We extract those features using scalar field topology and apply our method to a number of steady and unsteady 3D flow fields.", "title": "Vortex and Strain Skeletons in Eulerian and Lagrangian Frames", "normalizedTitle": "Vortex and Strain Skeletons in Eulerian and Lagrangian Frames", "fno": "v0980", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Flow Visualization", "Feature Extraction", "Vortex Core Lines", "Strain Features" ], "authors": [ { "givenName": "Jan", "surname": "Sahner", "fullName": "Jan Sahner", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Tino", "surname": "Weinkauf", "fullName": "Tino Weinkauf", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Nathalie", "surname": "Teuber", "fullName": "Nathalie Teuber", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Hans-Christian", "surname": "Hege", "fullName": "Hans-Christian Hege", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2007-09-01 00:00:00", "pubType": "trans", "pages": "980-990", "year": "2007", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ieee-vis/2005/2766/0/27660080", "title": "Extraction of Parallel Vector Surfaces in 3D Time-Dependent Fields and Application to Vortex Core Line Tracking", "doi": null, "abstractUrl": "/proceedings-article/ieee-vis/2005/27660080/12OmNroij9N", "parentPublication": { "id": "proceedings/ieee-vis/2005/2766/0", "title": "Visualization Conference, IEEE", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ieee-vis/1997/8262/0/82620413", "title": "Vortex identification-applications in aerodynamics: a case study", "doi": null, "abstractUrl": "/proceedings-article/ieee-vis/1997/82620413/12OmNxUdv9R", "parentPublication": { "id": "proceedings/ieee-vis/1997/8262/0", "title": "Visualization Conference, IEEE", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ieee-vis/2004/8788/0/87880187", "title": "Visualization of Intricate Flow Structures for Vortex Breakdown Analysis", "doi": null, "abstractUrl": "/proceedings-article/ieee-vis/2004/87880187/12OmNxvO03b", "parentPublication": { "id": "proceedings/ieee-vis/2004/8788/0", "title": "Visualization Conference, IEEE", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2011/12/ttg2011122071", "title": "Vortex Visualization in Ultra Low Reynolds Number Insect Flight", "doi": null, "abstractUrl": "/journal/tg/2011/12/ttg2011122071/13rRUILc8f9", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2009/06/ttg2009061243", "title": "Predictor-Corrector Schemes for Visualization ofSmoothed Particle Hydrodynamics Data", "doi": null, "abstractUrl": "/journal/tg/2009/06/ttg2009061243/13rRUxZ0o1s", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "v0966", "articleId": "13rRUyuvRxi", "__typename": "AdjacentArticleType" }, "next": { "fno": "v0991", "articleId": "13rRUxAAT7w", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzV70rJ", "title": "July-September", "year": "2002", "issueNum": "03", "idPrefix": "tg", "pubType": "journal", "volume": "8", "label": "July-September", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxD9h4X", "doi": "10.1109/TVCG.2002.1021575", "abstract": "A new hybrid scheme (LEA) that combines the advantages of Eulerian and Lagrangian frameworks is applied to the visualization of dense representations of time-dependent vector fields. The algorithm encodes the particles into a texture that is then advected. By treating every particle equally, we can handle texture advection and dye advection within a single framework. High temporal and spatial correlation is achieved through the blending of successive frames. A combination of particle and dye advection enables the simultaneous visualization of streamlines, particle paths, and streaklines. We demonstrate various experimental techniques on several physical flow fields. The simplicity of both the resulting data structures and the implementation suggest that LEA could become a useful component of any scientific visualization toolkit concerned with the display of unsteady flows.", "abstracts": [ { "abstractType": "Regular", "content": "A new hybrid scheme (LEA) that combines the advantages of Eulerian and Lagrangian frameworks is applied to the visualization of dense representations of time-dependent vector fields. The algorithm encodes the particles into a texture that is then advected. By treating every particle equally, we can handle texture advection and dye advection within a single framework. High temporal and spatial correlation is achieved through the blending of successive frames. A combination of particle and dye advection enables the simultaneous visualization of streamlines, particle paths, and streaklines. We demonstrate various experimental techniques on several physical flow fields. The simplicity of both the resulting data structures and the implementation suggest that LEA could become a useful component of any scientific visualization toolkit concerned with the display of unsteady flows.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "A new hybrid scheme (LEA) that combines the advantages of Eulerian and Lagrangian frameworks is applied to the visualization of dense representations of time-dependent vector fields. The algorithm encodes the particles into a texture that is then advected. By treating every particle equally, we can handle texture advection and dye advection within a single framework. High temporal and spatial correlation is achieved through the blending of successive frames. A combination of particle and dye advection enables the simultaneous visualization of streamlines, particle paths, and streaklines. We demonstrate various experimental techniques on several physical flow fields. The simplicity of both the resulting data structures and the implementation suggest that LEA could become a useful component of any scientific visualization toolkit concerned with the display of unsteady flows.", "title": "Lagrangian-Eulerian Advection of Noise and Dye Textures for Unsteady Flow Visualization", "normalizedTitle": "Lagrangian-Eulerian Advection of Noise and Dye Textures for Unsteady Flow Visualization", "fno": "v0211", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Flow Visualization", "Texture Advection", "Unsteady Flow Fields" ], "authors": [ { "givenName": "Bruno", "surname": "Jobard", "fullName": "Bruno Jobard", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Gordon", "surname": "Erlebacher", "fullName": "Gordon Erlebacher", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "M. Yousuff", "surname": "Hussaini", "fullName": "M. Yousuff Hussaini", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": false, "isOpenAccess": false, "issueNum": "03", "pubDate": "2002-07-01 00:00:00", "pubType": "trans", "pages": "211-222", "year": "2002", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [], "adjacentArticles": { "previous": { "fno": "v0209", "articleId": "13rRUx0xPTF", "__typename": "AdjacentArticleType" }, "next": { "fno": "v0223", "articleId": "13rRUxNEqPB", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNrJRP2i", "title": "July", "year": "2018", "issueNum": "07", "idPrefix": "td", "pubType": "journal", "volume": "29", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwInuWi", "doi": "10.1109/TPDS.2018.2791438", "abstract": "Recently, erasure coding has been extensively deployed in large-scale storage systems to replace data replication. With the increase in disk I/O throughput and network bandwidth, the performance of erasure coding becomes a major bottleneck of erasure-coded storage systems. In this paper, we propose a graphics processing unit (GPU)-based implementation of erasure coding named G-CRS, which employs the Cauchy Reed-Solomon (CRS) code, to overcome the aforementioned bottleneck. To maximize the coding performance of G-CRS, we designed and implemented a set of optimization strategies, such as a compact structure to store the bitmatrix in GPU constant memory, efficient data access through shared memory, and decoding parallelism, to fully utilize the GPU resources. In addition, we derived a simple yet accurate performance model to demonstrate the maximum coding performance of G-CRS on GPU. We evaluated the performance of G-CRS through extensive experiments on modern GPU architectures such as Maxwell and Pascal, and compared with other state-of-the-art coding libraries. The evaluation results revealed that the throughput of G-CRS was 10 times faster than most of the other coding libraries. Moreover, G-CRS outperformed PErasure (a recently developed, well optimized CRS coding library on the GPU) by up to 3 times in the same architecture.", "abstracts": [ { "abstractType": "Regular", "content": "Recently, erasure coding has been extensively deployed in large-scale storage systems to replace data replication. With the increase in disk I/O throughput and network bandwidth, the performance of erasure coding becomes a major bottleneck of erasure-coded storage systems. In this paper, we propose a graphics processing unit (GPU)-based implementation of erasure coding named G-CRS, which employs the Cauchy Reed-Solomon (CRS) code, to overcome the aforementioned bottleneck. To maximize the coding performance of G-CRS, we designed and implemented a set of optimization strategies, such as a compact structure to store the bitmatrix in GPU constant memory, efficient data access through shared memory, and decoding parallelism, to fully utilize the GPU resources. In addition, we derived a simple yet accurate performance model to demonstrate the maximum coding performance of G-CRS on GPU. We evaluated the performance of G-CRS through extensive experiments on modern GPU architectures such as Maxwell and Pascal, and compared with other state-of-the-art coding libraries. The evaluation results revealed that the throughput of G-CRS was 10 times faster than most of the other coding libraries. Moreover, G-CRS outperformed PErasure (a recently developed, well optimized CRS coding library on the GPU) by up to 3 times in the same architecture.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Recently, erasure coding has been extensively deployed in large-scale storage systems to replace data replication. With the increase in disk I/O throughput and network bandwidth, the performance of erasure coding becomes a major bottleneck of erasure-coded storage systems. In this paper, we propose a graphics processing unit (GPU)-based implementation of erasure coding named G-CRS, which employs the Cauchy Reed-Solomon (CRS) code, to overcome the aforementioned bottleneck. To maximize the coding performance of G-CRS, we designed and implemented a set of optimization strategies, such as a compact structure to store the bitmatrix in GPU constant memory, efficient data access through shared memory, and decoding parallelism, to fully utilize the GPU resources. In addition, we derived a simple yet accurate performance model to demonstrate the maximum coding performance of G-CRS on GPU. We evaluated the performance of G-CRS through extensive experiments on modern GPU architectures such as Maxwell and Pascal, and compared with other state-of-the-art coding libraries. The evaluation results revealed that the throughput of G-CRS was 10 times faster than most of the other coding libraries. Moreover, G-CRS outperformed PErasure (a recently developed, well optimized CRS coding library on the GPU) by up to 3 times in the same architecture.", "title": "G-CRS: GPU Accelerated Cauchy Reed-Solomon Coding", "normalizedTitle": "G-CRS: GPU Accelerated Cauchy Reed-Solomon Coding", "fno": "08252749", "hasPdf": true, "idPrefix": "td", "keywords": [ "Encoding", "Graphics Processing Units", "Throughput", "Libraries", "Generators", "Decoding", "Instruction Sets", "Cauchy Reed Solomon Code", "Graphics Processing Unit", "Erasure Coding", "Distributed Storage System" ], "authors": [ { "givenName": "Chengjian", "surname": "Liu", "fullName": "Chengjian Liu", "affiliation": "Department of Computer Science, Hong Kong Baptist University, Kowloon, Hong Kong", "__typename": "ArticleAuthorType" }, { "givenName": "Qiang", "surname": "Wang", "fullName": "Qiang Wang", "affiliation": "Department of Computer Science, Hong Kong Baptist University, Kowloon, Hong Kong", "__typename": "ArticleAuthorType" }, { "givenName": "Xiaowen", "surname": "Chu", "fullName": "Xiaowen Chu", "affiliation": "Department of Computer Science, Hong Kong Baptist University, Kowloon, Hong Kong", "__typename": "ArticleAuthorType" }, { "givenName": "Yiu-Wing", "surname": "Leung", "fullName": "Yiu-Wing Leung", "affiliation": "Department of Computer Science, Hong Kong Baptist University, Kowloon, Hong Kong", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "07", "pubDate": "2018-07-01 00:00:00", "pubType": "trans", "pages": "1484-1498", "year": "2018", "issn": "1045-9219", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/mcsoc/2013/5086/0/5086a165", "title": "Performance Evaluation of Cauchy Reed-Solomon Coding on Multicore Systems", "doi": null, "abstractUrl": "/proceedings-article/mcsoc/2013/5086a165/12OmNAKLZZE", "parentPublication": { "id": "proceedings/mcsoc/2013/5086/0", "title": "2013 IEEE 7th International Symposium on Embedded Multicore Socs (MCSoC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/nca/2006/2640/0/26400173", "title": "Optimizing Cauchy Reed-Solomon Codes for Fault-Tolerant Network Storage Applications", "doi": null, "abstractUrl": "/proceedings-article/nca/2006/26400173/12OmNBUAvZd", "parentPublication": { "id": "proceedings/nca/2006/2640/0", "title": "Fifth IEEE International Symposium on Network Computing and Applications (NCA'06)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/lcn/2011/926/0/06115186", "title": "G-NetMon: A GPU-accelerated network performance monitoring system for large scale scientific collaborations", "doi": null, "abstractUrl": "/proceedings-article/lcn/2011/06115186/12OmNwp74sq", "parentPublication": { "id": "proceedings/lcn/2011/926/0", "title": "2011 IEEE 36th Conference on Local Computer Networks", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fskd/2009/3735/2/3735b499", "title": "Redundant Data Composition of Peers in P2P Streaming Systems Using Cauchy Reed-Solomon Codes", "doi": null, "abstractUrl": "/proceedings-article/fskd/2009/3735b499/12OmNwxlrdD", "parentPublication": { "id": "proceedings/fskd/2009/3735/2", "title": "Fuzzy Systems and Knowledge Discovery, Fourth International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpads/2014/7615/0/07097849", "title": "Enhancing scalability in distributed storage systems with Cauchy Reed-Solomon codes", "doi": null, "abstractUrl": "/proceedings-article/icpads/2014/07097849/12OmNxTmHHD", "parentPublication": { "id": "proceedings/icpads/2014/7615/0", "title": "2014 20th IEEE International Conference on Parallel and Distributed Systems (ICPADS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fcst/2015/9295/0/9295a360", "title": "CCRS: An Optimized Algorithm Based on CRS in Distributed Storage System", "doi": null, "abstractUrl": "/proceedings-article/fcst/2015/9295a360/12OmNyL0THZ", "parentPublication": { "id": "proceedings/fcst/2015/9295/0", "title": "2015 Ninth International Conference on Frontier of Computer Science and Technology (FCST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpads/2022/7315/0/731500a201", "title": "G-SM3: High-Performance Implementation of GPU-based SM3 Hash Function", "doi": null, "abstractUrl": "/proceedings-article/icpads/2022/731500a201/1LRlPyJNRss", "parentPublication": { "id": "proceedings/icpads/2023/7315/0", "title": "2022 IEEE 28th International Conference on Parallel and Distributed Systems (ICPADS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0/205800a788", "title": "G-Match: A Fast GPU-Friendly Data Compression Algorithm", "doi": null, "abstractUrl": "/proceedings-article/hpcc-smartcity-dss/2019/205800a788/1dPojcmkQ92", "parentPublication": { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0", "title": "2019 IEEE 21st International Conference on High Performance Computing and Communications; IEEE 17th International Conference on Smart City; IEEE 5th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2021/9184/0/918400b679", "title": "G-TADOC: Enabling Efficient GPU-Based Text Analytics without Decompression", "doi": null, "abstractUrl": "/proceedings-article/icde/2021/918400b679/1uGXN5nggb6", "parentPublication": { "id": "proceedings/icde/2021/9184/0", "title": "2021 IEEE 37th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tc/2022/08/09528940", "title": "Revisiting the Optimization of Cauchy Reed-Solomon Coding Matrix for Fault-Tolerant Data Storage", "doi": null, "abstractUrl": "/journal/tc/2022/08/09528940/1wB2FvCqETu", "parentPublication": { "id": "trans/tc", "title": "IEEE Transactions on Computers", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08068250", "articleId": "13rRUyuvRxb", "__typename": "AdjacentArticleType" }, "next": { "fno": "08265027", "articleId": "13rRUNvya93", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzd7bmt", "title": "Jan.", "year": "2020", "issueNum": "01", "idPrefix": "tk", "pubType": "journal", "volume": "32", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "17D45We0UEV", "doi": "10.1109/TKDE.2018.2879862", "abstract": "The increasing amount of trajectory data facilitates a wide spectrum of practical applications in which large numbers of trajectory range and similarity queries are issued continuously. This calls for high-throughput trajectory query processing. Traditional in-memory databases lack considerations of the unique features of trajectories, while specialized trajectory query processing systems are typically designed for only one type of trajectory queries. This paper introduces GAT, a unified GPU-accelerated framework to process batch trajectory queries with the objective of high throughput. GAT follows the filtering-and-verification paradigm where we develop a novel index GTIDX for effectively filtering invalid trajectories on the CPU, and exploit the massive parallelism of the GPU for verification. To optimize the performance of GAT, we first greedily partition batch queries to reduce the amortized query processing latency. We then apply the Morton-based encoding method to coalesce data access requests from the GPU cores, and maintain a hash table to avoid redundant data transfer between CPU and GPU. To achieve load balance, we group size-varying cells into balanced blocks with similar numbers of trajectory points. Extensive experiments have been conducted over real-life trajectory datasets. The results show that GAT is efficient, scalable, and achieves high throughput with acceptable indexing cost.", "abstracts": [ { "abstractType": "Regular", "content": "The increasing amount of trajectory data facilitates a wide spectrum of practical applications in which large numbers of trajectory range and similarity queries are issued continuously. This calls for high-throughput trajectory query processing. Traditional in-memory databases lack considerations of the unique features of trajectories, while specialized trajectory query processing systems are typically designed for only one type of trajectory queries. This paper introduces GAT, a unified GPU-accelerated framework to process batch trajectory queries with the objective of high throughput. GAT follows the filtering-and-verification paradigm where we develop a novel index GTIDX for effectively filtering invalid trajectories on the CPU, and exploit the massive parallelism of the GPU for verification. To optimize the performance of GAT, we first greedily partition batch queries to reduce the amortized query processing latency. We then apply the Morton-based encoding method to coalesce data access requests from the GPU cores, and maintain a hash table to avoid redundant data transfer between CPU and GPU. To achieve load balance, we group size-varying cells into balanced blocks with similar numbers of trajectory points. Extensive experiments have been conducted over real-life trajectory datasets. The results show that GAT is efficient, scalable, and achieves high throughput with acceptable indexing cost.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The increasing amount of trajectory data facilitates a wide spectrum of practical applications in which large numbers of trajectory range and similarity queries are issued continuously. This calls for high-throughput trajectory query processing. Traditional in-memory databases lack considerations of the unique features of trajectories, while specialized trajectory query processing systems are typically designed for only one type of trajectory queries. This paper introduces GAT, a unified GPU-accelerated framework to process batch trajectory queries with the objective of high throughput. GAT follows the filtering-and-verification paradigm where we develop a novel index GTIDX for effectively filtering invalid trajectories on the CPU, and exploit the massive parallelism of the GPU for verification. To optimize the performance of GAT, we first greedily partition batch queries to reduce the amortized query processing latency. We then apply the Morton-based encoding method to coalesce data access requests from the GPU cores, and maintain a hash table to avoid redundant data transfer between CPU and GPU. To achieve load balance, we group size-varying cells into balanced blocks with similar numbers of trajectory points. Extensive experiments have been conducted over real-life trajectory datasets. The results show that GAT is efficient, scalable, and achieves high throughput with acceptable indexing cost.", "title": "GAT: A Unified GPU-Accelerated Framework for Processing Batch Trajectory Queries", "normalizedTitle": "GAT: A Unified GPU-Accelerated Framework for Processing Batch Trajectory Queries", "fno": "08525260", "hasPdf": true, "idPrefix": "tk", "keywords": [ "Graphics Processing Units", "Parallel Processing", "Query Processing", "GAT", "Unified GPU Accelerated Framework", "Trajectory Data", "Partition Batch Queries", "Real Life Trajectory Datasets", "Batch Trajectory Queries Processing", "Query Processing Latency", "Index GTIDX", "Data Access Requests", "Data Transfer", "High Throughput Trajectory Query Processing", "Trajectory", "Graphics Processing Units", "Query Processing", "Indexes", "Throughput", "Public Transportation", "Instruction Sets", "Spatial Temporal Trajectory", "Range Query", "top-<inline-formula xmlns:ali=\"http://www.niso.org/schemas/ali/1.0/\" xmlns:mml=\"http://www.w3.org/1998/Math/MathML\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"> <tex-math notation=\"LaTeX\">Z_$k$_Z</tex-math> </inline-formula> similarity query", "GTIDX", "GPGPU" ], "authors": [ { "givenName": "Kaixing", "surname": "Dong", "fullName": "Kaixing Dong", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Bowen", "surname": "Zhang", "fullName": "Bowen Zhang", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yanyan", "surname": "Shen", "fullName": "Yanyan Shen", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yanmin", "surname": "Zhu", "fullName": "Yanmin Zhu", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Jiadi", "surname": "Yu", "fullName": "Jiadi Yu", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2020-01-01 00:00:00", "pubType": "trans", "pages": "92-107", "year": "2020", "issn": "1041-4347", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icde/2017/6543/0/6543b283", "title": "Mining Spatio-Temporal Reachable Regions over Massive Trajectory Data", "doi": null, "abstractUrl": "/proceedings-article/icde/2017/6543b283/12OmNAZfxIT", "parentPublication": { "id": "proceedings/icde/2017/6543/0", "title": "2017 IEEE 33rd International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2015/7964/0/07113273", "title": "Efficient secure similarity computation on encrypted trajectory data", "doi": null, "abstractUrl": "/proceedings-article/icde/2015/07113273/12OmNAlvI5Y", "parentPublication": { "id": "proceedings/icde/2015/7964/0", "title": "2015 IEEE 31st International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2015/9926/0/07363787", "title": "TKSimGPU: A parallel top-K trajectory similarity query processing algorithm for GPGPUs", "doi": null, "abstractUrl": "/proceedings-article/big-data/2015/07363787/12OmNzhna9L", "parentPublication": { "id": "proceedings/big-data/2015/9926/0", "title": "2015 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2019/04/08352873", "title": "Sampling Big Trajectory Data for Traversal Trajectory Aggregate Query", "doi": null, "abstractUrl": "/journal/bd/2019/04/08352873/13rRUx0Pquy", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2018/5520/0/552000b037", "title": "A GPU-Accelerated Framework for Processing Trajectory Queries", "doi": null, "abstractUrl": "/proceedings-article/icde/2018/552000b037/14Fq0WSLMvr", "parentPublication": { "id": "proceedings/icde/2018/5520/0", "title": "2018 IEEE 34th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2022/0883/0/088300c306", "title": "TraSS: Efficient Trajectory Similarity Search Based on Key-Value Data Stores", "doi": null, "abstractUrl": "/proceedings-article/icde/2022/088300c306/1FwFbCzDCgg", "parentPublication": { "id": "proceedings/icde/2022/0883/0", "title": "2022 IEEE 38th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2019/7474/0/747400c036", "title": "Vaite: A Visualization-Assisted Interactive Big Urban Trajectory Data Exploration System", "doi": null, "abstractUrl": "/proceedings-article/icde/2019/747400c036/1aDSU1hN6TK", "parentPublication": { "id": "proceedings/icde/2019/7474/0", "title": "2019 IEEE 35th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2021/07/08936400", "title": "Mining Spatio-Temporal Reachable Regions With Multiple Sources over Massive Trajectory Data", "doi": null, "abstractUrl": "/journal/tk/2021/07/08936400/1fRz0BjkJZm", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/01/09430714", "title": "TrajMesa: A Distributed NoSQL-Based Trajectory Data Management System", "doi": null, "abstractUrl": "/journal/tk/2023/01/09430714/1tzug9okVqg", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2021/9184/0/918400a708", "title": "REPOSE: Distributed Top-k Trajectory Similarity Search with Local Reference Point Tries", "doi": null, "abstractUrl": "/proceedings-article/icde/2021/918400a708/1uGXHQc3auI", "parentPublication": { "id": "proceedings/icde/2021/9184/0", "title": "2021 IEEE 37th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08532320", "articleId": "17D45WIXbOi", "__typename": "AdjacentArticleType" }, "next": { "fno": "08528881", "articleId": "17D45WXIkCZ", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwpGgK8", "title": "Dec.", "year": "2014", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "20", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwfZC0i", "doi": "10.1109/TVCG.2014.2346435", "abstract": "We present an exploration and a design space that characterize the usage and placement of word-scale visualizations within text documents. Word-scale visualizations are a more general version of sparklines-small, word-sized data graphics that allow meta-information to be visually presented in-line with document text. In accordance with Edward Tufte's definition, sparklines are traditionally placed directly before or after words in the text. We describe alternative placements that permit a wider range of word-scale graphics and more flexible integration with text layouts. These alternative placements include positioning visualizations between lines, within additional vertical and horizontal space in the document, and as interactive overlays on top of the text. Each strategy changes the dimensions of the space available to display the visualizations, as well as the degree to which the text must be adjusted or reflowed to accommodate them. We provide an illustrated design space of placement options for word-scale visualizations and identify six important variables that control the placement of the graphics and the level of disruption of the source text. We also contribute a quantitative analysis that highlights the effect of different placements on readability and text disruption. Finally, we use this analysis to propose guidelines to support the design and placement of word-scale visualizations.", "abstracts": [ { "abstractType": "Regular", "content": "We present an exploration and a design space that characterize the usage and placement of word-scale visualizations within text documents. Word-scale visualizations are a more general version of sparklines-small, word-sized data graphics that allow meta-information to be visually presented in-line with document text. In accordance with Edward Tufte's definition, sparklines are traditionally placed directly before or after words in the text. We describe alternative placements that permit a wider range of word-scale graphics and more flexible integration with text layouts. These alternative placements include positioning visualizations between lines, within additional vertical and horizontal space in the document, and as interactive overlays on top of the text. Each strategy changes the dimensions of the space available to display the visualizations, as well as the degree to which the text must be adjusted or reflowed to accommodate them. We provide an illustrated design space of placement options for word-scale visualizations and identify six important variables that control the placement of the graphics and the level of disruption of the source text. We also contribute a quantitative analysis that highlights the effect of different placements on readability and text disruption. Finally, we use this analysis to propose guidelines to support the design and placement of word-scale visualizations.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present an exploration and a design space that characterize the usage and placement of word-scale visualizations within text documents. Word-scale visualizations are a more general version of sparklines-small, word-sized data graphics that allow meta-information to be visually presented in-line with document text. In accordance with Edward Tufte's definition, sparklines are traditionally placed directly before or after words in the text. We describe alternative placements that permit a wider range of word-scale graphics and more flexible integration with text layouts. These alternative placements include positioning visualizations between lines, within additional vertical and horizontal space in the document, and as interactive overlays on top of the text. Each strategy changes the dimensions of the space available to display the visualizations, as well as the degree to which the text must be adjusted or reflowed to accommodate them. We provide an illustrated design space of placement options for word-scale visualizations and identify six important variables that control the placement of the graphics and the level of disruption of the source text. We also contribute a quantitative analysis that highlights the effect of different placements on readability and text disruption. Finally, we use this analysis to propose guidelines to support the design and placement of word-scale visualizations.", "title": "Exploring the Placement and Design of Word-Scale Visualizations", "normalizedTitle": "Exploring the Placement and Design of Word-Scale Visualizations", "fno": "06875917", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Text Analysis", "Data Visualization", "Context Awareness", "Text Processing", "Encoding", "Word Scale Visualizations", "Information Visualization", "Text Visualization", "Sparklines", "Glyphs", "Design Space" ], "authors": [ { "givenName": "Pascal", "surname": "Goffin", "fullName": "Pascal Goffin", "affiliation": ", Inria", "__typename": "ArticleAuthorType" }, { "givenName": "Wesley", "surname": "Willett", "fullName": "Wesley Willett", "affiliation": ", Inria", "__typename": "ArticleAuthorType" }, { "givenName": "Jean-Daniel", "surname": "Fekete", "fullName": "Jean-Daniel Fekete", "affiliation": ", Inria", "__typename": "ArticleAuthorType" }, { "givenName": "Petra", "surname": "Isenberg", "fullName": "Petra Isenberg", "affiliation": ", Inria", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2014-12-01 00:00:00", "pubType": "trans", "pages": "2291-2300", "year": "2014", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vissoft/2015/7526/0/07332409", "title": "Pervasive software visualizations (keynote)", "doi": null, "abstractUrl": "/proceedings-article/vissoft/2015/07332409/12OmNAOsMR7", "parentPublication": { "id": "proceedings/vissoft/2015/7526/0", "title": "2015 IEEE 3rd Working Conference on Software Visualization (VISSOFT)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2014/4103/0/4103a108", "title": "RadCloud: Visualizing Multiple Texts with Merged Word Clouds", "doi": null, "abstractUrl": "/proceedings-article/iv/2014/4103a108/12OmNAgY7my", "parentPublication": { "id": "proceedings/iv/2014/4103/0", "title": "2014 18th International Conference on Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/etvis/2016/4731/0/07851166", "title": "An expert evaluation of word-sized visualizations for analyzing eye movement data", "doi": null, "abstractUrl": "/proceedings-article/etvis/2016/07851166/12OmNC3FGd8", "parentPublication": { "id": "proceedings/etvis/2016/4731/0", "title": "2016 IEEE Second Workshop on Eye Tracking and Visualization (ETVIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2014/2504/0/2504b833", "title": "Word Cloud Explorer: Text Analytics Based on Word Clouds", "doi": null, "abstractUrl": "/proceedings-article/hicss/2014/2504b833/12OmNqNG3jl", "parentPublication": { "id": "proceedings/hicss/2014/2504/0", "title": "2014 47th Hawaii International Conference on System Sciences (HICSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07536142", "title": "Exploring the Possibilities of Embedding Heterogeneous Data Attributes in Familiar Visualizations", "doi": null, "abstractUrl": "/journal/tg/2017/01/07536142/13rRUEgarjx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07593375", "title": "An Exploratory Study of Word-Scale Graphics in Data-Rich Text Documents", "doi": null, "abstractUrl": "/journal/tg/2017/10/07593375/13rRUIJuxvo", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/06/04376140", "title": "VisLink: Revealing Relationships Amongst Visualizations", "doi": null, "abstractUrl": "/journal/tg/2007/06/04376140/13rRUy0HYRh", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/06/07864462", "title": "Word-Sized Graphics for Scientific Texts", "doi": null, "abstractUrl": "/journal/tg/2017/06/07864462/13rRUyoPSP8", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/06/v1192", "title": "VisLink: Revealing Relationships Amongst Visualizations", "doi": null, "abstractUrl": "/journal/tg/2007/06/v1192/13rRUyogGA6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ispa-bdcloud-socialcom-sustaincom/2019/4328/0/09047450", "title": "Mixed Word Embedding Method Based on Knowledge Graph Augment for Text Classification", "doi": null, "abstractUrl": "/proceedings-article/ispa-bdcloud-socialcom-sustaincom/2019/09047450/1iC6AE0AMTe", "parentPublication": { "id": "proceedings/ispa-bdcloud-socialcom-sustaincom/2019/4328/0", "title": "2019 IEEE Intl Conf on Parallel & Distributed Processing with Applications, Big Data & Cloud Computing, Sustainable Computing & Communications, Social Computing & Networking (ISPA/BDCloud/SocialCom/SustainCom)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "06875938", "articleId": "13rRUxd2aZ2", "__typename": "AdjacentArticleType" }, "next": { "fno": "06875979", "articleId": "13rRUxcbnHa", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNC8uRnt", "title": "Sept.-Oct.", "year": "2012", "issueNum": "05", "idPrefix": "cg", "pubType": "magazine", "volume": "32", "label": "Sept.-Oct.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxly9gh", "doi": "10.1109/MCG.2012.102", "abstract": "Rendering performance for rich Internet applications (RIAs) has recently focused on the debate between using Flash and HTML5 for streaming video and gaming on mobile devices. A key area not widely explored, however, is the scalability of raw bitmap graphics performance for RIAs. Does Flash render animated sprites faster than HTML5? How much faster is WebGL than Flash? Answers to these questions are essential for developing large-scale data visualizations, online games, and truly dynamic websites. A new test methodology analyzes graphics performance across RIA frameworks and browsers, revealing specific performance outliers in existing frameworks. The results point toward a future in which all online experiences might be GPU accelerated.", "abstracts": [ { "abstractType": "Regular", "content": "Rendering performance for rich Internet applications (RIAs) has recently focused on the debate between using Flash and HTML5 for streaming video and gaming on mobile devices. A key area not widely explored, however, is the scalability of raw bitmap graphics performance for RIAs. Does Flash render animated sprites faster than HTML5? How much faster is WebGL than Flash? Answers to these questions are essential for developing large-scale data visualizations, online games, and truly dynamic websites. A new test methodology analyzes graphics performance across RIA frameworks and browsers, revealing specific performance outliers in existing frameworks. The results point toward a future in which all online experiences might be GPU accelerated.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Rendering performance for rich Internet applications (RIAs) has recently focused on the debate between using Flash and HTML5 for streaming video and gaming on mobile devices. A key area not widely explored, however, is the scalability of raw bitmap graphics performance for RIAs. Does Flash render animated sprites faster than HTML5? How much faster is WebGL than Flash? Answers to these questions are essential for developing large-scale data visualizations, online games, and truly dynamic websites. A new test methodology analyzes graphics performance across RIA frameworks and browsers, revealing specific performance outliers in existing frameworks. The results point toward a future in which all online experiences might be GPU accelerated.", "title": "Graphics Performance in Rich Internet Applications", "normalizedTitle": "Graphics Performance in Rich Internet Applications", "fno": "mcg2012050098", "hasPdf": true, "idPrefix": "cg", "keywords": [ "Sprites Computer", "Rendering Computer Graphics", "Graphics Processing Unit", "Browsers", "Internet", "RIA", "Sprites Computer", "Rendering Computer Graphics", "Graphics Processing Unit", "Browsers", "Internet", "Web GL", "HTML 5", "Computer Graphics", "Rich Internet Applications" ], "authors": [ { "givenName": "R. C.", "surname": "Hoetzlein", "fullName": "R. C. Hoetzlein", "affiliation": "Aalborg Univ. Copenhagen, Aalborg, Denmark", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2012-09-01 00:00:00", "pubType": "mags", "pages": "98-104", "year": "2012", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icstw/2010/4050/0/4050a403", "title": "Some Modeling Challenges When Testing Rich Internet Applications for Security", "doi": null, "abstractUrl": "/proceedings-article/icstw/2010/4050a403/12OmNAio70Y", "parentPublication": { "id": "proceedings/icstw/2010/4050/0", "title": "Software Testing Verification and Validation Workshop, IEEE International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/searis/2013/3136/0/06798104", "title": "xml3d.js: Architecture of a Polyfill implementation of XML3D", "doi": null, "abstractUrl": "/proceedings-article/searis/2013/06798104/12OmNBLdKSu", "parentPublication": { "id": "proceedings/searis/2013/3136/0", "title": "2013 6th Workshop on Software Engineering and Architectures for Realtime Interactive Systems (SEARIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sibgrapi-t/2012/4830/0/4830a021", "title": "Cloud and Mobile Web-Based Graphics and Visualization", "doi": null, "abstractUrl": "/proceedings-article/sibgrapi-t/2012/4830a021/12OmNvAiSbv", "parentPublication": { "id": "proceedings/sibgrapi-t/2012/4830/0", "title": "2012 25th SIBGRAPI Conference on Graphics, Patterns and Images Tutorials", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wcre/2008/3429/0/3429a069", "title": "Reverse Engineering Finite State Machines from Rich Internet Applications", "doi": null, "abstractUrl": "/proceedings-article/wcre/2008/3429a069/12OmNvStcKv", "parentPublication": { "id": "proceedings/wcre/2008/3429/0", "title": "2008 15th Working Conference on Reverse Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icis/2011/4401/0/4401a279", "title": "Framework of Rich Internet Applications Based on SmartGWT", "doi": null, "abstractUrl": "/proceedings-article/icis/2011/4401a279/12OmNwwd30C", "parentPublication": { "id": "proceedings/icis/2011/4401/0", "title": "Computer and Information Science, ACIS International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icwe/2008/3261/0/3261a148", "title": "Designing Rich Internet Applications Combining UWE and RUX-Method", "doi": null, "abstractUrl": "/proceedings-article/icwe/2008/3261a148/12OmNxFJXDN", "parentPublication": { "id": "proceedings/icwe/2008/3261/0", "title": "Web Engineering, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/seaa/2011/1027/0/06068339", "title": "Towards Automatic Performance and Scalability Testing of Rich Internet Applications in the Cloud", "doi": null, "abstractUrl": "/proceedings-article/seaa/2011/06068339/12OmNy87Qua", "parentPublication": { "id": "proceedings/seaa/2011/1027/0", "title": "2011 37th EUROMICRO Conference on Software Engineering and Advanced Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icwe/2008/3261/0/3261a001", "title": "Refactoring to Rich Internet Applications. A Model-Driven Approach", "doi": null, "abstractUrl": "/proceedings-article/icwe/2008/3261a001/12OmNyYDDzd", "parentPublication": { "id": "proceedings/icwe/2008/3261/0", "title": "Web Engineering, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ic/2010/03/mic2010030009", "title": "Rich Internet Applications", "doi": null, "abstractUrl": "/magazine/ic/2010/03/mic2010030009/13rRUxjyXc3", "parentPublication": { "id": "mags/ic", "title": "IEEE Internet Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ic/2007/03/w3067", "title": "XULRunner: A New Approach for Developing Rich Internet Applications", "doi": null, "abstractUrl": "/magazine/ic/2007/03/w3067/13rRUy0HYOn", "parentPublication": { "id": "mags/ic", "title": "IEEE Internet Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcg2012050090", "articleId": "13rRUwI5Uag", "__typename": "AdjacentArticleType" }, "next": null, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwGqBqs", "title": "June", "year": "2017", "issueNum": "06", "idPrefix": "tg", "pubType": "journal", "volume": "23", "label": "June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyoPSP8", "doi": "10.1109/TVCG.2017.2674958", "abstract": "Generating visualizations at the size of a word creates dense information representations often called sparklines. The integration of word-sized graphics into text could avoid additional cognitive load caused by splitting the readers’ attention between figures and text. In scientific publications, these graphics make statements easier to understand and verify because additional quantitative information is available where needed. In this work, we perform a literature review to find out how researchers have already applied such word-sized representations. Illustrating the versatility of the approach, we leverage these representations for reporting empirical and bibliographic data in three application examples. For interactive Web-based publications, we explore levels of interactivity and discuss interaction patterns to link visualization and text. We finally call the visualization community to be a pioneer in exploring new visualization-enriched and interactive publication formats.", "abstracts": [ { "abstractType": "Regular", "content": "Generating visualizations at the size of a word creates dense information representations often called sparklines. The integration of word-sized graphics into text could avoid additional cognitive load caused by splitting the readers’ attention between figures and text. In scientific publications, these graphics make statements easier to understand and verify because additional quantitative information is available where needed. In this work, we perform a literature review to find out how researchers have already applied such word-sized representations. Illustrating the versatility of the approach, we leverage these representations for reporting empirical and bibliographic data in three application examples. For interactive Web-based publications, we explore levels of interactivity and discuss interaction patterns to link visualization and text. We finally call the visualization community to be a pioneer in exploring new visualization-enriched and interactive publication formats.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Generating visualizations at the size of a word creates dense information representations often called sparklines. The integration of word-sized graphics into text could avoid additional cognitive load caused by splitting the readers’ attention between figures and text. In scientific publications, these graphics make statements easier to understand and verify because additional quantitative information is available where needed. In this work, we perform a literature review to find out how researchers have already applied such word-sized representations. Illustrating the versatility of the approach, we leverage these representations for reporting empirical and bibliographic data in three application examples. For interactive Web-based publications, we explore levels of interactivity and discuss interaction patterns to link visualization and text. We finally call the visualization community to be a pioneer in exploring new visualization-enriched and interactive publication formats.", "title": "Word-Sized Graphics for Scientific Texts", "normalizedTitle": "Word-Sized Graphics for Scientific Texts", "fno": "07864462", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Visualization", "Visualization", "Bars", "Encoding", "Bibliographies", "Ecology", "Sparklines", "Word Sized Graphics", "Literature Survey", "Text And Visualization", "Interactive Documents", "Scientific Publishing" ], "authors": [ { "givenName": "Fabian", "surname": "Beck", "fullName": "Fabian Beck", "affiliation": "University of Duisburg-Essen, Duisburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Weiskopf", "fullName": "Daniel Weiskopf", "affiliation": "VISUS, University of Stuttgart, Stuttgart, 70174Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "2017-06-01 00:00:00", "pubType": "trans", "pages": "1576-1587", "year": "2017", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/iv/2014/4103/0/4103a108", "title": "RadCloud: Visualizing Multiple Texts with Merged Word Clouds", "doi": null, "abstractUrl": "/proceedings-article/iv/2014/4103a108/12OmNAgY7my", "parentPublication": { "id": "proceedings/iv/2014/4103/0", "title": "2014 18th International Conference on Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2014/2504/0/2504b833", "title": "Word Cloud Explorer: Text Analytics Based on Word Clouds", "doi": null, "abstractUrl": "/proceedings-article/hicss/2014/2504b833/12OmNqNG3jl", "parentPublication": { "id": "proceedings/hicss/2014/2504/0", "title": "2014 47th Hawaii International Conference on System Sciences (HICSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2017/0831/0/0831a001", "title": "A Visual Analytics Approach for Word Relevances in Multiple Texts", "doi": null, "abstractUrl": "/proceedings-article/iv/2017/0831a001/12OmNwGZNCP", "parentPublication": { "id": "proceedings/iv/2017/0831/0", "title": "2017 21st International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iiai-aai/2016/8985/0/8985a523", "title": "Comparative Analysis of Scientific Publications of Research Entities Using Multiple Disciplinary Classifications", "doi": null, "abstractUrl": "/proceedings-article/iiai-aai/2016/8985a523/12OmNx7XH2k", "parentPublication": { "id": "proceedings/iiai-aai/2016/8985/0", "title": "2016 5th IIAI International Congress on Advanced Applied Informatics (IIAI-AAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2005/2397/0/23970883", "title": "Visualizing the Meaning of Texts", "doi": null, "abstractUrl": "/proceedings-article/iv/2005/23970883/12OmNz6iOQp", "parentPublication": { "id": "proceedings/iv/2005/2397/0", "title": "Ninth International Conference on Information Visualisation (IV'05)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/10/07593375", "title": "An Exploratory Study of Word-Scale Graphics in Data-Rich Text Documents", "doi": null, "abstractUrl": "/journal/tg/2017/10/07593375/13rRUIJuxvo", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875917", "title": "Exploring the Placement and Design of Word-Scale Visualizations", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875917/13rRUwfZC0i", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/03/07875127", "title": "Evaluating Interactive Graphical Encodings for Data Visualization", "doi": null, "abstractUrl": "/journal/tg/2018/03/07875127/13rRUxly9e0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2008/06/ttg2008061221", "title": "The Word Tree, an Interactive Visual Concordance", "doi": null, "abstractUrl": "/journal/tg/2008/06/ttg2008061221/13rRUygT7sv", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2022/9007/0/900700a280", "title": "Visualization Tool for Comparative Analysis of Seabird Movement Data", "doi": null, "abstractUrl": "/proceedings-article/iv/2022/900700a280/1KaH5N5YOK4", "parentPublication": { "id": "proceedings/iv/2022/9007/0", "title": "2022 26th International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07914611", "articleId": "13rRUwd9CLT", "__typename": "AdjacentArticleType" }, "next": { "fno": "07864468", "articleId": "13rRUILtJzC", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYesYr", "name": "ttg201706-07864462s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201706-07864462s1.zip", "extension": "zip", "size": "632 kB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNxvO04o", "title": "July", "year": "1991", "issueNum": "07", "idPrefix": "tp", "pubType": "journal", "volume": "13", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxcbnDk", "doi": "10.1109/34.85660", "abstract": "The authors present a closed-form, physically based solution for recovering a three-dimensional (3-D) solid model from collections of 3-D surface measurements. Given a sufficient number of independent measurements, the solution is overconstrained and unique except for rotational symmetries. The proposed approach is based on the finite element method (FEM) and parametric solid modeling using implicit functions. This approach provides both the convenience of parametric modeling and the expressiveness of the physically based mesh formulation and, in addition, can provide great accuracy at physical simulation. A physically based object-recognition method that allows simple, closed-form comparisons of recovered 3-D solid models is presented. The performance of these methods is evaluated using both synthetic range data with various signal-to-noise ratios and using laser rangefinder data.", "abstracts": [ { "abstractType": "Regular", "content": "The authors present a closed-form, physically based solution for recovering a three-dimensional (3-D) solid model from collections of 3-D surface measurements. Given a sufficient number of independent measurements, the solution is overconstrained and unique except for rotational symmetries. The proposed approach is based on the finite element method (FEM) and parametric solid modeling using implicit functions. This approach provides both the convenience of parametric modeling and the expressiveness of the physically based mesh formulation and, in addition, can provide great accuracy at physical simulation. A physically based object-recognition method that allows simple, closed-form comparisons of recovered 3-D solid models is presented. The performance of these methods is evaluated using both synthetic range data with various signal-to-noise ratios and using laser rangefinder data.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The authors present a closed-form, physically based solution for recovering a three-dimensional (3-D) solid model from collections of 3-D surface measurements. Given a sufficient number of independent measurements, the solution is overconstrained and unique except for rotational symmetries. The proposed approach is based on the finite element method (FEM) and parametric solid modeling using implicit functions. This approach provides both the convenience of parametric modeling and the expressiveness of the physically based mesh formulation and, in addition, can provide great accuracy at physical simulation. A physically based object-recognition method that allows simple, closed-form comparisons of recovered 3-D solid models is presented. The performance of these methods is evaluated using both synthetic range data with various signal-to-noise ratios and using laser rangefinder data.", "title": "Closed-Form Solutions for Physically Based Shape Modeling and Recognition", "normalizedTitle": "Closed-Form Solutions for Physically Based Shape Modeling and Recognition", "fno": "i0715", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Shape Recognition Picture Processing Pattern Recognition Shape Modeling 3 D Surface Rotational Symmetries Finite Element Method Solid Modeling Parametric Modeling Object Recognition Finite Element Analysis Pattern Recognition Picture Processing Solid Modelling" ], "authors": [ { "givenName": "A.", "surname": "Pentland", "fullName": "A. Pentland", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "S.", "surname": "Sclaroff", "fullName": "S. Sclaroff", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": false, "isOpenAccess": false, "issueNum": "07", "pubDate": "1991-07-01 00:00:00", "pubType": "trans", "pages": "715-729", "year": "1991", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [], "adjacentArticles": { "previous": { "fno": "i0703", "articleId": "13rRUy3xY3s", "__typename": "AdjacentArticleType" }, "next": { "fno": "i0730", "articleId": "13rRUyYjK3C", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNApLGHm", "title": "May-June", "year": "2012", "issueNum": "03", "idPrefix": "cg", "pubType": "magazine", "volume": "32", "label": "May-June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyeTVks", "doi": "10.1109/MCG.2010.106", "abstract": "Sketch-n-Stretch lets novices quickly and easily create 2D animations. The system has a seamless two-layer drawing interface that supports cutouts using a whiteboard metaphor. Cutout animations serve as building blocks to help users construct sophisticated animations. While manipulating cutout animations, users can draw and write text to create effects—such as articulated figures, multiple motions, and image objects—that have been difficult with previous sketching approaches. An intuitive timeline interface employs visually integrated motion cues and supports several traditional animation effects. Novices positively evaluated Sketch-n-Stretch's effectiveness in creating object motions, compared to an existing sketching tool. They also used its advanced features to animate complete stories. This video demonstrates the Sketch-n-Stretch tool for making sketch-based animations.", "abstracts": [ { "abstractType": "Regular", "content": "Sketch-n-Stretch lets novices quickly and easily create 2D animations. The system has a seamless two-layer drawing interface that supports cutouts using a whiteboard metaphor. Cutout animations serve as building blocks to help users construct sophisticated animations. While manipulating cutout animations, users can draw and write text to create effects—such as articulated figures, multiple motions, and image objects—that have been difficult with previous sketching approaches. An intuitive timeline interface employs visually integrated motion cues and supports several traditional animation effects. Novices positively evaluated Sketch-n-Stretch's effectiveness in creating object motions, compared to an existing sketching tool. They also used its advanced features to animate complete stories. This video demonstrates the Sketch-n-Stretch tool for making sketch-based animations.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Sketch-n-Stretch lets novices quickly and easily create 2D animations. The system has a seamless two-layer drawing interface that supports cutouts using a whiteboard metaphor. Cutout animations serve as building blocks to help users construct sophisticated animations. While manipulating cutout animations, users can draw and write text to create effects—such as articulated figures, multiple motions, and image objects—that have been difficult with previous sketching approaches. An intuitive timeline interface employs visually integrated motion cues and supports several traditional animation effects. Novices positively evaluated Sketch-n-Stretch's effectiveness in creating object motions, compared to an existing sketching tool. They also used its advanced features to animate complete stories. This video demonstrates the Sketch-n-Stretch tool for making sketch-based animations.", "title": "Sketch-n-Stretch: Sketching Animations Using Cutouts", "normalizedTitle": "Sketch-n-Stretch: Sketching Animations Using Cutouts", "fno": "mcg2012030059", "hasPdf": true, "idPrefix": "cg", "keywords": [ "Animation", "Shape Analysis", "Mathematical Model", "Cameras", "Image Color Analysis", "Target Tracking", "Multimedia Communication", "User Centered Design", "User Interfaces", "Graphics And Multimedia", "Animation Sketching", "Informal Animation System", "Sketch Based Interfaces", "User Centered Interface Design", "Animation Creating Tool", "Animation Prototyping System", "Web Animation System", "Computer Graphics" ], "authors": [ { "givenName": "Eisung", "surname": "Sohn", "fullName": "Eisung Sohn", "affiliation": "Yonsei University", "__typename": "ArticleAuthorType" }, { "givenName": "Yoon-Chul", "surname": "Choy", "fullName": "Yoon-Chul Choy", "affiliation": "Yonsei University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2012-05-01 00:00:00", "pubType": "mags", "pages": "59-69", "year": "2012", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/iv/1999/0210/0/02100258", "title": "An Analysis of Architectural Visual Reasoning in Conceptual Sketching via Computational Sketch Analysis (CSA)", "doi": null, "abstractUrl": "/proceedings-article/iv/1999/02100258/12OmNB9KHtx", "parentPublication": { "id": "proceedings/iv/1999/0210/0", "title": "1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fie/2007/1083/0/04417930", "title": "Enabling instructors to develop sketch recognition applications for the classroom", "doi": null, "abstractUrl": "/proceedings-article/fie/2007/04417930/12OmNBcAGPf", "parentPublication": { "id": "proceedings/fie/2007/1083/0", "title": "2007 37th Annual Frontiers in Education Conference - Global Engineering: Knowledge Without Borders, Opportunities Without Passports", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccsee/2012/4647/3/4647c265", "title": "B/S Based 2D Sketch System", "doi": null, "abstractUrl": "/proceedings-article/iccsee/2012/4647c265/12OmNBeRtOU", "parentPublication": { "id": "proceedings/iccsee/2012/4647/3", "title": "Computer Science and Electronics Engineering, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cad-graphics/2013/2576/0/06815042", "title": "InSide: Interactive Sketching for Image Database Exploration", "doi": null, "abstractUrl": "/proceedings-article/cad-graphics/2013/06815042/12OmNCmpcGZ", "parentPublication": { "id": "proceedings/cad-graphics/2013/2576/0", "title": "2013 International Conference on Computer-Aided Design and Computer Graphics (CAD/Graphics)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/itng/2011/4367/0/4367a163", "title": "WeSketch: A 3D Real Time Collaborative Virtual Environment that Improves the GUI Sketching Task", "doi": null, "abstractUrl": "/proceedings-article/itng/2011/4367a163/12OmNwuvrWK", "parentPublication": { "id": "proceedings/itng/2011/4367/0", "title": "Information Technology: New Generations, Third International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icitcs/2013/2845/0/06717838", "title": "Generation of Pencil Sketch Drawing", "doi": null, "abstractUrl": "/proceedings-article/icitcs/2013/06717838/12OmNx19jT5", "parentPublication": { "id": "proceedings/icitcs/2013/2845/0", "title": "2013 International Conference on IT Convergence and Security (ICITCS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/apwcs/2010/4003/0/4003a078", "title": "Sketch Animation Techniques and Applications Based on Mobile Devices", "doi": null, "abstractUrl": "/proceedings-article/apwcs/2010/4003a078/12OmNylsZWd", "parentPublication": { "id": "proceedings/apwcs/2010/4003/0", "title": "Wearable Computing Systems, Asia-Pacific Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cgiv/2012/4778/0/4778a037", "title": "A Sketch-based Skeletal Figure Animation Tool for Novice Users", "doi": null, "abstractUrl": "/proceedings-article/cgiv/2012/4778a037/12OmNz4SOso", "parentPublication": { "id": "proceedings/cgiv/2012/4778/0", "title": "2012 Ninth International Conference on Computer Graphics, Imaging and Visualization", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2022/6946/0/694600a989", "title": "Sketching without Worrying: Noise-Tolerant Sketch-Based Image Retrieval", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2022/694600a989/1H1mD70rejC", "parentPublication": { "id": "proceedings/cvpr/2022/6946/0", "title": "2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vis/2021/3335/0/333500a196", "title": "How Learners Sketch Data Stories", "doi": null, "abstractUrl": "/proceedings-article/vis/2021/333500a196/1yXuabwlVYs", "parentPublication": { "id": "proceedings/vis/2021/3335/0", "title": "2021 IEEE Visualization Conference (VIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcg2012030046", "articleId": "13rRUwvT9iH", "__typename": "AdjacentArticleType" }, "next": { "fno": "mcg2012030070", "articleId": "13rRUwInvDh", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXWRIV", "name": "mcg2012030059s1.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/mcg2012030059s1.mp4", "extension": "mp4", "size": "11.5 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNz5apxb", "title": "Feb.", "year": "2017", "issueNum": "02", "idPrefix": "tp", "pubType": "journal", "volume": "39", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwjXZKZ", "doi": "10.1109/TPAMI.2016.2541145", "abstract": "We present a novel method for the geometric calibration of micro-lens-based light field cameras. Accurate geometric calibration is the basis of various applications. Instead of using sub-aperture images, we directly utilize raw images for calibration. We select appropriate regions in raw images and extract line features from micro-lens images in those regions. For the entire process, we formulate a new projection model of a micro-lens-based light field camera, which contains a smaller number of parameters than previous models. The model is transformed into a linear form using line features. We compute the initial solution of both the intrinsic and the extrinsic parameters by a linear computation and refine them via non-linear optimization. Experimental results demonstrate the accuracy of the correspondences between rays and pixels in raw images, as estimated by the proposed method.", "abstracts": [ { "abstractType": "Regular", "content": "We present a novel method for the geometric calibration of micro-lens-based light field cameras. Accurate geometric calibration is the basis of various applications. Instead of using sub-aperture images, we directly utilize raw images for calibration. We select appropriate regions in raw images and extract line features from micro-lens images in those regions. For the entire process, we formulate a new projection model of a micro-lens-based light field camera, which contains a smaller number of parameters than previous models. The model is transformed into a linear form using line features. We compute the initial solution of both the intrinsic and the extrinsic parameters by a linear computation and refine them via non-linear optimization. Experimental results demonstrate the accuracy of the correspondences between rays and pixels in raw images, as estimated by the proposed method.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present a novel method for the geometric calibration of micro-lens-based light field cameras. Accurate geometric calibration is the basis of various applications. Instead of using sub-aperture images, we directly utilize raw images for calibration. We select appropriate regions in raw images and extract line features from micro-lens images in those regions. For the entire process, we formulate a new projection model of a micro-lens-based light field camera, which contains a smaller number of parameters than previous models. The model is transformed into a linear form using line features. We compute the initial solution of both the intrinsic and the extrinsic parameters by a linear computation and refine them via non-linear optimization. Experimental results demonstrate the accuracy of the correspondences between rays and pixels in raw images, as estimated by the proposed method.", "title": "Geometric Calibration of Micro-Lens-Based Light Field Cameras Using Line Features", "normalizedTitle": "Geometric Calibration of Micro-Lens-Based Light Field Cameras Using Line Features", "fno": "07432007", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Cameras", "Feature Extraction", "Calibration", "Image Segmentation", "Lenses", "Apertures", "Spatial Resolution", "Light Field Cameras", "Computational Photography And Camera", "Calibration", "Plenoptic" ], "authors": [ { "givenName": "Yunsu", "surname": "Bok", "fullName": "Yunsu Bok", "affiliation": "School of Electrical Engineering, KAIST, Daejeon, Republic of Korea", "__typename": "ArticleAuthorType" }, { "givenName": "Hae-Gon", "surname": "Jeon", "fullName": "Hae-Gon Jeon", "affiliation": "School of Electrical Engineering, KAIST, Daejeon, Republic of Korea", "__typename": "ArticleAuthorType" }, { "givenName": "In So", "surname": "Kweon", "fullName": "In So Kweon", "affiliation": "School of Electrical Engineering, KAIST, Daejeon, Republic of Korea", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2017-02-01 00:00:00", "pubType": "trans", "pages": "287-300", "year": "2017", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icpr/2012/2216/0/06460855", "title": "Camera self calibration based on direct image alignment", "doi": null, "abstractUrl": "/proceedings-article/icpr/2012/06460855/12OmNqFJhFc", "parentPublication": { "id": "proceedings/icpr/2012/2216/0", "title": "2012 21st International Conference on Pattern Recognition (ICPR 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2017/0457/0/0457a125", "title": "A Practical Method for Fully Automatic Intrinsic Camera Calibration Using Directionally Encoded Light", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2017/0457a125/12OmNxxdZCj", "parentPublication": { "id": "proceedings/cvpr/2017/0457/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/1997/7822/0/78220602", "title": "Lens distortion calibration using point correspondences", "doi": null, "abstractUrl": "/proceedings-article/cvpr/1997/78220602/12OmNxzMnY3", "parentPublication": { "id": "proceedings/cvpr/1997/7822/0", "title": "Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccv/2017/1032/0/1032a957", "title": "Corner-Based Geometric Calibration of Multi-focus Plenoptic Cameras", "doi": null, "abstractUrl": "/proceedings-article/iccv/2017/1032a957/12OmNy5R3sS", "parentPublication": { "id": "proceedings/iccv/2017/1032/0", "title": "2017 IEEE International Conference on Computer Vision (ICCV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wacv/2016/0641/0/07477646", "title": "Geometric calibration for mobile, stereo, autofocus cameras", "doi": null, "abstractUrl": "/proceedings-article/wacv/2016/07477646/12OmNyO8tKJ", "parentPublication": { "id": "proceedings/wacv/2016/0641/0", "title": "2016 IEEE Winter Conference on Applications of Computer Vision (WACV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccv/2015/8391/0/8391a612", "title": "Self-Calibration of Optical Lenses", "doi": null, "abstractUrl": "/proceedings-article/iccv/2015/8391a612/12OmNyQ7FPm", "parentPublication": { "id": "proceedings/iccv/2015/8391/0", "title": "2015 IEEE International Conference on Computer Vision (ICCV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccv/2015/8391/0/8391c345", "title": "On the Equivalence of Moving Entrance Pupil and Radial Distortion for Camera Calibration", "doi": null, "abstractUrl": "/proceedings-article/iccv/2015/8391c345/12OmNyshmIc", "parentPublication": { "id": "proceedings/iccv/2015/8391/0", "title": "2015 IEEE International Conference on Computer Vision (ICCV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2013/04/ttp2013040813", "title": "Calibration of Ultrawide Fisheye Lens Cameras by Eigenvalue Minimization", "doi": null, "abstractUrl": "/journal/tp/2013/04/ttp2013040813/13rRUxASuNH", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2020/7168/0/716800c542", "title": "Blur Aware Calibration of Multi-Focus Plenoptic Camera", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2020/716800c542/1m3nIj7S0cU", "parentPublication": { "id": "proceedings/cvpr/2020/7168/0", "title": "2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/11/09523844", "title": "Directionally Decomposing Structured Light for Projector Calibration", "doi": null, "abstractUrl": "/journal/tg/2021/11/09523844/1wpqmnzDSzm", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07437490", "articleId": "13rRUwbs2hF", "__typename": "AdjacentArticleType" }, "next": { "fno": "07434636", "articleId": "13rRUwhHcS4", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyxXlp2", "title": "July", "year": "2014", "issueNum": "07", "idPrefix": "tg", "pubType": "journal", "volume": "20", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwInvyy", "doi": "10.1109/TVCG.2014.2307973", "abstract": "The articles in this special were presented at the ACM Interactive 3D Graphics and Games (I3D) 2013 conference that was held March 21-23 in Orlando, FL.", "abstracts": [ { "abstractType": "Regular", "content": "The articles in this special were presented at the ACM Interactive 3D Graphics and Games (I3D) 2013 conference that was held March 21-23 in Orlando, FL.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The articles in this special were presented at the ACM Interactive 3D Graphics and Games (I3D) 2013 conference that was held March 21-23 in Orlando, FL.", "title": "Guest Editor' Introduction: Special Issue on the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games 2013", "normalizedTitle": "Guest Editor' Introduction: Special Issue on the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games 2013", "fno": "06748102", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Special Issues And Sections", "Three Dimensional Displays", "Computer Graphics", "Meetings", "Rendering Computer Graphics", "Games" ], "authors": [ { "givenName": "Gopi", "surname": "Meenakshisundaram", "fullName": "Gopi Meenakshisundaram", "affiliation": "Department of Computer Science , University of California, Irvine,", "__typename": "ArticleAuthorType" }, { "givenName": "Sung-Eui", "surname": "Yoon", "fullName": "Sung-Eui Yoon", "affiliation": "Department of Computer Science , KAIST, Daejeon, South Korea", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "07", "pubDate": "2014-07-01 00:00:00", "pubType": "trans", "pages": "955-956", "year": "2014", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/tb/2013/05/ttb2013051089", "title": "Guest Editorial for ACM BCB", "doi": null, "abstractUrl": "/journal/tb/2013/05/ttb2013051089/13rRUEgs2Af", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/03/07835799", "title": "Guest Editor's Introduction: Special Section on the ACM SIGGRAPH/Eurographics Symposium on Computer Animation (SCA)", "doi": null, "abstractUrl": "/journal/tg/2017/03/07835799/13rRUIIVlkm", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040000vi", "title": "Message from the Paper Chairs and Guest Editors", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040000vi/13rRUILtJma", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2015/06/07097769", "title": "I3D 2014 Guest Editor’s Introduction", "doi": null, "abstractUrl": "/journal/tg/2015/06/07097769/13rRUwI5TR1", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/10/07557101", "title": "Guest Editor&#x0027;s Introduction to the Special Section on the ACM Symposium on Interactive 3D Graphics and Games (I3D)", "doi": null, "abstractUrl": "/journal/tg/2016/10/07557101/13rRUwbaqUQ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/01/ttg2014010002", "title": "Guest Editor's Introduction: Special Section on the ACM SIGGRAPH/Eurographics Symposium on Computer Animation (SCA)", "doi": null, "abstractUrl": "/journal/tg/2014/01/ttg2014010002/13rRUwfZC0h", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/05/ttg2013050721", "title": "Guest Editors' Introduction: Special Section on the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games (I3D 2012)", "doi": null, "abstractUrl": "/journal/tg/2013/05/ttg2013050721/13rRUxBa5rV", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2015/10/07230338", "title": "Guest Editor's Introduction: Special Section on the ACM SIGGRAPH/Eurographics Symposium on Computer Animation (SCA)", "doi": null, "abstractUrl": "/journal/tg/2015/10/07230338/13rRUxOve9L", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/10/06881790", "title": "Guest Editors' Introduction: Special Section on the ACM SIGGRAPH/Eurographics Symposium on Computer Animation (SCA)", "doi": null, "abstractUrl": "/journal/tg/2014/10/06881790/13rRUy0HYRq", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2019/05/08863043", "title": "Guest Editorial for the ACM International Conference on Bioinformatics, Computational Biology, and Health Informatics", "doi": null, "abstractUrl": "/journal/tb/2019/05/08863043/1dXEvMZW0lG", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": null, "next": { "fno": "06766598", "articleId": "13rRUyeCkah", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyRg49B", "title": "March", "year": "1987", "issueNum": "03", "idPrefix": "cg", "pubType": "magazine", "volume": "7", "label": "March", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUB7a13p", "doi": "10.1109/MCG.1987.276964", "abstract": null, "abstracts": [ { "abstractType": "Regular", "content": "", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": null, "title": "Infinite Control Points-A Method for Representing Surfaces of Revolution Using Boundary Data", "normalizedTitle": "Infinite Control Points-A Method for Representing Surfaces of Revolution Using Boundary Data", "fno": "mcg1987030045", "hasPdf": true, "idPrefix": "cg", "keywords": [], "authors": [ { "givenName": "L.", "surname": "Piegl", "fullName": "L. Piegl", "affiliation": "Technical University Braunschweig", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "1987-03-01 00:00:00", "pubType": "mags", "pages": "45-55", "year": "1987", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icmas/2000/0625/0/06250071", "title": "Reasoning About Others: Representing and Processing Infinite Belief Hierarchies", "doi": null, "abstractUrl": "/proceedings-article/icmas/2000/06250071/12OmNASILFj", "parentPublication": { "id": "proceedings/icmas/2000/0625/0", "title": "Multi-Agent Systems, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2010/4109/0/4109b598", "title": "Weighted Boundary Points for Shape Analysis", "doi": null, "abstractUrl": "/proceedings-article/icpr/2010/4109b598/12OmNBZHigk", "parentPublication": { "id": "proceedings/icpr/2010/4109/0", "title": "Pattern Recognition, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ism/2016/4571/0/4571a253", "title": "Infinite-Resolution 3D Modeling from a Single Image for Free-Form Revolution Objects", "doi": null, "abstractUrl": "/proceedings-article/ism/2016/4571a253/12OmNCd2rCk", "parentPublication": { "id": "proceedings/ism/2016/4571/0", "title": "2016 IEEE International Symposium on Multimedia (ISM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccv/1990/2057/0/00139537", "title": "Representing surface curvature discontinuities on curved surfaces", "doi": null, "abstractUrl": "/proceedings-article/iccv/1990/00139537/12OmNvT2peK", "parentPublication": { "id": "proceedings/iccv/1990/2057/0", "title": "Proceedings Third International Conference on Computer Vision", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/lics/1988/0853/0/00005137", "title": "Fixed points vs. infinite generation", "doi": null, "abstractUrl": "/proceedings-article/lics/1988/00005137/12OmNx1qV3u", "parentPublication": { "id": "proceedings/lics/1988/0853/0", "title": "Proceedings Third Annual Symposium on Logic in Computer Science", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/1993/06/mcg1993060024", "title": "Rational Beta-Splines for Representing Curves and Surfaces", "doi": null, "abstractUrl": "/magazine/cg/1993/06/mcg1993060024/13rRUwInvD7", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2003/02/i0147", "title": "Camera Calibration from Surfaces of Revolution", "doi": null, "abstractUrl": "/journal/tp/2003/02/i0147/13rRUx0xPJD", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2007/04/mcg2007040070", "title": "Representing Interwoven Surfaces in 2-1/2D Drawings", "doi": null, "abstractUrl": "/magazine/cg/2007/04/mcg2007040070/13rRUxBJhxH", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2003/03/mcg2003030046", "title": "Approximating Surfaces of Revolution by Nonrational B-Splines", "doi": null, "abstractUrl": "/magazine/cg/2003/03/mcg2003030046/13rRUxC0Syt", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/1989/06/mcg1989060027", "title": "Procedurally Representing Lofted Surfaces", "doi": null, "abstractUrl": "/magazine/cg/1989/06/mcg1989060027/13rRUypp5ac", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcg1987030033", "articleId": "13rRUxcsYRa", "__typename": "AdjacentArticleType" }, "next": { "fno": "mcg1987030056", "articleId": "13rRUNvyang", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBEpnzF", "title": "Oct.-Dec.", "year": "2016", "issueNum": "04", "idPrefix": "an", "pubType": "magazine", "volume": "38", "label": "Oct.-Dec.", "downloadables": { "hasCover": true, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwInv6o", "doi": "10.1109/MAHC.2015.51", "abstract": "Digital pictures and computers are now inseparable, so it's surprising how generally unremarked their association was in the beginning. Records reveal that the first digital pictures--the first still pictures, videogames, and computer animations--were made on the earliest computers. Historians have noted this before, but individually without a unifying context. This article shows that the original digital pictures were associated with the original computers in the late 1940s and early 1950s. This fresh perspective on digital pictures establishes a different take on the history of early computers and unifies the history of digital light itself.", "abstracts": [ { "abstractType": "Regular", "content": "Digital pictures and computers are now inseparable, so it's surprising how generally unremarked their association was in the beginning. Records reveal that the first digital pictures--the first still pictures, videogames, and computer animations--were made on the earliest computers. Historians have noted this before, but individually without a unifying context. This article shows that the original digital pictures were associated with the original computers in the late 1940s and early 1950s. This fresh perspective on digital pictures establishes a different take on the history of early computers and unifies the history of digital light itself.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Digital pictures and computers are now inseparable, so it's surprising how generally unremarked their association was in the beginning. Records reveal that the first digital pictures--the first still pictures, videogames, and computer animations--were made on the earliest computers. Historians have noted this before, but individually without a unifying context. This article shows that the original digital pictures were associated with the original computers in the late 1940s and early 1950s. This fresh perspective on digital pictures establishes a different take on the history of early computers and unifies the history of digital light itself.", "title": "The Dawn of Digital Light", "normalizedTitle": "The Dawn of Digital Light", "fno": "man2016040074", "hasPdf": true, "idPrefix": "an", "keywords": [ "Image Processing", "Digital Light", "Digital Pictures", "Videogames", "Computer Animations", "Early Computers", "Still Pictures", "History", "Image Processing", "Visualization", "Digital Systems", "Image Reconstruction", "Finite Element Analysis", "Computer Graphics", "History Of Computing", "Computer Graphics", "Image Processing", "Digital Light" ], "authors": [ { "givenName": "Alvy Ray", "surname": "Smith", "fullName": "Alvy Ray Smith", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2016-10-01 00:00:00", "pubType": "mags", "pages": "74-91", "year": "2016", "issn": "1058-6180", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/culture-computing/2015/8232/0/8232a219", "title": "An Image Digital Archive for Substantiating the Acculturation of Clothing Culture in Japan", "doi": null, "abstractUrl": "/proceedings-article/culture-computing/2015/8232a219/12OmNzwpU4u", "parentPublication": { "id": "proceedings/culture-computing/2015/8232/0", "title": "2015 International Conference on Culture and Computing (Culture Computing)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icassp/1988/9999/0/00196696", "title": "Sub-band coding of digital images using symmetric short kernel filters and arithmetic coding techniques", "doi": null, "abstractUrl": "/proceedings-article/icassp/1988/00196696/12OmNzwpU8k", "parentPublication": { "id": "proceedings/icassp/1988/9999/0", "title": "ICASSP-88., International Conference on Acoustics, Speech, and Signal Processing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2015/03/man2015030020", "title": "Studying History as it Unfolds, Part 1: Creating the History of Information Technologies", "doi": null, "abstractUrl": "/magazine/an/2015/03/man2015030020/13rRUwcAqwE", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2011/03/man2011030088", "title": "Control in the History of Computing: Making an Ambiguous Concept Useful", "doi": null, "abstractUrl": "/magazine/an/2011/03/man2011030088/13rRUwvT9i7", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2012/02/man2012020088", "title": "Ownership and the History of American Computing", "doi": null, "abstractUrl": "/magazine/an/2012/02/man2012020088/13rRUx0gehh", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2004/12/rz065", "title": "Expanding the Digital Camera's Reach", "doi": null, "abstractUrl": "/magazine/co/2004/12/rz065/13rRUxYIN7G", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2012/01/man2012010007", "title": "The Early History of Microcircuitry: An Overview", "doi": null, "abstractUrl": "/magazine/an/2012/01/man2012010007/13rRUxZRbrr", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2016/01/man2016010048", "title": "Studying History as It Unfolds, Part 2: Tooling Up the Historians", "doi": null, "abstractUrl": "/magazine/an/2016/01/man2016010048/13rRUxjQyj9", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2014/03/man2014030030", "title": "The Technological Roots of Computer Graphics", "doi": null, "abstractUrl": "/magazine/an/2014/03/man2014030030/13rRUyfKIJX", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/an/2013/03/man2013030006", "title": "The Origins and Early History of Computer Engineering in the United States", "doi": null, "abstractUrl": "/magazine/an/2013/03/man2013030006/198RRMRYiTS", "parentPublication": { "id": "mags/an", "title": "IEEE Annals of the History of Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "man2016040055", "articleId": "13rRUygT7zV", "__typename": "AdjacentArticleType" }, "next": { "fno": "man2016040092", "articleId": "13rRUxBrGiS", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzDvSmK", "title": "October", "year": "1997", "issueNum": "10", "idPrefix": "co", "pubType": "magazine", "volume": "30", "label": "October", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxNmPH5", "doi": "10.1109/2.625293", "abstract": null, "abstracts": [ { "abstractType": "Regular", "content": "", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": null, "title": "Dawn of the Internet Appliance", "normalizedTitle": "Dawn of the Internet Appliance", "fno": "rx016", "hasPdf": true, "idPrefix": "co", "keywords": [], "authors": [ { "givenName": "George", "surname": "Lawton", "fullName": "George Lawton", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": false, "isOpenAccess": false, "issueNum": "10", "pubDate": "1997-10-01 00:00:00", "pubType": "mags", "pages": "16,18", "year": "1997", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [], "adjacentArticles": { "previous": { "fno": "rx014", "articleId": "13rRUyg2jOd", "__typename": "AdjacentArticleType" }, "next": { "fno": "rx020", "articleId": "13rRUypGGe4", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvDqsVP", "title": "May-June", "year": "2014", "issueNum": "03", "idPrefix": "sp", "pubType": "magazine", "volume": "12", "label": "May-June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyeTVgj", "doi": "10.1109/MSP.2014.44", "abstract": "nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull", "abstracts": [ { "abstractType": "Regular", "content": "nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull", "title": "Eternal War in Memory", "normalizedTitle": "Eternal War in Memory", "fno": "msp2014030045", "hasPdf": true, "idPrefix": "sp", "keywords": [ "Access Control", "Data Protection", "Invasive Software", "Memory Corruption Bugs", "Machine Access", "Information Extraction", "Malware Installation", "Data Protections", "Computer Bugs", "Computer Security", "Aerospace Electronics", "Buffer Overflows", "Software Security", "Safety", "Software Security", "Memory Corruption", "Memory Safety", "Exploit Mitigation", "Security" ], "authors": [ { "givenName": "László", "surname": "Szekeres", "fullName": "László Szekeres", "affiliation": "Stony Brook University", "__typename": "ArticleAuthorType" }, { "givenName": "Mathias", "surname": "Payer", "fullName": "Mathias Payer", "affiliation": "University of California, Berkeley", "__typename": "ArticleAuthorType" }, { "givenName": "Lenx Tao", "surname": "Wei", "fullName": "Lenx Tao Wei", "affiliation": "FireEye", "__typename": "ArticleAuthorType" }, { "givenName": "R.", "surname": "Sekar", "fullName": "R. Sekar", "affiliation": "Stony Brook University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2014-05-01 00:00:00", "pubType": "mags", "pages": "45-53", "year": "2014", "issn": "1540-7993", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "mags/sp/2014/03/msp2014030015", "title": "The IEEE Symposium on Security and Privacy, in Retrospect", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030015/13rRUEgarmh", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030078", "title": "Does the Cloud of Surveillance Have a Silver Lining?", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030078/13rRUIIVlaI", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030088", "title": "Dr. Strangecode", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030088/13rRUwIF6ji", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030013", "title": "A Symposium, a Magazine, and a Community [Guest editorial]", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030013/13rRUwvBy7h", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030061", "title": "The Enduring Importance of Transparency", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030061/13rRUx0xPGT", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/it/2014/03/mit2014030052", "title": "A Case-Based Analysis of Active Data Warehousing", "doi": null, "abstractUrl": "/magazine/it/2014/03/mit2014030052/13rRUx0xPQt", "parentPublication": { "id": "mags/it", "title": "IT Professional", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030037", "title": "On Secure Data Deletion", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030037/13rRUxASuL3", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030085", "title": "The Anthropologist's View on Privacy", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030085/13rRUxYINdy", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030020", "title": "Anon-Pass: Practical Anonymous Subscriptions", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030020/13rRUygT7l8", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/sp/2014/03/msp2014030054", "title": "Is Bitcoin a Decentralized Currency?", "doi": null, "abstractUrl": "/magazine/sp/2014/03/msp2014030054/13rRUygT7l9", "parentPublication": { "id": "mags/sp", "title": "IEEE Security & Privacy", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "msp2014030037", "articleId": "13rRUxASuL3", "__typename": "AdjacentArticleType" }, "next": { "fno": "msp2014030054", "articleId": "13rRUygT7l9", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvDI3IW", "title": "PrePrints", "year": "5555", "issueNum": "01", "idPrefix": "bd", "pubType": "journal", "volume": null, "label": "PrePrints", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1HVseFyPGik", "doi": "10.1109/TBDATA.2022.3218128", "abstract": "Network alignment aims to discover nodes in different networks belonging to the same identity. In recent years, the network alignment problem has aroused significant attentions in both industry and academia. With the rapid growth of information, the sizes of networks are usually very large and in most cases we only focus on the alignment of partial networks. However, under this circumstances, the collected network data may be highly biased, and the training and testing data are no longer i.i.d. (identically and independently distributed). Thus, it is difficult for the trained alignment model to have a good performance in the test set. To bridge this gap, in this paper, we propose a novel <underline>D</underline>omain gener<underline>A</underline>lization based net<underline>W</underline>ork alig<underline>N</underline>ment approach termed as DAWN. Specifically, in DAWN, we first design a novel invariant feature extraction model which leverages adversarial learning to extract domain-invariant features. Then, we design a novel invariant network alignment model which can achieve global optimum and local optimum simultaneously to learn domain-invariant alignment patterns. Finally, we conduct extensive experiments on the benchmark dataset of Facebook-Twitter, and results show that DAWN can averagely achieve 14.01&#x0025; higher <inline-formula><tex-math notation=\"LaTeX\">Z_$\\operatorname{Hits@k}$_Z</tex-math></inline-formula> and 10.63&#x0025; higher <inline-formula><tex-math notation=\"LaTeX\">Z_$\\operatorname{MRR@k}$_Z</tex-math></inline-formula> compared with the state-of-the-art methods.", "abstracts": [ { "abstractType": "Regular", "content": "Network alignment aims to discover nodes in different networks belonging to the same identity. In recent years, the network alignment problem has aroused significant attentions in both industry and academia. With the rapid growth of information, the sizes of networks are usually very large and in most cases we only focus on the alignment of partial networks. However, under this circumstances, the collected network data may be highly biased, and the training and testing data are no longer i.i.d. (identically and independently distributed). Thus, it is difficult for the trained alignment model to have a good performance in the test set. To bridge this gap, in this paper, we propose a novel <underline>D</underline>omain gener<underline>A</underline>lization based net<underline>W</underline>ork alig<underline>N</underline>ment approach termed as DAWN. Specifically, in DAWN, we first design a novel invariant feature extraction model which leverages adversarial learning to extract domain-invariant features. Then, we design a novel invariant network alignment model which can achieve global optimum and local optimum simultaneously to learn domain-invariant alignment patterns. Finally, we conduct extensive experiments on the benchmark dataset of Facebook-Twitter, and results show that DAWN can averagely achieve 14.01&#x0025; higher <inline-formula><tex-math notation=\"LaTeX\">$\\operatorname{Hits@k}$</tex-math></inline-formula> and 10.63&#x0025; higher <inline-formula><tex-math notation=\"LaTeX\">$\\operatorname{MRR@k}$</tex-math></inline-formula> compared with the state-of-the-art methods.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Network alignment aims to discover nodes in different networks belonging to the same identity. In recent years, the network alignment problem has aroused significant attentions in both industry and academia. With the rapid growth of information, the sizes of networks are usually very large and in most cases we only focus on the alignment of partial networks. However, under this circumstances, the collected network data may be highly biased, and the training and testing data are no longer i.i.d. (identically and independently distributed). Thus, it is difficult for the trained alignment model to have a good performance in the test set. To bridge this gap, in this paper, we propose a novel Domain generAlization based netWork aligNment approach termed as DAWN. Specifically, in DAWN, we first design a novel invariant feature extraction model which leverages adversarial learning to extract domain-invariant features. Then, we design a novel invariant network alignment model which can achieve global optimum and local optimum simultaneously to learn domain-invariant alignment patterns. Finally, we conduct extensive experiments on the benchmark dataset of Facebook-Twitter, and results show that DAWN can averagely achieve 14.01% higher - and 10.63% higher - compared with the state-of-the-art methods.", "title": "DAWN: Domain Generalization Based Network Alignment", "normalizedTitle": "DAWN: Domain Generalization Based Network Alignment", "fno": "09932681", "hasPdf": true, "idPrefix": "bd", "keywords": [ "Feature Extraction", "Training", "Task Analysis", "Switches", "Social Networking Online", "Knowledge Engineering", "Big Data", "Network Alignment", "Domain Generalization", "Adversarial Learning", "Deep Learning" ], "authors": [ { "givenName": "Shuai", "surname": "Gao", "fullName": "Shuai Gao", "affiliation": "State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Zhongbao", "surname": "Zhang", "fullName": "Zhongbao Zhang", "affiliation": "State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Sen", "surname": "Su", "fullName": "Sen Su", "affiliation": "State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications, Beijing, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2022-10-01 00:00:00", "pubType": "trans", "pages": "1-11", "year": "5555", "issn": "2332-7790", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/td/2022/12/09763314", "title": "Joint Coverage-Reliability for Budgeted Edge Application Deployment in Mobile Edge Computing Environment", "doi": null, "abstractUrl": "/journal/td/2022/12/09763314/1CT4ZVRxBVS", "parentPublication": { "id": "trans/td", "title": "IEEE Transactions on Parallel & Distributed Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/5555/01/09894074", "title": "Willingness Maximization for Ego Network Data Extraction in Multiple Online Social Networks", "doi": null, "abstractUrl": "/journal/tk/5555/01/09894074/1GIq734SFLa", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/5555/01/09935277", "title": "Continuous Geo-Social Group Monitoring in Dynamic LBSNs", "doi": null, "abstractUrl": "/journal/tk/5555/01/09935277/1HYqASRP8Vq", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/5555/01/09983498", "title": "Partial Domain Adaptation without Domain Alignment", "doi": null, "abstractUrl": "/journal/tp/5555/01/09983498/1J4xUCkfYY0", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/5555/01/10115041", "title": "Clique Identification in Signed Graphs: A Balance Theory based Model", "doi": null, "abstractUrl": "/journal/tk/5555/01/10115041/1MQv789IFgc", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/5555/01/10120956", "title": "MINING: Multi-Granularity Network Alignment Based on Contrastive Learning", "doi": null, "abstractUrl": "/journal/tk/5555/01/10120956/1MYNF6xviaQ", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2022/09/09250607", "title": "Enumerating Maximum Cliques in Massive Graphs", "doi": null, "abstractUrl": "/journal/tk/2022/09/09250607/1oxjS6MBaA8", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2022/09/09272333", "title": "Index-Based Intimate-Core Community Search in Large Weighted Graphs", "doi": null, "abstractUrl": "/journal/tk/2022/09/09272333/1p4vZDGlyeY", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/01/09444852", "title": "Edge Manipulation Approaches for K-Core Minimization: Metrics and Analytics", "doi": null, "abstractUrl": "/journal/tk/2023/01/09444852/1u51rOHi1MY", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/02/09492838", "title": "Maximum Signed <inline-formula><tex-math notation=\"LaTeX\">Z_$\\theta$_Z</tex-math></inline-formula>-Clique Identification in Large Signed Graphs", "doi": null, "abstractUrl": "/journal/tk/2023/02/09492838/1vq0EU6lrAA", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09927424", "articleId": "1HJupNoWUCs", "__typename": "AdjacentArticleType" }, "next": { "fno": "09932678", "articleId": "1HVsePD1Bkc", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyaoDzi", "title": "April", "year": "2012", "issueNum": "04", "idPrefix": "tg", "pubType": "journal", "volume": "18", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxASuve", "doi": "10.1109/TVCG.2012.42", "abstract": "Volume visualization has been widely used for decades for analyzing datasets ranging from 3D medical images to seismic data to paleontological data. Many have proposed using immersive virtual reality (VR) systems to view volume visualizations, and there is anecdotal evidence of the benefits of VR for this purpose. However, there has been very little empirical research exploring the effects of higher levels of immersion for volume visualization, and it is not known how various components of immersion influence the effectiveness of visualization in VR. We conducted a controlled experiment in which we studied the independent and combined effects of three components of immersion (head tracking, field of regard, and stereoscopic rendering) on the effectiveness of visualization tasks with two x-ray microscopic computed tomography datasets. We report significant benefits of analyzing volume data in an environment involving those components of immersion. We find that the benefits do not necessarily require all three components simultaneously, and that the components have variable influence on different task categories. The results of our study improve our understanding of the effects of immersion on perceived and actual task performance, and provide guidance on the choice of display systems to designers seeking to maximize the effectiveness of volume visualization applications.", "abstracts": [ { "abstractType": "Regular", "content": "Volume visualization has been widely used for decades for analyzing datasets ranging from 3D medical images to seismic data to paleontological data. Many have proposed using immersive virtual reality (VR) systems to view volume visualizations, and there is anecdotal evidence of the benefits of VR for this purpose. However, there has been very little empirical research exploring the effects of higher levels of immersion for volume visualization, and it is not known how various components of immersion influence the effectiveness of visualization in VR. We conducted a controlled experiment in which we studied the independent and combined effects of three components of immersion (head tracking, field of regard, and stereoscopic rendering) on the effectiveness of visualization tasks with two x-ray microscopic computed tomography datasets. We report significant benefits of analyzing volume data in an environment involving those components of immersion. We find that the benefits do not necessarily require all three components simultaneously, and that the components have variable influence on different task categories. The results of our study improve our understanding of the effects of immersion on perceived and actual task performance, and provide guidance on the choice of display systems to designers seeking to maximize the effectiveness of volume visualization applications.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Volume visualization has been widely used for decades for analyzing datasets ranging from 3D medical images to seismic data to paleontological data. Many have proposed using immersive virtual reality (VR) systems to view volume visualizations, and there is anecdotal evidence of the benefits of VR for this purpose. However, there has been very little empirical research exploring the effects of higher levels of immersion for volume visualization, and it is not known how various components of immersion influence the effectiveness of visualization in VR. We conducted a controlled experiment in which we studied the independent and combined effects of three components of immersion (head tracking, field of regard, and stereoscopic rendering) on the effectiveness of visualization tasks with two x-ray microscopic computed tomography datasets. We report significant benefits of analyzing volume data in an environment involving those components of immersion. We find that the benefits do not necessarily require all three components simultaneously, and that the components have variable influence on different task categories. The results of our study improve our understanding of the effects of immersion on perceived and actual task performance, and provide guidance on the choice of display systems to designers seeking to maximize the effectiveness of volume visualization applications.", "title": "Effects of Immersion on Visual Analysis of Volume Data", "normalizedTitle": "Effects of Immersion on Visual Analysis of Volume Data", "fno": "ttg2012040597", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Virtual Reality", "Computerised Tomography", "Data Analysis", "Data Visualisation", "Rendering Computer Graphics", "Immersive Virtual Reality Systems", "Immersion Effect", "Visual Analysis", "Volume Data Analysis", "Volume Visualization", "3 D Medical Image", "Seismic Data", "Paleontological Data", "Immersive VR System", "Head Tracking Component", "Field Of Regard Component", "Stereoscopic Rendering Component", "X Ray Microscopic Computed Tomography Dataset", "Perceived Task Performance", "Display System", "Three Dimensional Displays", "Data Visualization", "Mice", "Visualization", "Rendering Computer Graphics", "Training", "Head", "Virtual Reality", "Immersion", "Micro CT", "Data Analysis", "Volume Visualization", "3 D Visualization", "CAVE", "Virtual Environments" ], "authors": [ { "givenName": "B.", "surname": "Laha", "fullName": "B. Laha", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "K.", "surname": "Sensharma", "fullName": "K. Sensharma", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "J. D.", "surname": "Schiffbauer", "fullName": "J. D. Schiffbauer", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "D. A.", "surname": "Bowman", "fullName": "D. A. Bowman", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2012-04-01 00:00:00", "pubType": "trans", "pages": "597-606", "year": "2012", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/sibgrapi-t/2013/4176/0/4176a006", "title": "Visual Immersion Issues in Virtual Reality: A Survey", "doi": null, "abstractUrl": "/proceedings-article/sibgrapi-t/2013/4176a006/12OmNAmVH6E", "parentPublication": { "id": "proceedings/sibgrapi-t/2013/4176/0", "title": "2013 26th Conference on Graphics, Patterns and Images Tutorials (SIBGRAPI-T)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/nbis/2009/3767/0/3767a608", "title": "Tele-Immersion Environment for Video Avatar Based CVE", "doi": null, "abstractUrl": "/proceedings-article/nbis/2009/3767a608/12OmNB06l11", "parentPublication": { "id": "proceedings/nbis/2009/3767/0", "title": "2009 International Conference on Network-Based Information Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2011/0039/0/05759470", "title": "VEGI: Virtual Environment GUI Immersion system", "doi": null, "abstractUrl": "/proceedings-article/vr/2011/05759470/12OmNBKEyn1", "parentPublication": { "id": "proceedings/vr/2011/0039/0", "title": "2011 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ainaw/2008/3096/0/3096b023", "title": "Proposal of Multimodal Communications System Using Tele-Immersion Technology", "doi": null, "abstractUrl": "/proceedings-article/ainaw/2008/3096b023/12OmNvHGrAg", "parentPublication": { "id": "proceedings/ainaw/2008/3096/0", "title": "2008 22nd International Conference on Advanced Information Networking and Applications (AINA 2008)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040529", "title": "Validation of the MR Simulation Approach for Evaluating the Effects of Immersion on Visual Analysis of Volume Data", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040529/13rRUwInvyx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2007/07/r7036", "title": "Virtual Reality: How Much Immersion Is Enough?", "doi": null, "abstractUrl": "/magazine/co/2007/07/r7036/13rRUwwJWIr", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/04/ttg201404513", "title": "Effects of VR System Fidelity on Analyzing Isosurface Visualization of Volume Datasets", "doi": null, "abstractUrl": "/journal/tg/2014/04/ttg201404513/13rRUxly95A", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798021", "title": "The Effects of Immersion on Harm-inducing Factors in Virtual Slot Machines", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798021/1cJ16iGCIxy", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08836087", "title": "The Impact of Immersion on Cluster Identification Tasks", "doi": null, "abstractUrl": "/journal/tg/2020/01/08836087/1dia1nodZeM", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2021/4057/0/405700a440", "title": "Effects of Immersion and Visual Angle on Brand Placement Effectiveness", "doi": null, "abstractUrl": "/proceedings-article/vrw/2021/405700a440/1tnY3EP4yM8", "parentPublication": { "id": "proceedings/vrw/2021/4057/0", "title": "2021 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2012040589", "articleId": "13rRUwbs2b1", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2012040607", "articleId": "13rRUxASu0H", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBBhN8N", "title": "Dec.", "year": "2020", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1ncgnMqzLJm", "doi": "10.1109/TVCG.2020.3023604", "abstract": "The perception of light is inherently different inside a virtual reality (VR) or augmented reality (AR) simulation when compared to the real world. Conventional head-worn displays (HWDs) are not able to display the same high dynamic range of brightness and color as the human eye can perceive in the real world. To mimic the perception of real-world scenes in virtual scenes, it is crucial to reproduce the effects of incident light on the human visual system. In order to advance virtual simulations towards perceptual realism, we present an eye-tracked VR/AR simulation comprising effects for gaze-dependent temporal eye adaption, perceptual glare, visual acuity reduction, and scotopic color vision. Our simulation is based on medical expert knowledge and medical studies of the healthy human eye. We conducted the first user study comparing the perception of light in a real-world low-light scene to a VR simulation. Our results show that the proposed combination of simulated visual effects is well received by users and also indicate that an individual adaptation is necessary, because perception of light is highly subjective.", "abstracts": [ { "abstractType": "Regular", "content": "The perception of light is inherently different inside a virtual reality (VR) or augmented reality (AR) simulation when compared to the real world. Conventional head-worn displays (HWDs) are not able to display the same high dynamic range of brightness and color as the human eye can perceive in the real world. To mimic the perception of real-world scenes in virtual scenes, it is crucial to reproduce the effects of incident light on the human visual system. In order to advance virtual simulations towards perceptual realism, we present an eye-tracked VR/AR simulation comprising effects for gaze-dependent temporal eye adaption, perceptual glare, visual acuity reduction, and scotopic color vision. Our simulation is based on medical expert knowledge and medical studies of the healthy human eye. We conducted the first user study comparing the perception of light in a real-world low-light scene to a VR simulation. Our results show that the proposed combination of simulated visual effects is well received by users and also indicate that an individual adaptation is necessary, because perception of light is highly subjective.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The perception of light is inherently different inside a virtual reality (VR) or augmented reality (AR) simulation when compared to the real world. Conventional head-worn displays (HWDs) are not able to display the same high dynamic range of brightness and color as the human eye can perceive in the real world. To mimic the perception of real-world scenes in virtual scenes, it is crucial to reproduce the effects of incident light on the human visual system. In order to advance virtual simulations towards perceptual realism, we present an eye-tracked VR/AR simulation comprising effects for gaze-dependent temporal eye adaption, perceptual glare, visual acuity reduction, and scotopic color vision. Our simulation is based on medical expert knowledge and medical studies of the healthy human eye. We conducted the first user study comparing the perception of light in a real-world low-light scene to a VR simulation. Our results show that the proposed combination of simulated visual effects is well received by users and also indicate that an individual adaptation is necessary, because perception of light is highly subjective.", "title": "Gaze-Dependent Simulation of Light Perception in Virtual Reality", "normalizedTitle": "Gaze-Dependent Simulation of Light Perception in Virtual Reality", "fno": "09199574", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Augmented Reality", "Colour Vision", "Eye", "Helmet Mounted Displays", "Human Factors", "Vision Defects", "Visual Perception", "Light Perception", "Virtual Reality", "Conventional Head Worn Displays", "High Dynamic Range", "Brightness", "Virtual Scenes", "Human Visual System", "Virtual Simulations", "Perceptual Realism", "Gaze Dependent Temporal Eye Adaption", "Visual Acuity Reduction", "Scotopic Color Vision", "Real World Low Light Scene", "VR Simulation", "Simulated Visual Effects", "Gaze Dependent Simulation", "Adaptation Models", "Solid Modeling", "Lighting", "Virtual Reality", "Retina", "Augmented Reality", "Computational Modeling", "Head Mounted Displays", "Perception", "Virtual Reality", "User Studies" ], "authors": [ { "givenName": "Laura R.", "surname": "Luidolt", "fullName": "Laura R. Luidolt", "affiliation": "TU Wien", "__typename": "ArticleAuthorType" }, { "givenName": "Michael", "surname": "Wimmer", "fullName": "Michael Wimmer", "affiliation": "TU Wien", "__typename": "ArticleAuthorType" }, { "givenName": "Katharina", "surname": "Krösl", "fullName": "Katharina Krösl", "affiliation": "VRVis Forschungs-GmbH", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2020-12-01 00:00:00", "pubType": "trans", "pages": "3557-3567", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2008/1971/0/04480794", "title": "The Effects of Virtual Reality, Augmented Reality, and Motion Parallax on Egocentric Depth Perception", "doi": null, "abstractUrl": "/proceedings-article/vr/2008/04480794/12OmNrAMERg", "parentPublication": { "id": "proceedings/vr/2008/1971/0", "title": "IEEE Virtual Reality 2008", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/mu/2017/02/mmu2017020104", "title": "A Light-Field Journey to Virtual Reality", "doi": null, "abstractUrl": "/magazine/mu/2017/02/mmu2017020104/13rRUy08MBf", "parentPublication": { "id": "mags/mu", "title": "IEEE MultiMedia", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/var4good/2018/5977/0/08576885", "title": "Degraded Reality: Using VR/AR to simulate visual impairments", "doi": null, "abstractUrl": "/proceedings-article/var4good/2018/08576885/17D45Xtvpep", "parentPublication": { "id": "proceedings/var4good/2018/5977/0", "title": "2018 IEEE Workshop on Augmented and Virtual Realities for Good (VAR4Good)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2022/5365/0/536500a600", "title": "Minimising the duration of a system-controlled virtual reality tour", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2022/536500a600/1J7WfSClY5y", "parentPublication": { "id": "proceedings/ismar-adjunct/2022/5365/0", "title": "2022 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089433", "title": "Glanceable AR: Evaluating Information Access Methods for Head-Worn Augmented Reality", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089433/1jIxf3ZEs0w", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089604", "title": "Examining Whether Secondary Effects of Temperature-Associated Virtual Stimuli Influence Subjective Perception of Duration", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089604/1jIxg8GOOUo", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2020/8508/0/850800a080", "title": "Can Retinal Projection Displays Improve Spatial Perception in Augmented Reality?", "doi": null, "abstractUrl": "/proceedings-article/ismar/2020/850800a080/1pysvYTZF6w", "parentPublication": { "id": "proceedings/ismar/2020/8508/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2020/8508/0/850800a344", "title": "Exploration of Hands-free Text Entry Techniques For Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/ismar/2020/850800a344/1pysyrYBX5C", "parentPublication": { "id": "proceedings/ismar/2020/8508/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2021/4057/0/405700a460", "title": "VR-Phore: A Novel Virtual Reality system for Diagnosis of Binocular Vision", "doi": null, "abstractUrl": "/proceedings-article/vrw/2021/405700a460/1tnXL2XEOw8", "parentPublication": { "id": "proceedings/vrw/2021/4057/0", "title": "2021 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2021/0158/0/015800a310", "title": "Diegetic Representations for Seamless Cross-Reality Interruptions", "doi": null, "abstractUrl": "/proceedings-article/ismar/2021/015800a310/1yeD43bfMc0", "parentPublication": { "id": "proceedings/ismar/2021/0158/0", "title": "2021 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09199571", "articleId": "1ncgwAshfRS", "__typename": "AdjacentArticleType" }, "next": { "fno": "09211732", "articleId": "1nB9X7YX7eU", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBcj5Ep", "title": "July-Aug.", "year": "2017", "issueNum": "04", "idPrefix": "tb", "pubType": "journal", "volume": "14", "label": "July-Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwh80Fv", "doi": "10.1109/TCBB.2016.2550428", "abstract": "Single-cell flow cytometry is a technology that measures the expression of several cellular markers simultaneously for a large number of cells. Identification of homogeneous cell populations, currently done by manual biaxial gating, is highly subjective and time consuming. To overcome the shortcomings of manual gating, automatic algorithms have been proposed. However, the performance of these methods highly depends on the shape of populations and the dimension of the data. In this paper, we have developed a time-efficient method that accurately identifies cellular populations. This is done based on a novel technique that estimates the initial number of clusters in high dimension and identifies the final clusters by merging clusters using their phenotypic signatures in low dimension. The proposed method is called SigClust. We have applied SigClust to four public datasets and compared it with five well known methods in the field. The results are promising and indicate higher performance and accuracy compared to similar approaches reported in literature.", "abstracts": [ { "abstractType": "Regular", "content": "Single-cell flow cytometry is a technology that measures the expression of several cellular markers simultaneously for a large number of cells. Identification of homogeneous cell populations, currently done by manual biaxial gating, is highly subjective and time consuming. To overcome the shortcomings of manual gating, automatic algorithms have been proposed. However, the performance of these methods highly depends on the shape of populations and the dimension of the data. In this paper, we have developed a time-efficient method that accurately identifies cellular populations. This is done based on a novel technique that estimates the initial number of clusters in high dimension and identifies the final clusters by merging clusters using their phenotypic signatures in low dimension. The proposed method is called SigClust. We have applied SigClust to four public datasets and compared it with five well known methods in the field. The results are promising and indicate higher performance and accuracy compared to similar approaches reported in literature.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Single-cell flow cytometry is a technology that measures the expression of several cellular markers simultaneously for a large number of cells. Identification of homogeneous cell populations, currently done by manual biaxial gating, is highly subjective and time consuming. To overcome the shortcomings of manual gating, automatic algorithms have been proposed. However, the performance of these methods highly depends on the shape of populations and the dimension of the data. In this paper, we have developed a time-efficient method that accurately identifies cellular populations. This is done based on a novel technique that estimates the initial number of clusters in high dimension and identifies the final clusters by merging clusters using their phenotypic signatures in low dimension. The proposed method is called SigClust. We have applied SigClust to four public datasets and compared it with five well known methods in the field. The results are promising and indicate higher performance and accuracy compared to similar approaches reported in literature.", "title": "Identifying Cell Populations in Flow Cytometry Data Using Phenotypic Signatures", "normalizedTitle": "Identifying Cell Populations in Flow Cytometry Data Using Phenotypic Signatures", "fno": "07447731", "hasPdf": true, "idPrefix": "tb", "keywords": [ "Sociology", "Statistics", "Clustering Algorithms", "Proteins", "Data Visualization", "Data Mining", "Estimation", "Cell Populations", "Clustering", "Flow Cytometry", "Phenotypic Signature" ], "authors": [ { "givenName": "Maziyar Baran", "surname": "Pouyan", "fullName": "Maziyar Baran Pouyan", "affiliation": "Quality of Life and Technology Lab, The University of Texas at Dallas, Richardson, TX", "__typename": "ArticleAuthorType" }, { "givenName": "Mehrdad", "surname": "Nourani", "fullName": "Mehrdad Nourani", "affiliation": "Quality of Life and Technology Lab, The University of Texas at Dallas, Richardson, TX", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2017-07-01 00:00:00", "pubType": "trans", "pages": "880-891", "year": "2017", "issn": "1545-5963", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/wacv/2016/0641/0/07477735", "title": "A two-sample test for statistical comparisons of shape populations", "doi": null, "abstractUrl": "/proceedings-article/wacv/2016/07477735/12OmNBqMDq2", "parentPublication": { "id": "proceedings/wacv/2016/0641/0", "title": "2016 IEEE Winter Conference on Applications of Computer Vision (WACV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2016/3834/0/3834a121", "title": "Detecting Cell Growth and Drug Response in Heterogeneous Populations: A Dynamic Imaging Approach", "doi": null, "abstractUrl": "/proceedings-article/bibe/2016/3834a121/12OmNvKePI1", "parentPublication": { "id": "proceedings/bibe/2016/3834/0", "title": "2016 IEEE 16th International Conference on Bioinformatics and Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040539", "title": "Applying Mixed Reality to Simulate Vulnerable Populations for Practicing Clinical Communication Skills", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040539/13rRUwInvl1", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2019/04/08062805", "title": "Linear Time Algorithms to Construct Populations Fitting Multiple Constraint Distributions at Genomic Scales", "doi": null, "abstractUrl": "/journal/tb/2019/04/08062805/13rRUyoPSVG", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2021/3902/0/09671874", "title": "Influence in Transient Populations", "doi": null, "abstractUrl": "/proceedings-article/big-data/2021/09671874/1A8gChPJumc", "parentPublication": { "id": "proceedings/big-data/2021/3902/0", "title": "2021 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2020/05/08691575", "title": "An Efficient Algorithm for Identifying Mutated Subnetworks Associated with Survival in Cancer", "doi": null, "abstractUrl": "/journal/tb/2020/05/08691575/1anfjx2j3q0", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/asonam/2019/6868/0/09073137", "title": "Hierarchical Multi-Armed Bandits for Discovering Hidden Populations", "doi": null, "abstractUrl": "/proceedings-article/asonam/2019/09073137/1jjAfyloOFW", "parentPublication": { "id": "proceedings/asonam/2019/6868/0", "title": "2019 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmtma/2021/3892/0/389200a737", "title": "Toward Future ATDs: Anthropometric Differences between Chinese and the U.S. Adult Populations", "doi": null, "abstractUrl": "/proceedings-article/icmtma/2021/389200a737/1t2ncDYmDrG", "parentPublication": { "id": "proceedings/icmtma/2021/3892/0", "title": "2021 13th International Conference on Measuring Technology and Mechatronics Automation (ICMTMA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2021/8808/0/09413180", "title": "Detecting Rare Cell Populations in Flow Cytometry Data Using UMAP", "doi": null, "abstractUrl": "/proceedings-article/icpr/2021/09413180/1tmhj2mshy0", "parentPublication": { "id": "proceedings/icpr/2021/8808/0", "title": "2020 25th International Conference on Pattern Recognition (ICPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2021/4261/0/09635492", "title": "Preliminary study for a fully automated pre-gating method for high-dimensional mass cytometry data", "doi": null, "abstractUrl": "/proceedings-article/bibe/2021/09635492/1zmvnHmlpx6", "parentPublication": { "id": "proceedings/bibe/2021/4261/0", "title": "2021 IEEE 21st International Conference on Bioinformatics and Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07450634", "articleId": "13rRUzp02mR", "__typename": "AdjacentArticleType" }, "next": { "fno": "07464286", "articleId": "13rRUIJuxo5", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvvc5OV", "title": "July-Aug.", "year": "2019", "issueNum": "04", "idPrefix": "tb", "pubType": "journal", "volume": "16", "label": "July-Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyoPSVG", "doi": "10.1109/TCBB.2017.2760879", "abstract": "Computer simulations can be used to study population genetic methods, models, and parameters, as well as to predict potential outcomes. For example, in plant populations, predicting the outcome of breeding operations can be studied using simulations. In-silico construction of populations with pre-specified characteristics is an important task in breeding optimization and other population genetic studies. We present two linear time Simulation using Best-fit Algorithms (SimBA) for two classes of problems where each co-fits two distributions: SimBA-LD fits linkage disequilibrium and minimum allele frequency distributions, while SimBA-hap fits founder-haplotype and polyploid allele dosage distributions. An incremental gap-filling version of previously introduced SimBA-LD is here demonstrated to accurately fit the target distributions, allowing efficient large scale simulations. SimBA-hap accuracy and efficiency is demonstrated by simulating tetraploid populations with varying numbers of founder haplotypes, we evaluate both a linear time greedy algoritm and an optimal solution based on mixed-integer programming. SimBA is available on http://researcher.watson.ibm.com/project/5669.", "abstracts": [ { "abstractType": "Regular", "content": "Computer simulations can be used to study population genetic methods, models, and parameters, as well as to predict potential outcomes. For example, in plant populations, predicting the outcome of breeding operations can be studied using simulations. In-silico construction of populations with pre-specified characteristics is an important task in breeding optimization and other population genetic studies. We present two linear time Simulation using Best-fit Algorithms (SimBA) for two classes of problems where each co-fits two distributions: SimBA-LD fits linkage disequilibrium and minimum allele frequency distributions, while SimBA-hap fits founder-haplotype and polyploid allele dosage distributions. An incremental gap-filling version of previously introduced SimBA-LD is here demonstrated to accurately fit the target distributions, allowing efficient large scale simulations. SimBA-hap accuracy and efficiency is demonstrated by simulating tetraploid populations with varying numbers of founder haplotypes, we evaluate both a linear time greedy algoritm and an optimal solution based on mixed-integer programming. SimBA is available on http://researcher.watson.ibm.com/project/5669.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Computer simulations can be used to study population genetic methods, models, and parameters, as well as to predict potential outcomes. For example, in plant populations, predicting the outcome of breeding operations can be studied using simulations. In-silico construction of populations with pre-specified characteristics is an important task in breeding optimization and other population genetic studies. We present two linear time Simulation using Best-fit Algorithms (SimBA) for two classes of problems where each co-fits two distributions: SimBA-LD fits linkage disequilibrium and minimum allele frequency distributions, while SimBA-hap fits founder-haplotype and polyploid allele dosage distributions. An incremental gap-filling version of previously introduced SimBA-LD is here demonstrated to accurately fit the target distributions, allowing efficient large scale simulations. SimBA-hap accuracy and efficiency is demonstrated by simulating tetraploid populations with varying numbers of founder haplotypes, we evaluate both a linear time greedy algoritm and an optimal solution based on mixed-integer programming. SimBA is available on http://researcher.watson.ibm.com/project/5669.", "title": "Linear Time Algorithms to Construct Populations Fitting Multiple Constraint Distributions at Genomic Scales", "normalizedTitle": "Linear Time Algorithms to Construct Populations Fitting Multiple Constraint Distributions at Genomic Scales", "fno": "08062805", "hasPdf": true, "idPrefix": "tb", "keywords": [ "Biology Computing", "Computational Complexity", "Genetic Algorithms", "Genetics", "Genomics", "Greedy Algorithms", "Integer Programming", "Plant Populations", "Breeding Operations", "Population Genetic Studies", "Linkage Disequilibrium", "Minimum Allele Frequency Distributions", "Sim BA Hap", "Founder Haplotype", "Polyploid Allele Dosage Distributions", "Incremental Gap Filling Version", "Target Distributions", "Tetraploid Populations", "Founder Haplotypes", "Linear Time Greedy Algoritm", "Populations Fitting Multiple Constraint Distributions", "Genomic Scales", "Computer Simulations", "Population Genetic Methods", "Best Fit Algorithms", "Prespecified Characteristics", "Sim BA LD", "Large Scale Simulations", "Sociology", "Statistics", "Genomics", "Bioinformatics", "Predictive Models", "Linkage Disequilibrium", "Population Genetics", "Polyploid", "Founders", "Haplotypes", "Simulation" ], "authors": [ { "givenName": "Enrico", "surname": "Siragusa", "fullName": "Enrico Siragusa", "affiliation": "IBM T. J. Watson Research Center, Yorktown Heights, NY", "__typename": "ArticleAuthorType" }, { "givenName": "Niina", "surname": "Haiminen", "fullName": "Niina Haiminen", "affiliation": "IBM T. J. Watson Research Center, Yorktown Heights, NY", "__typename": "ArticleAuthorType" }, { "givenName": "Filippo", "surname": "Utro", "fullName": "Filippo Utro", "affiliation": "IBM T. J. Watson Research Center, Yorktown Heights, NY", "__typename": "ArticleAuthorType" }, { "givenName": "Laxmi", "surname": "Parida", "fullName": "Laxmi Parida", "affiliation": "IBM T. J. Watson Research Center, Yorktown Heights, NY", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2019-07-01 00:00:00", "pubType": "trans", "pages": "1132-1142", "year": "2019", "issn": "1545-5963", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/iccabs/2016/4199/0/07802796", "title": "Computationally resolving heterogeneity in mixed genomic samples", "doi": null, "abstractUrl": "/proceedings-article/iccabs/2016/07802796/12OmNB8TUa7", "parentPublication": { "id": "proceedings/iccabs/2016/4199/0", "title": "2016 IEEE 6th International Conference on Computational Advances in Bio and Medical Sciences (ICCABS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2016/1611/0/07822784", "title": "Comparisons of linkage disequilibrium blocks of different populations at the sites of natural selection", "doi": null, "abstractUrl": "/proceedings-article/bibm/2016/07822784/12OmNro0IbZ", "parentPublication": { "id": "proceedings/bibm/2016/1611/0", "title": "2016 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2016/1611/0/07822596", "title": "Finding more effective microsatellite markers for forensics", "doi": null, "abstractUrl": "/proceedings-article/bibm/2016/07822596/12OmNvm6VI9", "parentPublication": { "id": "proceedings/bibm/2016/1611/0", "title": "2016 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2017/3050/0/08217660", "title": "Pre-SCNAClonal: Efficient GC bias correction for SCNA based tumor subclonal populations inferring", "doi": null, "abstractUrl": "/proceedings-article/bibm/2017/08217660/12OmNyKa6ao", "parentPublication": { "id": "proceedings/bibm/2017/3050/0", "title": "2017 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2017/3050/0/08218025", "title": "Application of deep learning in genomic selection", "doi": null, "abstractUrl": "/proceedings-article/bibm/2017/08218025/12OmNyRPgQN", "parentPublication": { "id": "proceedings/bibm/2017/3050/0", "title": "2017 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2016/02/07272083", "title": "A Probabilistic Method for Estimating the Sharing of Identity by Descent for Populations with Migration", "doi": null, "abstractUrl": "/journal/tb/2016/02/07272083/13rRUILtJpB", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2019/02/08168351", "title": "Detecting Population-Differentiation Copy Number Variants in Human Population Tree by Sparse Group Selection", "doi": null, "abstractUrl": "/journal/tb/2019/02/08168351/13rRUwjXZQN", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2013/05/ttb2013051137", "title": "Coalescent-Based Method for Learning Parameters of Admixture Events from Large-Scale Genetic Variation Data", "doi": null, "abstractUrl": "/journal/tb/2013/05/ttb2013051137/13rRUxASuWx", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2018/05/08418770", "title": "Simulating the Large-Scale Erosion of Genomic Privacy Over Time", "doi": null, "abstractUrl": "/journal/tb/2018/05/08418770/14dcDYelGku", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdmw/2022/4609/0/460900a334", "title": "Adversarial Removal of Population Bias in Genomics Phenotype Prediction", "doi": null, "abstractUrl": "/proceedings-article/icdmw/2022/460900a334/1KBqYrs2nug", "parentPublication": { "id": "proceedings/icdmw/2022/4609/0", "title": "2022 IEEE International Conference on Data Mining Workshops (ICDMW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08062813", "articleId": "13rRUynHuhB", "__typename": "AdjacentArticleType" }, "next": { "fno": "08418321", "articleId": "13rRUynHuhD", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1LUpyYLBfeo", "title": "May", "year": "2023", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "29", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1KYoplRZLWM", "doi": "10.1109/TVCG.2023.3247046", "abstract": "Mixed Reality (MR) applications along Milgram's Reality-Virtuality (RV) continuum motivated a number of recent theories on potential constructs and factors describing MR experiences. This paper investigates the impact of incongruencies that are processed on different information processing layers (i.e., sensation/perception and cognition layer) to provoke breaks in plausibility. It examines the effects on spatial and overall presence as prominent constructs of Virtual Reality (VR). We developed a simulated maintenance application to test virtual electrical devices. Participants performed test operations on these devices in a counterbalanced, randomized 2×2 between-subject design in either VR as congruent or Augmented Reality (AR) as incongruent on the sensation/perception layer. Cognitive incongruence was induced by the absence of traceable power outages, decoupling perceived cause and effect after activating potentially defective devices. Our results indicate that the effects of the power outages differ significantly in the perceived plausibility and spatial presence ratings between VR and AR. Both ratings decreased for the AR condition (incongruent sensation/perception) compared to VR (congruent sensation/perception) for the congruent cognitive case but increased for the incongruent cognitive case. The results are discussed and put into perspective in the scope of recent theories of MR experiences.", "abstracts": [ { "abstractType": "Regular", "content": "Mixed Reality (MR) applications along Milgram's Reality-Virtuality (RV) continuum motivated a number of recent theories on potential constructs and factors describing MR experiences. This paper investigates the impact of incongruencies that are processed on different information processing layers (i.e., sensation/perception and cognition layer) to provoke breaks in plausibility. It examines the effects on spatial and overall presence as prominent constructs of Virtual Reality (VR). We developed a simulated maintenance application to test virtual electrical devices. Participants performed test operations on these devices in a counterbalanced, randomized 2×2 between-subject design in either VR as congruent or Augmented Reality (AR) as incongruent on the sensation/perception layer. Cognitive incongruence was induced by the absence of traceable power outages, decoupling perceived cause and effect after activating potentially defective devices. Our results indicate that the effects of the power outages differ significantly in the perceived plausibility and spatial presence ratings between VR and AR. Both ratings decreased for the AR condition (incongruent sensation/perception) compared to VR (congruent sensation/perception) for the congruent cognitive case but increased for the incongruent cognitive case. The results are discussed and put into perspective in the scope of recent theories of MR experiences.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Mixed Reality (MR) applications along Milgram's Reality-Virtuality (RV) continuum motivated a number of recent theories on potential constructs and factors describing MR experiences. This paper investigates the impact of incongruencies that are processed on different information processing layers (i.e., sensation/perception and cognition layer) to provoke breaks in plausibility. It examines the effects on spatial and overall presence as prominent constructs of Virtual Reality (VR). We developed a simulated maintenance application to test virtual electrical devices. Participants performed test operations on these devices in a counterbalanced, randomized 2×2 between-subject design in either VR as congruent or Augmented Reality (AR) as incongruent on the sensation/perception layer. Cognitive incongruence was induced by the absence of traceable power outages, decoupling perceived cause and effect after activating potentially defective devices. Our results indicate that the effects of the power outages differ significantly in the perceived plausibility and spatial presence ratings between VR and AR. Both ratings decreased for the AR condition (incongruent sensation/perception) compared to VR (congruent sensation/perception) for the congruent cognitive case but increased for the incongruent cognitive case. The results are discussed and put into perspective in the scope of recent theories of MR experiences.", "title": "Exploring Plausibility and Presence in Mixed Reality Experiences", "normalizedTitle": "Exploring Plausibility and Presence in Mixed Reality Experiences", "fno": "10049710", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Augmented Reality", "Cognition", "Augmented Reality", "Between Subject Design", "Cognition Layer", "Cognitive Incongruence", "Congruent Cognitive Case", "Congruent Reality", "Incongruent Cognitive Case", "Information Processing Layers", "Mixed Reality Applications", "Mixed Reality Experiences", "MR Experiences", "Overall Presence", "Perceived Cause", "Perceived Plausibility", "Potential Constructs", "Potentially Defective Devices", "Prominent Constructs", "Simulated Maintenance Application", "Spatial Presence Ratings", "Test Operations", "Traceable Power Outages", "Virtual Electrical Devices", "Virtual Reality", "VR", "Virtual Reality", "Transportation", "Power System Reliability", "X Reality", "Virtual Environments", "Solid Modeling", "Psychology", "Plausibility", "Presence", "Congruence", "Mixed Reality", "Virtual Reality", "Augmented Reality", "Spatial Presence" ], "authors": [ { "givenName": "Franziska", "surname": "Westermeier", "fullName": "Franziska Westermeier", "affiliation": "Human-Computer Interaction (HCI) group and the Psychology of Intelligent Interactive Systems (PIIS) group from the University of Wurzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Larissa", "surname": "Brübach", "fullName": "Larissa Brübach", "affiliation": "Human-Computer Interaction (HCI) group and the Psychology of Intelligent Interactive Systems (PIIS) group from the University of Wurzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Marc Erich", "surname": "Latoschik", "fullName": "Marc Erich Latoschik", "affiliation": "HCI group from the University of Wurzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Carolin", "surname": "Wienrich", "fullName": "Carolin Wienrich", "affiliation": "PIIS group from the University of Wurzburg, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "05", "pubDate": "2023-05-01 00:00:00", "pubType": "trans", "pages": "2680-2689", "year": "2023", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2014/2871/0/06802057", "title": "Design and evaluation of Binaural auditory rendering for CAVEs", "doi": null, "abstractUrl": "/proceedings-article/vr/2014/06802057/12OmNCctfc5", "parentPublication": { "id": "proceedings/vr/2014/2871/0", "title": "2014 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2017/6647/0/07892307", "title": "Air cushion: A pilot study of the passive technique to mitigate simulator sickness by responding to vection", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892307/12OmNClQ0yz", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/11/08007246", "title": "AR Feels &#x201c;Softer&#x201d; than VR: Haptic Perception of Stiffness in Augmented versus Virtual Reality", "doi": null, "abstractUrl": "/journal/tg/2017/11/08007246/13rRUwh80Hj", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2018/7202/0/720200a442", "title": "A Pilot Study: VR and Binaural Sounds for Mood Management", "doi": null, "abstractUrl": "/proceedings-article/iv/2018/720200a442/17D45Xh13sX", "parentPublication": { "id": "proceedings/iv/2018/7202/0", "title": "2018 22nd International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/05/09714117", "title": "Breaking Plausibility Without Breaking Presence - Evidence For The Multi-Layer Nature Of Plausibility", "doi": null, "abstractUrl": "/journal/tg/2022/05/09714117/1B0XXIKCoWA", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2022/06/09984060", "title": "Teaching Social Virtual Reality With Ubiq", "doi": null, "abstractUrl": "/magazine/cg/2022/06/09984060/1J4y69NDkek", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2022/5325/0/532500a489", "title": "Plausibility and Perception of Personalized Virtual Humans between Virtual and Augmented Reality", "doi": null, "abstractUrl": "/proceedings-article/ismar/2022/532500a489/1JrQTvCTbhK", "parentPublication": { "id": "proceedings/ismar/2022/5325/0", "title": "2022 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/05/10049676", "title": "The Impact of Avatar and Environment Congruence on Plausibility, Embodiment, Presence, and the Proteus Effect in Virtual Reality", "doi": null, "abstractUrl": "/journal/tg/2023/05/10049676/1KYosbnM8q4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2020/7675/0/767500a051", "title": "Exploring Virtual Environments by Visually Impaired Using a Mixed Reality Cane Without Visual Feedback", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2020/767500a051/1pBMgh7AbaU", "parentPublication": { "id": "proceedings/ismar-adjunct/2020/7675/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2020/8508/0/850800a639", "title": "Visual-Auditory Redirection: Multimodal Integration of Incongruent Visual and Auditory Cues for Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/ismar/2020/850800a639/1pysvxeFG4E", "parentPublication": { "id": "proceedings/ismar/2020/8508/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "10054238", "articleId": "1L6HOIvywcU", "__typename": "AdjacentArticleType" }, "next": { "fno": "10049727", "articleId": "1KYotDyxwkM", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1zKXryr0JDG", "title": "Feb.", "year": "2022", "issueNum": "02", "idPrefix": "tg", "pubType": "journal", "volume": "28", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1lClltCZfOg", "doi": "10.1109/TVCG.2020.3010247", "abstract": "As a hyper-natural interaction technique in 3D user interfaces, non-isomorphic rotation has been considered an effective approach for rotation tasks, where a static or dynamic control-display gain can be applied to amplify or attenuate a rotation. However, it is not clear whether non-isomorphic rotation can benefit 6-degree-of-freedom (6-DOF) manipulation tasks in AR and VR. In this article, we extended the usability studies of non-isomorphic rotation from rotation-only tasks to 6-DOF manipulation tasks and analyzed the collected data using a 2-component model. Using a mixed reality (MR) simulation approach, we also investigated whether environment (AR or VR) had an impact on 3D manipulation tasks. The results reveal that although both static and dynamic non-isomorphic rotation techniques could save time and effort in ballistic phases, only dynamic non-isomorphic rotation was significantly faster than isomorphic rotation. Interestingly, while environment had no significant impact on overall user performance, we found evidence that it could affect fine-tuning in correction phases. We also found that most participants preferred AR over VR, indicating that environmental visual realism could be helpful to improve user experience.", "abstracts": [ { "abstractType": "Regular", "content": "As a hyper-natural interaction technique in 3D user interfaces, non-isomorphic rotation has been considered an effective approach for rotation tasks, where a static or dynamic control-display gain can be applied to amplify or attenuate a rotation. However, it is not clear whether non-isomorphic rotation can benefit 6-degree-of-freedom (6-DOF) manipulation tasks in AR and VR. In this article, we extended the usability studies of non-isomorphic rotation from rotation-only tasks to 6-DOF manipulation tasks and analyzed the collected data using a 2-component model. Using a mixed reality (MR) simulation approach, we also investigated whether environment (AR or VR) had an impact on 3D manipulation tasks. The results reveal that although both static and dynamic non-isomorphic rotation techniques could save time and effort in ballistic phases, only dynamic non-isomorphic rotation was significantly faster than isomorphic rotation. Interestingly, while environment had no significant impact on overall user performance, we found evidence that it could affect fine-tuning in correction phases. We also found that most participants preferred AR over VR, indicating that environmental visual realism could be helpful to improve user experience.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "As a hyper-natural interaction technique in 3D user interfaces, non-isomorphic rotation has been considered an effective approach for rotation tasks, where a static or dynamic control-display gain can be applied to amplify or attenuate a rotation. However, it is not clear whether non-isomorphic rotation can benefit 6-degree-of-freedom (6-DOF) manipulation tasks in AR and VR. In this article, we extended the usability studies of non-isomorphic rotation from rotation-only tasks to 6-DOF manipulation tasks and analyzed the collected data using a 2-component model. Using a mixed reality (MR) simulation approach, we also investigated whether environment (AR or VR) had an impact on 3D manipulation tasks. The results reveal that although both static and dynamic non-isomorphic rotation techniques could save time and effort in ballistic phases, only dynamic non-isomorphic rotation was significantly faster than isomorphic rotation. Interestingly, while environment had no significant impact on overall user performance, we found evidence that it could affect fine-tuning in correction phases. We also found that most participants preferred AR over VR, indicating that environmental visual realism could be helpful to improve user experience.", "title": "Evaluating the Effects of Non-Isomorphic Rotation on 3D Manipulation Tasks in Mixed Reality Simulation", "normalizedTitle": "Evaluating the Effects of Non-Isomorphic Rotation on 3D Manipulation Tasks in Mixed Reality Simulation", "fno": "09144483", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Augmented Reality", "Computer Displays", "Data Visualisation", "Ergonomics", "Graphical User Interfaces", "Human Computer Interaction", "Human Factors", "Interactive Systems", "Touch Sensitive Screens", "Rotation Tasks", "Nonisomorphic Rotation Techniques", "Isomorphic Rotation", "3 D User Interfaces", "Hyper Natural Interaction Technique", "Mixed Reality Simulation", "Task Analysis", "Three Dimensional Displays", "Virtual Reality", "Solid Modeling", "User Interfaces", "Usability", "Manipulator Dynamics", "Virtual Reality", "Augmented Reality", "Mixed Reality Simulation", "3 D Interaction", "Non Isomorphic Rotation" ], "authors": [ { "givenName": "Zihan", "surname": "Gao", "fullName": "Zihan Gao", "affiliation": "College of Computer Science and Technology, Harbin Engineering University, Harbin, Heilongjiang, China", "__typename": "ArticleAuthorType" }, { "givenName": "Huiqiang", "surname": "Wang", "fullName": "Huiqiang Wang", "affiliation": "College of Computer Science and Technology, Harbin Engineering University, Harbin, Heilongjiang, China", "__typename": "ArticleAuthorType" }, { "givenName": "Hongwu", "surname": "Lv", "fullName": "Hongwu Lv", "affiliation": "College of Computer Science and Technology, Harbin Engineering University, Harbin, Heilongjiang, China", "__typename": "ArticleAuthorType" }, { "givenName": "Moshu", "surname": "Wang", "fullName": "Moshu Wang", "affiliation": "College of Computer Science and Technology, Harbin Engineering University, Harbin, Heilongjiang, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yifan", "surname": "Qi", "fullName": "Yifan Qi", "affiliation": "Peng Cheng Laboratory, Shenzhen, Guangdong, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2022-02-01 00:00:00", "pubType": "trans", "pages": "1261-1273", "year": "2022", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/3dui/2007/0907/0/04142845", "title": "An Exploration of Non-Isomorphic 3D Rotation in Surround Screen Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/3dui/2007/04142845/12OmNAJ4pea", "parentPublication": { "id": "proceedings/3dui/2007/0907/0", "title": "2007 IEEE Symposium on 3D User Interfaces", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/1999/0210/0/02100032", "title": "Virtual Reality and Augmented Reality as a Training Tool for Assembly Tasks", "doi": null, "abstractUrl": "/proceedings-article/iv/1999/02100032/12OmNAObbyR", "parentPublication": { "id": "proceedings/iv/1999/0210/0", "title": "1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3dui/2008/2047/0/04476614", "title": "Poster: Effects of Head Tracking and Stereo on Non-Isomorphic 3D Rotation", "doi": null, "abstractUrl": "/proceedings-article/3dui/2008/04476614/12OmNqEAT7R", "parentPublication": { "id": "proceedings/3dui/2008/2047/0", "title": "2008 IEEE Symposium on 3D User Interfaces", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/02/07833028", "title": "Augmented Reality versus Virtual Reality for 3D Object Manipulation", "doi": null, "abstractUrl": "/journal/tg/2018/02/07833028/13rRUwInvsX", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a620", "title": "Design of Mentally and Physically Demanding Tasks as Distractors of Rotation Gains", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a620/1CJdavNhwAw", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a538", "title": "Effects of Clutching Mechanism on Remote Object Manipulation Tasks", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a538/1CJf9GYjHMc", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/11/09874255", "title": "Precueing Object Placement and Orientation for Manual Tasks in Augmented Reality", "doi": null, "abstractUrl": "/journal/tg/2022/11/09874255/1GjwLnkmt8I", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/imet/2022/7016/0/09929500", "title": "Interactive Historical Documentary in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/imet/2022/09929500/1HYuTheBVYY", "parentPublication": { "id": "proceedings/imet/2022/7016/0", "title": "2022 International Conference on Interactive Media, Smart Systems and Emerging Technologies (IMET)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090415", "title": "Enhancing Proxy-Based Haptics in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090415/1jIxtWMak6c", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2021/1838/0/255600a778", "title": "Evaluating Object Manipulation Interaction Techniques in Mixed Reality: Tangible User Interfaces and Gesture", "doi": null, "abstractUrl": "/proceedings-article/vr/2021/255600a778/1tuBngWRAC4", "parentPublication": { "id": "proceedings/vr/2021/1838/0", "title": "2021 IEEE Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09018202", "articleId": "1hN4BrDSVHi", "__typename": "AdjacentArticleType" }, "next": { "fno": "09157962", "articleId": "1m1eKuAoOoE", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzA6GUv", "title": "May", "year": "2019", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "25", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "17PYEiVyc2u", "doi": "10.1109/TVCG.2019.2898822", "abstract": "Modal sound synthesis has been used to create realistic sounds from rigid-body objects, but requires accurate real-world material parameters. These material parameters can be estimated from recorded sounds of an impacted object, but external factors can interfere with accurate parameter estimation. We present a novel technique for estimating the damping parameters of materials from recorded impact sounds that probabilistically models these external factors. We represent the combined effects of material damping, support damping, and sampling inaccuracies with a probabilistic generative model, then use maximum likelihood estimation to fit a damping model to recorded data. This technique greatly reduces the human effort needed and does not require the precise object geometry or the exact hit location. We validate the effectiveness of this technique with a comprehensive analysis of a synthetic dataset and a perceptual study on object identification. We also present a study establishing human performance on the same parameter estimation task for comparison.", "abstracts": [ { "abstractType": "Regular", "content": "Modal sound synthesis has been used to create realistic sounds from rigid-body objects, but requires accurate real-world material parameters. These material parameters can be estimated from recorded sounds of an impacted object, but external factors can interfere with accurate parameter estimation. We present a novel technique for estimating the damping parameters of materials from recorded impact sounds that probabilistically models these external factors. We represent the combined effects of material damping, support damping, and sampling inaccuracies with a probabilistic generative model, then use maximum likelihood estimation to fit a damping model to recorded data. This technique greatly reduces the human effort needed and does not require the precise object geometry or the exact hit location. We validate the effectiveness of this technique with a comprehensive analysis of a synthetic dataset and a perceptual study on object identification. We also present a study establishing human performance on the same parameter estimation task for comparison.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Modal sound synthesis has been used to create realistic sounds from rigid-body objects, but requires accurate real-world material parameters. These material parameters can be estimated from recorded sounds of an impacted object, but external factors can interfere with accurate parameter estimation. We present a novel technique for estimating the damping parameters of materials from recorded impact sounds that probabilistically models these external factors. We represent the combined effects of material damping, support damping, and sampling inaccuracies with a probabilistic generative model, then use maximum likelihood estimation to fit a damping model to recorded data. This technique greatly reduces the human effort needed and does not require the precise object geometry or the exact hit location. We validate the effectiveness of this technique with a comprehensive analysis of a synthetic dataset and a perceptual study on object identification. We also present a study establishing human performance on the same parameter estimation task for comparison.", "title": "Audio-Material Reconstruction for Virtualized Reality Using a Probabilistic Damping Model", "normalizedTitle": "Audio-Material Reconstruction for Virtualized Reality Using a Probabilistic Damping Model", "fno": "08642440", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Audio Signal Processing", "Damping", "Image Reconstruction", "Maximum Likelihood Estimation", "Probability", "Virtual Reality", "Object Identification", "Parameter Estimation Task", "Audio Material Reconstruction", "Virtualized Reality", "Probabilistic Damping Model", "Modal Sound Synthesis", "Rigid Body Objects", "Real World Material Parameters", "Impacted Object", "Material Damping", "Support Damping", "Probabilistic Generative Model", "Maximum Likelihood Estimation", "Damping", "Vibrations", "Analytical Models", "Geometry", "Probabilistic Logic", "Real Time Systems", "Parameter Estimation", "Damping Modeling", "Sound Synthesis", "Modal Analysis", "Statistical Modeling" ], "authors": [ { "givenName": "Auston", "surname": "Sterling", "fullName": "Auston Sterling", "affiliation": "UNC Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Nicholas", "surname": "Rewkowski", "fullName": "Nicholas Rewkowski", "affiliation": "UNC Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Roberta L.", "surname": "Klatzky", "fullName": "Roberta L. Klatzky", "affiliation": "Carnegie Mellon University", "__typename": "ArticleAuthorType" }, { "givenName": "Ming C.", "surname": "Lin", "fullName": "Ming C. Lin", "affiliation": "University of Maryland", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2019-05-01 00:00:00", "pubType": "trans", "pages": "1855-1864", "year": "2019", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icdma/2011/4455/0/4455a339", "title": "Damping Characteristic of Composite Material with Periodic Micro-Tetrahedron Structures", "doi": null, "abstractUrl": "/proceedings-article/icdma/2011/4455a339/12OmNB836Om", "parentPublication": { "id": "proceedings/icdma/2011/4455/0", "title": "2011 Second International Conference on Digital Manufacturing & Automation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wmsvm/2010/7077/0/05558288", "title": "BESO of Structures with Constrained Damping", "doi": null, "abstractUrl": "/proceedings-article/wmsvm/2010/05558288/12OmNy3Agyt", "parentPublication": { "id": "proceedings/wmsvm/2010/7077/0", "title": "2010 Second International Conference on Modeling, Simulation and Visualization Methods (WMSVM 2010)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icicta/2015/7644/0/7644a941", "title": "The Bibliometrics Analysis of the Status and Research Fronts in Preparing Damping Material with Waste Rubber in Terms of Web of Science", "doi": null, "abstractUrl": "/proceedings-article/icicta/2015/7644a941/12OmNzIUfVT", "parentPublication": { "id": "proceedings/icicta/2015/7644/0", "title": "2015 8th International Conference on Intelligent Computation Technology and Automation (ICICTA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cdciem/2012/4639/0/4639a647", "title": "Studies on Vibration Control of Beam by Damping Material", "doi": null, "abstractUrl": "/proceedings-article/cdciem/2012/4639a647/12OmNzaQozE", "parentPublication": { "id": "proceedings/cdciem/2012/4639/0", "title": "Computer Distributed Control and Intelligent Environmental Monitoring, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/isdea/2010/4212/1/4212a683", "title": "Estimation of Damping Matrices of Cable-Stayed Bridges Based on Known Data of Modal Damping", "doi": null, "abstractUrl": "/proceedings-article/isdea/2010/4212a683/12OmNzmclUx", "parentPublication": { "id": null, "title": null, "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2017/04/07728146", "title": "Visual Vibrometry: Estimating Material Properties from Small Motions in Video", "doi": null, "abstractUrl": "/journal/tp/2017/04/07728146/13rRUxYrbNC", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040557", "title": "Auditory Perception of Geometry-Invariant Material Properties", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040557/13rRUxly95x", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icvisp/2021/0770/0/077000a118", "title": "Comparison of Wake Oscillator Models with Different Damping Terms", "doi": null, "abstractUrl": "/proceedings-article/icvisp/2021/077000a118/1APq9yfO3U4", "parentPublication": { "id": "proceedings/icvisp/2021/0770/0", "title": "2021 5th International Conference on Vision, Image and Signal Processing (ICVISP)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmiae/2022/7396/0/739600a011", "title": "Research on Composite Vibration Damping System Based on Adaptive Gasket", "doi": null, "abstractUrl": "/proceedings-article/icmiae/2022/739600a011/1JgrIFnk1nW", "parentPublication": { "id": "proceedings/icmiae/2022/7396/0", "title": "2022 International Conference on Manufacturing, Industrial Automation and Electronics (ICMIAE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ifeea/2021/0088/0/008800a284", "title": "Effect of stiffness and damping of spring on power flow in a vibration system", "doi": null, "abstractUrl": "/proceedings-article/ifeea/2021/008800a284/1LHcFEY4EuY", "parentPublication": { "id": "proceedings/ifeea/2021/0088/0", "title": "2021 8th International Forum on Electrical Engineering and Automation (IFEEA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08642450", "articleId": "17PYEkUaUec", "__typename": "AdjacentArticleType" }, "next": { "fno": "08642346", "articleId": "17PYElfKq78", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "18K97CMQh3y", "name": "ttg201905-08642440s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201905-08642440s1.zip", "extension": "zip", "size": "2.32 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNrYlmwq", "title": "March/April", "year": "2007", "issueNum": "02", "idPrefix": "tg", "pubType": "journal", "volume": "13", "label": "March/April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUygT7f1", "doi": "10.1109/TVCG.2007.37", "abstract": "Abstract—Since Head Mounted Displays (HMD), datagloves, tracking systems, and powerful computer graphics resources are nowadays in an affordable price range, the usage of PC-based \"Virtual Training Systems” becomes very attractive. However, due to the limited field of view of HMD devices, additional modalities have to be provided to benefit from 3D environments. A 3D sound simulation can improve the capabilities of VR systems dramatically. Unfortunately, realistic 3D sound simulations are expensive and demand a tremendous amount of computational power to calculate reverberation, occlusion, and obstruction effects. To use 3D sound in a PC-based training system as a way to direct and guide trainees to observe specific events in 3D space, a cheaper alternative has to be provided, so that a broader range of applications can take advantage of this modality. To address this issue, we focus in this paper on the evaluation of a low-cost 3D sound simulation that is capable of providing traceable 3D sound events. We describe our experimental system setup using conventional stereo headsets in combination with a tracked HMD device and present our results with regard to precision, speed, and used signal types for localizing simulated sound events in a virtual training environment.", "abstracts": [ { "abstractType": "Regular", "content": "Abstract—Since Head Mounted Displays (HMD), datagloves, tracking systems, and powerful computer graphics resources are nowadays in an affordable price range, the usage of PC-based \"Virtual Training Systems” becomes very attractive. However, due to the limited field of view of HMD devices, additional modalities have to be provided to benefit from 3D environments. A 3D sound simulation can improve the capabilities of VR systems dramatically. Unfortunately, realistic 3D sound simulations are expensive and demand a tremendous amount of computational power to calculate reverberation, occlusion, and obstruction effects. To use 3D sound in a PC-based training system as a way to direct and guide trainees to observe specific events in 3D space, a cheaper alternative has to be provided, so that a broader range of applications can take advantage of this modality. To address this issue, we focus in this paper on the evaluation of a low-cost 3D sound simulation that is capable of providing traceable 3D sound events. We describe our experimental system setup using conventional stereo headsets in combination with a tracked HMD device and present our results with regard to precision, speed, and used signal types for localizing simulated sound events in a virtual training environment.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Abstract—Since Head Mounted Displays (HMD), datagloves, tracking systems, and powerful computer graphics resources are nowadays in an affordable price range, the usage of PC-based \"Virtual Training Systems” becomes very attractive. However, due to the limited field of view of HMD devices, additional modalities have to be provided to benefit from 3D environments. A 3D sound simulation can improve the capabilities of VR systems dramatically. Unfortunately, realistic 3D sound simulations are expensive and demand a tremendous amount of computational power to calculate reverberation, occlusion, and obstruction effects. To use 3D sound in a PC-based training system as a way to direct and guide trainees to observe specific events in 3D space, a cheaper alternative has to be provided, so that a broader range of applications can take advantage of this modality. To address this issue, we focus in this paper on the evaluation of a low-cost 3D sound simulation that is capable of providing traceable 3D sound events. We describe our experimental system setup using conventional stereo headsets in combination with a tracked HMD device and present our results with regard to precision, speed, and used signal types for localizing simulated sound events in a virtual training environment.", "title": "Evaluation of a Low-Cost 3D Sound System for Immersive Virtual Reality Training Systems", "normalizedTitle": "Evaluation of a Low-Cost 3D Sound System for Immersive Virtual Reality Training Systems", "fno": "v0204", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Audio Visual Systems", "Computer Based Training", "Data Gloves", "Helmet Mounted Displays", "Solid Modelling", "Virtual Reality", "3 D Sound System", "Immersive Virtual Reality Training Systems", "Head Mounted Displays", "Datagloves", "Tracking Systems", "Computer Graphics", "3 D Environment", "3 D Sound Simulation", "PC Based Training", "Stereo Headset", "Audio Systems", "Virtual Reality", "Psychoacoustic Models", "Computational Modeling", "Aerospace Simulation", "Acoustic Measurements", "Reverberation", "Discrete Event Simulation", "Computer Displays", "Data Gloves", "3 D Sound Simulation", "Virtual Environments", "Virtual Training" ], "authors": [ { "givenName": "Kai-Uwe", "surname": "Doerr", "fullName": "Kai-Uwe Doerr", "affiliation": "California Institute for Telecommunications and Information Technology, 3100 Calit2 Building, Irvine, CA 92697-2800", "__typename": "ArticleAuthorType" }, { "givenName": "Holger", "surname": "Rademacher", "fullName": "Holger Rademacher", "affiliation": "Darmstadt University of Technology, Institute of Ergonomics, Petersenstraße 30, Room L1/01 508, D-64287 Darmstadt, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Silke", "surname": "Huesgen", "fullName": "Silke Huesgen", "affiliation": "Darmstadt University of Technology, Institute of Flight Systems and Automatic Control, Petersenstr. 30, D-64287 Darmstadt, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Wolfgang", "surname": "Kubbat", "fullName": "Wolfgang Kubbat", "affiliation": "Darmstadt University of Technology, Institute of Flight Systems and Automatic Control, Petersenstr. 30, D-64287 Darmstadt, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2007-03-01 00:00:00", "pubType": "trans", "pages": "204-212", "year": "2007", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ssst/1995/6985/0/69850450", "title": "Sound demonstration software for teaching DSP", "doi": null, "abstractUrl": "/proceedings-article/ssst/1995/69850450/12OmNAQant4", "parentPublication": { "id": "proceedings/ssst/1995/6985/0", "title": "Southeastern Symposium on System Theory", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2013/4795/0/06549396", "title": "Integration of spatial sound in immersive virtual environments an experimental study on effects of spatial sound on presence", "doi": null, "abstractUrl": "/proceedings-article/vr/2013/06549396/12OmNqNG3ev", "parentPublication": { "id": "proceedings/vr/2013/4795/0", "title": "2013 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223437", "title": "Low cost virtual reality for medical training", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223437/12OmNxWLTFV", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccms/2010/3941/1/3941a044", "title": "A 3D Sound Simulation System for Flight Simulator", "doi": null, "abstractUrl": "/proceedings-article/iccms/2010/3941a044/12OmNyjLoOl", "parentPublication": { "id": "proceedings/iccms/2010/3941/3", "title": "Computer Modeling and Simulation, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2011/09/ttg2011091234", "title": "Sound Synthesis and Evaluation of Interactive Footsteps and Environmental Sounds Rendering for Virtual Reality Applications", "doi": null, "abstractUrl": "/journal/tg/2011/09/ttg2011091234/13rRUwjoNwZ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2007/01/mcg2007010014", "title": "Physically Based Sound Synthesis for Large-Scale Virtual Environments", "doi": null, "abstractUrl": "/magazine/cg/2007/01/mcg2007010014/13rRUy0HYUd", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/aivr/2018/9269/0/926900a204", "title": "Comparative Reality: Measuring User Experience and Emotion in Immersive Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/aivr/2018/926900a204/17D45Xi9rXe", "parentPublication": { "id": "proceedings/aivr/2018/9269/0", "title": "2018 IEEE International Conference on Artificial Intelligence and Virtual Reality (AIVR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/euc/2022/9635/0/963500a017", "title": "Obstruction simulation in real-time 3D audio on edge systems", "doi": null, "abstractUrl": "/proceedings-article/euc/2022/963500a017/1M4r9fSlKjm", "parentPublication": { "id": "proceedings/euc/2022/9635/0", "title": "2022 IEEE 20th International Conference on Embedded and Ubiquitous Computing (EUC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2019/4617/0/461700b002", "title": "Interactive and Immersive Image-Guided Control of Interventional Manipulators with a Prototype Holographic Interface", "doi": null, "abstractUrl": "/proceedings-article/bibe/2019/461700b002/1grPjcS06Eo", "parentPublication": { "id": "proceedings/bibe/2019/4617/0", "title": "2019 IEEE 19th International Conference on Bioinformatics and Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2021/1838/0/255600a582", "title": "Head Up Visualization of Spatial Sound Sources in Virtual Reality for Deaf and Hard-of-Hearing People", "doi": null, "abstractUrl": "/proceedings-article/vr/2021/255600a582/1tuAPlsZnMc", "parentPublication": { "id": "proceedings/vr/2021/1838/0", "title": "2021 IEEE Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "v0193", "articleId": "13rRUxNW1Zc", "__typename": "AdjacentArticleType" }, "next": { "fno": "v0213", "articleId": "13rRUyogGA3", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBOUxmQ", "title": "November/December", "year": "2008", "issueNum": "06", "idPrefix": "tg", "pubType": "journal", "volume": "14", "label": "November/December", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUygT7mO", "doi": "10.1109/TVCG.2008.111", "abstract": "We present an interactive algorithm to compute sound propagation paths for transmission, specular reflection and edge diffraction in complex scenes. Our formulation uses an adaptive frustum representation that is automatically sub-divided to accurately compute intersections with the scene primitives. We describe a simple and fast algorithm to approximate the visible surface for each frustum and generate new frusta based on specular reflection and edge diffraction. Our approach is applicable to all triangulated models and we demonstrate its performance on architectural and outdoor models with tens or hundreds of thousands of triangles and moving objects. In practice, our algorithm can perform geometric sound propagation in complex scenes at 4-20 frames per second on a multi-core PC.", "abstracts": [ { "abstractType": "Regular", "content": "We present an interactive algorithm to compute sound propagation paths for transmission, specular reflection and edge diffraction in complex scenes. Our formulation uses an adaptive frustum representation that is automatically sub-divided to accurately compute intersections with the scene primitives. We describe a simple and fast algorithm to approximate the visible surface for each frustum and generate new frusta based on specular reflection and edge diffraction. Our approach is applicable to all triangulated models and we demonstrate its performance on architectural and outdoor models with tens or hundreds of thousands of triangles and moving objects. In practice, our algorithm can perform geometric sound propagation in complex scenes at 4-20 frames per second on a multi-core PC.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present an interactive algorithm to compute sound propagation paths for transmission, specular reflection and edge diffraction in complex scenes. Our formulation uses an adaptive frustum representation that is automatically sub-divided to accurately compute intersections with the scene primitives. We describe a simple and fast algorithm to approximate the visible surface for each frustum and generate new frusta based on specular reflection and edge diffraction. Our approach is applicable to all triangulated models and we demonstrate its performance on architectural and outdoor models with tens or hundreds of thousands of triangles and moving objects. In practice, our algorithm can perform geometric sound propagation in complex scenes at 4-20 frames per second on a multi-core PC.", "title": "AD-Frustum: Adaptive Frustum Tracing for Interactive Sound Propagation", "normalizedTitle": "AD-Frustum: Adaptive Frustum Tracing for Interactive Sound Propagation", "fno": "ttg2008061707", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Index Terms Sound Propagation", "Interactive System", "Auralization" ], "authors": [ { "givenName": "Anish", "surname": "Chandak", "fullName": "Anish Chandak", "affiliation": "UNC-Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Christian", "surname": "Lauterbach", "fullName": "Christian Lauterbach", "affiliation": "UNC-Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Micah", "surname": "Taylor", "fullName": "Micah Taylor", "affiliation": "UNC-Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Zhimin", "surname": "Ren", "fullName": "Zhimin Ren", "affiliation": "UNC-Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Dinesh", "surname": "Manocha", "fullName": "Dinesh Manocha", "affiliation": "UNC-Chapel Hill", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "2008-11-01 00:00:00", "pubType": "trans", "pages": "1707-1722", "year": "2008", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/sive/2014/5781/0/07006289", "title": "Wave-based sound propagation for VR applications", "doi": null, "abstractUrl": "/proceedings-article/sive/2014/07006289/12OmNAXglTR", "parentPublication": { "id": "proceedings/sive/2014/5781/0", "title": "2014 IEEE VR Workshop: Sonic Interaction in Virtual Environments (SIVE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ieee-vis/2005/2766/0/01532790", "title": "Phonon tracing for auralization and visualization of sound", "doi": null, "abstractUrl": "/proceedings-article/ieee-vis/2005/01532790/12OmNxxdZyx", "parentPublication": { "id": "proceedings/ieee-vis/2005/2766/0", "title": "Visualization Conference, IEEE", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sbgames/2011/4648/0/4648a070", "title": "An Architecture Using a Finite Difference Method to Calculate Realistic Sound Equalization in Games", "doi": null, "abstractUrl": "/proceedings-article/sbgames/2011/4648a070/12OmNyuPKYm", "parentPublication": { "id": "proceedings/sbgames/2011/4648/0", "title": "2011 Brazilian Symposium on Games and Digital Entertainment", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cisp/2008/3119/1/3119a027", "title": "The Directivity of Sound Source Influence on Measurement of Reflection Coefficients at Oblique Incidence Using NAH", "doi": null, "abstractUrl": "/proceedings-article/cisp/2008/3119a027/12OmNzvQHMI", "parentPublication": { "id": "proceedings/cisp/2008/3119/1", "title": "Image and Signal Processing, Congress on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/04/08307458", "title": "Diffraction Kernels for Interactive Sound Propagation in Dynamic Environments", "doi": null, "abstractUrl": "/journal/tg/2018/04/08307458/13rRUwh80Hk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2012/11/ttg2012111797", "title": "Guided Multiview Ray Tracing for Fast Auralization", "doi": null, "abstractUrl": "/journal/tg/2012/11/ttg2012111797/13rRUxAAST4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040567", "title": "Aural Proxies and Directionally-Varying Reverberation for Interactive Sound Propagation in Virtual Environments", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040567/13rRUxD9gXG", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/06/v1672", "title": "Interactive sound rendering in complex and dynamic scenes using frustum tracing", "doi": null, "abstractUrl": "/journal/tg/2007/06/v1672/13rRUxNEqPJ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/10024005", "title": "Specular Path Generation and Near-Reflective Diffraction in Interactive Acoustical Simulations", "doi": null, "abstractUrl": "/journal/tg/5555/01/10024005/1K9ss42cTAI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2021/1838/0/255600a835", "title": "Learning Acoustic Scattering Fields for Dynamic Interactive Sound Propagation", "doi": null, "abstractUrl": "/proceedings-article/vr/2021/255600a835/1tuBp2DGY1O", "parentPublication": { "id": "proceedings/vr/2021/1838/0", "title": "2021 IEEE Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2008061699", "articleId": "13rRUxNmPDM", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2008061715", "articleId": "13rRUyYSWkV", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXWRZo", "name": "ttg2008061707.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg2008061707.zip", "extension": "zip", "size": "52.3 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNrYlmwq", "title": "March/April", "year": "2007", "issueNum": "02", "idPrefix": "tg", "pubType": "journal", "volume": "13", "label": "March/April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxASuhs", "doi": "10.1109/TVCG.2007.32", "abstract": "Abstract—In this paper, we present a simple and practical technique for real-time rendering of caustics from reflective and refractive objects. Our algorithm, conceptually similar to shadow mapping, consists of two main parts: creation of a caustic map texture, and utilization of the map to render caustics onto nonshiny surfaces. Our approach avoids performing any expensive geometric tests, such as ray-object intersection, and involves no precomputation; both of which are common features in previous work. The algorithm is well suited for the standard rasterization pipeline and runs entirely on the graphics hardware.", "abstracts": [ { "abstractType": "Regular", "content": "Abstract—In this paper, we present a simple and practical technique for real-time rendering of caustics from reflective and refractive objects. Our algorithm, conceptually similar to shadow mapping, consists of two main parts: creation of a caustic map texture, and utilization of the map to render caustics onto nonshiny surfaces. Our approach avoids performing any expensive geometric tests, such as ray-object intersection, and involves no precomputation; both of which are common features in previous work. The algorithm is well suited for the standard rasterization pipeline and runs entirely on the graphics hardware.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Abstract—In this paper, we present a simple and practical technique for real-time rendering of caustics from reflective and refractive objects. Our algorithm, conceptually similar to shadow mapping, consists of two main parts: creation of a caustic map texture, and utilization of the map to render caustics onto nonshiny surfaces. Our approach avoids performing any expensive geometric tests, such as ray-object intersection, and involves no precomputation; both of which are common features in previous work. The algorithm is well suited for the standard rasterization pipeline and runs entirely on the graphics hardware.", "title": "Caustics Mapping: An Image-Space Technique for Real-Time Caustics", "normalizedTitle": "Caustics Mapping: An Image-Space Technique for Real-Time Caustics", "fno": "v0272", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Image Texture", "Rendering Computer Graphics", "Caustics Mapping", "Image Space Technique", "Real Time Caustics Rendering", "Reflective Objects", "Refractive Objects", "Shadow Mapping", "Caustic Map Texture", "Rasterization", "Rendering Computer Graphics", "Layout", "Graphics", "Geometry", "Ray Tracing", "Shadow Mapping", "Testing", "Hardware", "Optical Refraction", "Real Time Systems", "Caustics", "Real Time Rendering", "Image Space Techniques", "GPU" ], "authors": [ { "givenName": "Musawir A.", "surname": "Shah", "fullName": "Musawir A. Shah", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Jaakko", "surname": "Konttinen", "fullName": "Jaakko Konttinen", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Sumanta", "surname": "Pattanaik", "fullName": "Sumanta Pattanaik", "affiliation": "IEEE", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2007-03-01 00:00:00", "pubType": "trans", "pages": "272-280", "year": "2007", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pg/2007/3009/0/30090181", "title": "Image-Space Caustics and Curvatures", "doi": null, "abstractUrl": "/proceedings-article/pg/2007/30090181/12OmNBsue5e", "parentPublication": { "id": "proceedings/pg/2007/3009/0", "title": "Computer Graphics and Applications, Pacific Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pg/2004/2234/0/22340143", "title": "Interactive Caustics Using Local Precomputed Irradiance", "doi": null, "abstractUrl": "/proceedings-article/pg/2004/22340143/12OmNwKGAmu", "parentPublication": { "id": "proceedings/pg/2004/2234/0", "title": "Computer Graphics and Applications, Pacific Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/svr/2012/4725/0/4725a131", "title": "Real Time Ray Tracing for Augmented Reality", "doi": null, "abstractUrl": "/proceedings-article/svr/2012/4725a131/12OmNzcPAGy", "parentPublication": { "id": "proceedings/svr/2012/4725/0", "title": "2012 14th Symposium on Virtual and Augmented Reality", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/01/v0046", "title": "Interactive Approximate Rendering of Reflections, Refractions, and Caustics", "doi": null, "abstractUrl": "/journal/tg/2007/01/v0046/13rRUxBJhmJ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2006/03/01607944", "title": "News Briefs", "doi": null, "abstractUrl": "/magazine/co/2006/03/01607944/13rRUxlgy6W", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08017622", "title": "Interactive Dynamic Volume Illumination with Refraction and Caustics", "doi": null, "abstractUrl": "/journal/tg/2018/01/08017622/13rRUyfKIHU", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/10077440", "title": "NeRC: Rendering Planar Caustics by Learning Implicit Neural Representations", "doi": null, "abstractUrl": "/journal/tg/5555/01/10077440/1LFQ6PMpeik", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cbase/2022/9639/0/963900a027", "title": "Interactive Image-Space Rendering of Dispersions", "doi": null, "abstractUrl": "/proceedings-article/cbase/2022/963900a027/1MBRh4FHK3m", "parentPublication": { "id": "proceedings/cbase/2022/9639/0", "title": "2022 International Conference on Cloud Computing, Big Data Applications and Software Engineering (CBASE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798002", "title": "Real-time Underwater Caustics for Mixed Reality 360&#x00B0; Videos", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798002/1cJ0UOVs3Ly", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/11/09523836", "title": "Foveated Photon Mapping", "doi": null, "abstractUrl": "/journal/tg/2021/11/09523836/1wpquR1qr1S", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "v0261", "articleId": "13rRUwkfAZa", "__typename": "AdjacentArticleType" }, "next": { "fno": "v0281", "articleId": "13rRUxcbnH3", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1y11mYZWHfO", "title": "Dec.", "year": "2021", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1kTxwwg0epW", "doi": "10.1109/TVCG.2020.3004195", "abstract": "In augmented reality, it is important to achieve visual consistency between inserted virtual objects and the real scene. As specular and transparent objects can produce caustics, which affect the appearance of inserted virtual objects, we herein propose a framework for differential rendering beyond the Lambertian-world assumption. Our key idea is to jointly optimize illumination and parameters of specular and transparent objects. To estimate the parameters of transparent objects efficiently, the psychophysical scaling method is introduced while considering visual characteristics of the human eye to obtain the step size for estimating the refractive index. We verify our technique on multiple real scenes, and the experimental results show that the fusion effects are visually consistent.", "abstracts": [ { "abstractType": "Regular", "content": "In augmented reality, it is important to achieve visual consistency between inserted virtual objects and the real scene. As specular and transparent objects can produce caustics, which affect the appearance of inserted virtual objects, we herein propose a framework for differential rendering beyond the Lambertian-world assumption. Our key idea is to jointly optimize illumination and parameters of specular and transparent objects. To estimate the parameters of transparent objects efficiently, the psychophysical scaling method is introduced while considering visual characteristics of the human eye to obtain the step size for estimating the refractive index. We verify our technique on multiple real scenes, and the experimental results show that the fusion effects are visually consistent.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In augmented reality, it is important to achieve visual consistency between inserted virtual objects and the real scene. As specular and transparent objects can produce caustics, which affect the appearance of inserted virtual objects, we herein propose a framework for differential rendering beyond the Lambertian-world assumption. Our key idea is to jointly optimize illumination and parameters of specular and transparent objects. To estimate the parameters of transparent objects efficiently, the psychophysical scaling method is introduced while considering visual characteristics of the human eye to obtain the step size for estimating the refractive index. We verify our technique on multiple real scenes, and the experimental results show that the fusion effects are visually consistent.", "title": "An Improved Augmented-Reality Framework for Differential Rendering Beyond the Lambertian-World Assumption", "normalizedTitle": "An Improved Augmented-Reality Framework for Differential Rendering Beyond the Lambertian-World Assumption", "fno": "09123589", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Augmented Reality", "Refractive Index", "Rendering Computer Graphics", "Virtual Reality", "Differential Rendering", "Lambertian World Assumption", "Transparent Objects", "Visual Characteristics", "Improved Augmented Reality Framework", "Augmented Reality", "Visual Consistency", "Inserted Virtual Objects", "Lighting", "Estimation", "Rendering Computer Graphics", "Light Sources", "Augmented Reality", "Visualization", "Cameras", "Augmented Reality", "Specular And Transparent Objects", "Global Illumination", "Light Estimation", "Material Estimation", "Joint Optimization" ], "authors": [ { "givenName": "Aijia", "surname": "Zhang", "fullName": "Aijia Zhang", "affiliation": "College of Communication Engineering, Jilin University, Changchun, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yan", "surname": "Zhao", "fullName": "Yan Zhao", "affiliation": "College of Communication Engineering, Jilin University, Changchun, China", "__typename": "ArticleAuthorType" }, { "givenName": "Shigang", "surname": "Wang", "fullName": "Shigang Wang", "affiliation": "College of Communication Engineering, Jilin University, Changchun, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2021-12-01 00:00:00", "pubType": "trans", "pages": "4374-4386", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cw/2004/2140/0/21400039", "title": "A Rapid Rendering Method for Caustics Arising from Refraction by Transparent Objects", "doi": null, "abstractUrl": "/proceedings-article/cw/2004/21400039/12OmNvTTc81", "parentPublication": { "id": "proceedings/cw/2004/2140/0", "title": "2004 International Conference on Cyberworlds", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2017/0457/0/0457f844", "title": "Learning Non-Lambertian Object Intrinsics Across ShapeNet Categories", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2017/0457f844/12OmNvq5jEO", "parentPublication": { "id": "proceedings/cvpr/2017/0457/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icig/2013/5050/0/5050a913", "title": "Cartoon Rendering Illumination Model Based on Phong", "doi": null, "abstractUrl": "/proceedings-article/icig/2013/5050a913/12OmNwoPtun", "parentPublication": { "id": "proceedings/icig/2013/5050/0", "title": "2013 Seventh International Conference on Image and Graphics (ICIG)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2015/7660/0/7660a037", "title": "Tiled Frustum Culling for Differential Rendering on Mobile Devices", "doi": null, "abstractUrl": "/proceedings-article/ismar/2015/7660a037/12OmNwqx4aS", "parentPublication": { "id": "proceedings/ismar/2015/7660/0", "title": "2015 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2012/2216/0/06460071", "title": "Shading derivation from an unspecified object for augmented reality", "doi": null, "abstractUrl": "/proceedings-article/icpr/2012/06460071/12OmNzAohXY", "parentPublication": { "id": "proceedings/icpr/2012/2216/0", "title": "2012 21st International Conference on Pattern Recognition (ICPR 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/05/ttg2013050749", "title": "Interactive Rendering of Acquired Materials on Dynamic Geometry Using Frequency Analysis", "doi": null, "abstractUrl": "/journal/tg/2013/05/ttg2013050749/13rRUyp7tWW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09904431", "title": "Neural Global Illumination: Interactive Indirect Illumination Prediction under Dynamic Area Lights", "doi": null, "abstractUrl": "/journal/tg/5555/01/09904431/1H0GdxnVnws", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3dv/2022/5670/0/567000a711", "title": "GAN2X: Non-Lambertian Inverse Rendering of Image GANs", "doi": null, "abstractUrl": "/proceedings-article/3dv/2022/567000a711/1KYsuznLNpm", "parentPublication": { "id": "proceedings/3dv/2022/5670/0", "title": "2022 International Conference on 3D Vision (3DV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/10077440", "title": "NeRC: Rendering Planar Caustics by Learning Implicit Neural Representations", "doi": null, "abstractUrl": "/journal/tg/5555/01/10077440/1LFQ6PMpeik", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cbase/2022/9639/0/963900a027", "title": "Interactive Image-Space Rendering of Dispersions", "doi": null, "abstractUrl": "/proceedings-article/cbase/2022/963900a027/1MBRh4FHK3m", "parentPublication": { "id": "proceedings/cbase/2022/9639/0", "title": "2022 International Conference on Cloud Computing, Big Data Applications and Software Engineering (CBASE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09140426", "articleId": "1lsnHpufYqY", "__typename": "AdjacentArticleType" }, "next": { "fno": "09117062", "articleId": "1kGg69DDrFe", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyq0zFI", "title": "May", "year": "2020", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1hpPCCB7Bte", "doi": "10.1109/TVCG.2020.2973075", "abstract": "Through avatar embodiment in Virtual Reality (VR) we can achieve the illusion that an avatar is substituting our body: the avatar moves as we move and we see it from a first person perspective. However, self-identification, the process of identifying a representation as being oneself, poses new challenges because a key determinant is that we see and have agency in our own face. Providing control over the face is hard with current HMD technologies because face tracking is either cumbersome or error prone. However, limited animation is easily achieved based on speaking. We investigate the level of avatar enfacement, that is believing that a picture of a face is one's own face, with three levels of facial animation: (i) one in which the facial expressions of the avatars are static, (ii) one in which we implement lip-sync motion and (iii) one in which the avatar presents lip-sync plus additional facial animations, with blinks, designed by a professional animator. We measure self-identification using a face morphing tool that morphs from the face of the participant to the face of a gender matched avatar. We find that self-identification on avatars can be increased through pre-baked animations even when these are not photorealistic nor look like the participant.", "abstracts": [ { "abstractType": "Regular", "content": "Through avatar embodiment in Virtual Reality (VR) we can achieve the illusion that an avatar is substituting our body: the avatar moves as we move and we see it from a first person perspective. However, self-identification, the process of identifying a representation as being oneself, poses new challenges because a key determinant is that we see and have agency in our own face. Providing control over the face is hard with current HMD technologies because face tracking is either cumbersome or error prone. However, limited animation is easily achieved based on speaking. We investigate the level of avatar enfacement, that is believing that a picture of a face is one's own face, with three levels of facial animation: (i) one in which the facial expressions of the avatars are static, (ii) one in which we implement lip-sync motion and (iii) one in which the avatar presents lip-sync plus additional facial animations, with blinks, designed by a professional animator. We measure self-identification using a face morphing tool that morphs from the face of the participant to the face of a gender matched avatar. We find that self-identification on avatars can be increased through pre-baked animations even when these are not photorealistic nor look like the participant.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Through avatar embodiment in Virtual Reality (VR) we can achieve the illusion that an avatar is substituting our body: the avatar moves as we move and we see it from a first person perspective. However, self-identification, the process of identifying a representation as being oneself, poses new challenges because a key determinant is that we see and have agency in our own face. Providing control over the face is hard with current HMD technologies because face tracking is either cumbersome or error prone. However, limited animation is easily achieved based on speaking. We investigate the level of avatar enfacement, that is believing that a picture of a face is one's own face, with three levels of facial animation: (i) one in which the facial expressions of the avatars are static, (ii) one in which we implement lip-sync motion and (iii) one in which the avatar presents lip-sync plus additional facial animations, with blinks, designed by a professional animator. We measure self-identification using a face morphing tool that morphs from the face of the participant to the face of a gender matched avatar. We find that self-identification on avatars can be increased through pre-baked animations even when these are not photorealistic nor look like the participant.", "title": "Using Facial Animation to Increase the Enfacement Illusion and Avatar Self-Identification", "normalizedTitle": "Using Facial Animation to Increase the Enfacement Illusion and Avatar Self-Identification", "fno": "08998352", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Computer Animation", "Face Recognition", "Helmet Mounted Displays", "Virtual Reality", "Face Tracking", "Avatar Enfacement", "Facial Animation", "Face Morphing Tool", "Enfacement Illusion", "Avatar Embodiment", "Avatar Self Identification", "Virtual Reality", "HMD Technologies", "Facial Expressions", "Lip Sync Motion", "Avatars", "Face", "Facial Animation", "Resists", "Mirrors", "Self Avatars", "Virtual Reality", "Embodiment", "Face Animation", "Enfacement" ], "authors": [ { "givenName": "Mar", "surname": "Gonzalez-Franco", "fullName": "Mar Gonzalez-Franco", "affiliation": "Microsoft Research", "__typename": "ArticleAuthorType" }, { "givenName": "Anthony", "surname": "Steed", "fullName": "Anthony Steed", "affiliation": "Microsoft Research", "__typename": "ArticleAuthorType" }, { "givenName": "Steve", "surname": "Hoogendyk", "fullName": "Steve Hoogendyk", "affiliation": "Microsoft Research", "__typename": "ArticleAuthorType" }, { "givenName": "Eyal", "surname": "Ofek", "fullName": "Eyal Ofek", "affiliation": "Microsoft Research", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2020-05-01 00:00:00", "pubType": "trans", "pages": "2023-2029", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/fg/2011/9140/0/05771364", "title": "Facial expression recognition using emotion avatar image", "doi": null, "abstractUrl": "/proceedings-article/fg/2011/05771364/12OmNAi6vUx", "parentPublication": { "id": "proceedings/fg/2011/9140/0", "title": "Face and Gesture 2011", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fg/2015/6026/1/07163173", "title": "Real-time facial character animation", "doi": null, "abstractUrl": "/proceedings-article/fg/2015/07163173/12OmNApcuBK", "parentPublication": { "id": "proceedings/fg/2015/6026/5", "title": "2015 11th IEEE International Conference and Workshops on Automatic Face and Gesture Recognition (FG)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/dmdcm/2011/4413/0/4413a132", "title": "Towards 3D Communications: Real Time Emotion Driven 3D Virtual Facial Animation", "doi": null, "abstractUrl": "/proceedings-article/dmdcm/2011/4413a132/12OmNrHjqI9", "parentPublication": { "id": "proceedings/dmdcm/2011/4413/0", "title": "Digital Media and Digital Content Management, Workshop on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ca/1996/7588/0/75880098", "title": "Facial Animation", "doi": null, "abstractUrl": "/proceedings-article/ca/1996/75880098/12OmNvT2oR2", "parentPublication": { "id": "proceedings/ca/1996/7588/0", "title": "Computer Animation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2017/6647/0/07892245", "title": "Recognition and mapping of facial expressions to avatar by embedded photo reflective sensors in head mounted display", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892245/12OmNwkR5tU", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icme/2014/4761/0/06890231", "title": "Real-time control of 3D facial animation", "doi": null, "abstractUrl": "/proceedings-article/icme/2014/06890231/12OmNyOHG1A", "parentPublication": { "id": "proceedings/icme/2014/4761/0", "title": "2014 IEEE International Conference on Multimedia and Expo (ICME)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2013/5048/0/5048a479", "title": "Reading Personality: Avatar vs. Human Faces", "doi": null, "abstractUrl": "/proceedings-article/acii/2013/5048a479/12OmNzUgdfd", "parentPublication": { "id": "proceedings/acii/2013/5048/0", "title": "2013 Humaine Association Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a039", "title": "HeadBox: A Facial Blendshape Animation Toolkit for the Microsoft Rocketbox Library", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a039/1CJeXP9uYta", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a558", "title": "CV-Mora Based Lip Sync Facial Animations for Japanese Speech", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a558/1CJfmJhWzMQ", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2022/5365/0/536500a429", "title": "Real-time Expressive Avatar Animation Generation based on Monocular Videos", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2022/536500a429/1J7Wj0kJrJm", "parentPublication": { "id": "proceedings/ismar-adjunct/2022/5365/0", "title": "2022 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08998140", "articleId": "1hpPDSYGijK", "__typename": "AdjacentArticleType" }, "next": { "fno": "08998378", "articleId": "1hpPCL9mirK", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1iEgrIrXBGE", "name": "ttg202005-08998352s1-supp1-2973075.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202005-08998352s1-supp1-2973075.mp4", "extension": "mp4", "size": "24.1 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNyq0zFI", "title": "May", "year": "2020", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1hrXcnyAOzu", "doi": "10.1109/TVCG.2020.2973052", "abstract": "The gaze behavior of virtual avatars is critical to social presence and perceived eye contact during social interactions in Virtual Reality. Virtual Reality headsets are being designed with integrated eye tracking to enable compelling virtual social interactions. This paper shows that the near infra-red cameras used in eye tracking capture eye images that contain iris patterns of the user. Because iris patterns are a gold standard biometric, the current technology places the user's biometric identity at risk. Our first contribution is an optical defocus based hardware solution to remove the iris biometric from the stream of eye tracking images. We characterize the performance of this solution with different internal parameters. Our second contribution is a psychophysical experiment with a same-different task that investigates the sensitivity of users to a virtual avatar's eye movements when this solution is applied. By deriving detection threshold values, our findings provide a range of defocus parameters where the change in eye movements would go unnoticed in a conversational setting. Our third contribution is a perceptual study to determine the impact of defocus parameters on the perceived eye contact, attentiveness, naturalness, and truthfulness of the avatar. Thus, if a user wishes to protect their iris biometric, our approach provides a solution that balances biometric protection while preventing their conversation partner from perceiving a difference in the user's virtual avatar. This work is the first to develop secure eye tracking configurations for VR/AR/XR applications and motivates future work in the area.", "abstracts": [ { "abstractType": "Regular", "content": "The gaze behavior of virtual avatars is critical to social presence and perceived eye contact during social interactions in Virtual Reality. Virtual Reality headsets are being designed with integrated eye tracking to enable compelling virtual social interactions. This paper shows that the near infra-red cameras used in eye tracking capture eye images that contain iris patterns of the user. Because iris patterns are a gold standard biometric, the current technology places the user's biometric identity at risk. Our first contribution is an optical defocus based hardware solution to remove the iris biometric from the stream of eye tracking images. We characterize the performance of this solution with different internal parameters. Our second contribution is a psychophysical experiment with a same-different task that investigates the sensitivity of users to a virtual avatar's eye movements when this solution is applied. By deriving detection threshold values, our findings provide a range of defocus parameters where the change in eye movements would go unnoticed in a conversational setting. Our third contribution is a perceptual study to determine the impact of defocus parameters on the perceived eye contact, attentiveness, naturalness, and truthfulness of the avatar. Thus, if a user wishes to protect their iris biometric, our approach provides a solution that balances biometric protection while preventing their conversation partner from perceiving a difference in the user's virtual avatar. This work is the first to develop secure eye tracking configurations for VR/AR/XR applications and motivates future work in the area.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The gaze behavior of virtual avatars is critical to social presence and perceived eye contact during social interactions in Virtual Reality. Virtual Reality headsets are being designed with integrated eye tracking to enable compelling virtual social interactions. This paper shows that the near infra-red cameras used in eye tracking capture eye images that contain iris patterns of the user. Because iris patterns are a gold standard biometric, the current technology places the user's biometric identity at risk. Our first contribution is an optical defocus based hardware solution to remove the iris biometric from the stream of eye tracking images. We characterize the performance of this solution with different internal parameters. Our second contribution is a psychophysical experiment with a same-different task that investigates the sensitivity of users to a virtual avatar's eye movements when this solution is applied. By deriving detection threshold values, our findings provide a range of defocus parameters where the change in eye movements would go unnoticed in a conversational setting. Our third contribution is a perceptual study to determine the impact of defocus parameters on the perceived eye contact, attentiveness, naturalness, and truthfulness of the avatar. Thus, if a user wishes to protect their iris biometric, our approach provides a solution that balances biometric protection while preventing their conversation partner from perceiving a difference in the user's virtual avatar. This work is the first to develop secure eye tracking configurations for VR/AR/XR applications and motivates future work in the area.", "title": "The Security-Utility Trade-off for Iris Authentication and Eye Animation for Social Virtual Avatars", "normalizedTitle": "The Security-Utility Trade-off for Iris Authentication and Eye Animation for Social Virtual Avatars", "fno": "08998133", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Avatars", "Computer Animation", "Gaze Tracking", "Iris Recognition", "Security Of Data", "Virtual Reality", "Security Utility Trade Off", "Iris Authentication", "Eye Animation", "Gaze Behavior", "Virtual Avatar", "Social Presence", "Virtual Reality Headsets", "Integrated Eye Tracking", "Virtual Social Interactions", "Infrared Cameras", "Eye Tracking", "Iris Patterns", "Gold Standard Biometric", "Biometric Identity", "Optical Defocus Based Hardware Solution", "Iris Biometric", "Eye Tracking Images", "Defocus Parameters", "Eye Movements", "Biometric Protection", "Secure Eye Tracking Configurations", "Social Virtual Avatars", "Iris Recognition", "Avatars", "Gaze Tracking", "Cameras", "Privacy", "Animation", "Security", "Eye Tracking", "Iris Recognition", "Animated Avatars", "Eye Movements" ], "authors": [ { "givenName": "Brendan", "surname": "John", "fullName": "Brendan John", "affiliation": "University of Florida", "__typename": "ArticleAuthorType" }, { "givenName": "Sophie", "surname": "Jörg", "fullName": "Sophie Jörg", "affiliation": "Clemson University", "__typename": "ArticleAuthorType" }, { "givenName": "Sanjeev", "surname": "Koppal", "fullName": "Sanjeev Koppal", "affiliation": "University of Florida", "__typename": "ArticleAuthorType" }, { "givenName": "Eakta", "surname": "Jain", "fullName": "Eakta Jain", "affiliation": "University of Florida", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2020-05-01 00:00:00", "pubType": "trans", "pages": "1880-1890", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/iccce/2014/7635/0/7635a009", "title": "Template Matching Techniques for Iris Recognition System", "doi": null, "abstractUrl": "/proceedings-article/iccce/2014/7635a009/12OmNA0MZ04", "parentPublication": { "id": "proceedings/iccce/2014/7635/0", "title": "2014 International Conference on Computer & Communication Engineering (ICCCE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2010/4109/0/4109a201", "title": "On the Fusion of Periocular and Iris Biometrics in Non-ideal Imagery", "doi": null, "abstractUrl": "/proceedings-article/icpr/2010/4109a201/12OmNB0Fxi6", "parentPublication": { "id": "proceedings/icpr/2010/4109/0", "title": "Pattern Recognition, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/paap/2011/4575/0/4575a110", "title": "Utilizing Dark Features for Iris Recognition in Less Constrained Environments", "doi": null, "abstractUrl": "/proceedings-article/paap/2011/4575a110/12OmNynJMXu", "parentPublication": { "id": "proceedings/paap/2011/4575/0", "title": "Parallel Architectures, Algorithms and Programming, International Symposium on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tq/2018/01/07350227", "title": "Negative Iris Recognition", "doi": null, "abstractUrl": "/journal/tq/2018/01/07350227/13rRUxly96T", "parentPublication": { "id": "trans/tq", "title": "IEEE Transactions on Dependable and Secure Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigmm/2018/5321/0/08499061", "title": "Iris Liveness Detection: A Survey", "doi": null, "abstractUrl": "/proceedings-article/bigmm/2018/08499061/17D45XeKgyz", "parentPublication": { "id": "proceedings/bigmm/2018/5321/0", "title": "2018 IEEE Fourth International Conference on Multimedia Big Data (BigMM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/i-span/2018/8534/0/853400a067", "title": "Biological Features De-identification in Iris Images", "doi": null, "abstractUrl": "/proceedings-article/i-span/2018/853400a067/17D45Xtvpdu", "parentPublication": { "id": "proceedings/i-span/2018/8534/0", "title": "2018 15th International Symposium on Pervasive Systems, Algorithms and Networks (I-SPAN)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/01/08818661", "title": "Realtime and Accurate 3D Eye Gaze Capture with DCNN-Based Iris and Pupil Segmentation", "doi": null, "abstractUrl": "/journal/tg/2021/01/08818661/1cRBtd0YTN6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ithings-greencom-cpscom-smartdata/2019/2980/0/298000a655", "title": "A Multi-Modal Gaze Tracking Algorithm", "doi": null, "abstractUrl": "/proceedings-article/ithings-greencom-cpscom-smartdata/2019/298000a655/1ehBL8sk06I", "parentPublication": { "id": "proceedings/ithings-greencom-cpscom-smartdata/2019/2980/0", "title": "2019 International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090461", "title": "Front Camera Eye Tracking For Mobile VR", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090461/1jIxzvZw4YU", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08998139", "articleId": "1hrXe0Hbv0I", "__typename": "AdjacentArticleType" }, "next": { "fno": "08998145", "articleId": "1hpPCGSeWXu", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwMob9C", "title": "April", "year": "2018", "issueNum": "04", "idPrefix": "tg", "pubType": "journal", "volume": "24", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUILtJqW", "doi": "10.1109/TVCG.2018.2794629", "abstract": "This article reports the impact of the degree of personalization and individualization of users&#x0027; avatars as well as the impact of the degree of immersion on typical psychophysical factors in embodied Virtual Environments. We investigated if and how virtual body ownership (including agency), presence, and emotional response are influenced depending on the specific look of users&#x0027; avatars, which varied between (1) a generic hand-modeled version, (2) a generic scanned version, and (3) an individualized scanned version. The latter two were created using a state-of-the-art photogrammetry method providing a fast 3D-scan and post-process workflow. Users encountered their avatars in a virtual mirror metaphor using two VR setups that provided a varying degree of immersion, (a) a large screen surround projection (L-shape part of a CAVE) and (b) a head-mounted display (HMD). We found several significant as well as a number of notable effects. First, personalized avatars significantly increase body ownership, presence, and dominance compared to their generic counterparts, even if the latter were generated by the same photogrammetry process and hence could be valued as equal in terms of the degree of realism and graphical quality. Second, the degree of immersion significantly increases the body ownership, agency, as well as the feeling of presence. These results substantiate the value of personalized avatars resembling users&#x0027; real-world appearances as well as the value of the deployed scanning process to generate avatars for VR-setups where the effect strength might be substantial, e.g., in social Virtual Reality (VR) or in medical VR-based therapies relying on embodied interfaces. Additionally, our results also strengthen the value of fully immersive setups which, today, are accessible for a variety of applications due to the widely available consumer HMDs.", "abstracts": [ { "abstractType": "Regular", "content": "This article reports the impact of the degree of personalization and individualization of users&#x0027; avatars as well as the impact of the degree of immersion on typical psychophysical factors in embodied Virtual Environments. We investigated if and how virtual body ownership (including agency), presence, and emotional response are influenced depending on the specific look of users&#x0027; avatars, which varied between (1) a generic hand-modeled version, (2) a generic scanned version, and (3) an individualized scanned version. The latter two were created using a state-of-the-art photogrammetry method providing a fast 3D-scan and post-process workflow. Users encountered their avatars in a virtual mirror metaphor using two VR setups that provided a varying degree of immersion, (a) a large screen surround projection (L-shape part of a CAVE) and (b) a head-mounted display (HMD). We found several significant as well as a number of notable effects. First, personalized avatars significantly increase body ownership, presence, and dominance compared to their generic counterparts, even if the latter were generated by the same photogrammetry process and hence could be valued as equal in terms of the degree of realism and graphical quality. Second, the degree of immersion significantly increases the body ownership, agency, as well as the feeling of presence. These results substantiate the value of personalized avatars resembling users&#x0027; real-world appearances as well as the value of the deployed scanning process to generate avatars for VR-setups where the effect strength might be substantial, e.g., in social Virtual Reality (VR) or in medical VR-based therapies relying on embodied interfaces. Additionally, our results also strengthen the value of fully immersive setups which, today, are accessible for a variety of applications due to the widely available consumer HMDs.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "This article reports the impact of the degree of personalization and individualization of users' avatars as well as the impact of the degree of immersion on typical psychophysical factors in embodied Virtual Environments. We investigated if and how virtual body ownership (including agency), presence, and emotional response are influenced depending on the specific look of users' avatars, which varied between (1) a generic hand-modeled version, (2) a generic scanned version, and (3) an individualized scanned version. The latter two were created using a state-of-the-art photogrammetry method providing a fast 3D-scan and post-process workflow. Users encountered their avatars in a virtual mirror metaphor using two VR setups that provided a varying degree of immersion, (a) a large screen surround projection (L-shape part of a CAVE) and (b) a head-mounted display (HMD). We found several significant as well as a number of notable effects. First, personalized avatars significantly increase body ownership, presence, and dominance compared to their generic counterparts, even if the latter were generated by the same photogrammetry process and hence could be valued as equal in terms of the degree of realism and graphical quality. Second, the degree of immersion significantly increases the body ownership, agency, as well as the feeling of presence. These results substantiate the value of personalized avatars resembling users' real-world appearances as well as the value of the deployed scanning process to generate avatars for VR-setups where the effect strength might be substantial, e.g., in social Virtual Reality (VR) or in medical VR-based therapies relying on embodied interfaces. Additionally, our results also strengthen the value of fully immersive setups which, today, are accessible for a variety of applications due to the widely available consumer HMDs.", "title": "The Impact of Avatar Personalization and Immersion on Virtual Body Ownership, Presence, and Emotional Response", "normalizedTitle": "The Impact of Avatar Personalization and Immersion on Virtual Body Ownership, Presence, and Emotional Response", "fno": "08263407", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Avatars", "Mirrors", "Rubber", "Three Dimensional Displays", "Psychology", "Face", "Avatars", "Presence", "Virtual Body Ownership", "Emotion", "Personalization", "Immersion" ], "authors": [ { "givenName": "Thomas", "surname": "Waltemate", "fullName": "Thomas Waltemate", "affiliation": "Bielefeld University", "__typename": "ArticleAuthorType" }, { "givenName": "Dominik", "surname": "Gall", "fullName": "Dominik Gall", "affiliation": "University of Würzburg", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Roth", "fullName": "Daniel Roth", "affiliation": "University of Würzburg", "__typename": "ArticleAuthorType" }, { "givenName": "Mario", "surname": "Botsch", "fullName": "Mario Botsch", "affiliation": "Bielefeld University", "__typename": "ArticleAuthorType" }, { "givenName": "Marc Erich", "surname": "Latoschik", "fullName": "Marc Erich Latoschik", "affiliation": "University of Würzburg", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2018-04-01 00:00:00", "pubType": "trans", "pages": "1643-1652", "year": "2018", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2015/1727/0/07223379", "title": "Avatar anthropomorphism and illusion of body ownership in VR", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223379/12OmNAWpyrk", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2016/0836/0/07504735", "title": "FaceBo: Real-time face and body tracking for faithful avatar synthesis", "doi": null, "abstractUrl": "/proceedings-article/vr/2016/07504735/12OmNBRbkpf", "parentPublication": { "id": "proceedings/vr/2016/0836/0", "title": "2016 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223377", "title": "Avatar embodiment realism and virtual fitness training", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223377/12OmNCcKQFn", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446229", "title": "Any &#x201C;Body&#x201D; There? Avatar Visibility Effects in a Virtual Reality Game", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446229/13bd1fHrlRx", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446046", "title": "The Effect of Immersion on Emotional Responses to Film Viewing in a Virtual Environment", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446046/13bd1gCd7Th", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2022/9617/0/961700a057", "title": "Visual Fidelity Effects on Expressive Self-avatar in Virtual Reality: First Impressions Matter", "doi": null, "abstractUrl": "/proceedings-article/vr/2022/961700a057/1CJc41zMnFC", "parentPublication": { "id": "proceedings/vr/2022/9617/0", "title": "2022 IEEE on Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2019/4617/0/461700a617", "title": "Meta-Learning for Avatar Kinematics Reconstruction in Virtual Reality Rehabilitation", "doi": null, "abstractUrl": "/proceedings-article/bibe/2019/461700a617/1grPfjAXxOo", "parentPublication": { "id": "proceedings/bibe/2019/4617/0", "title": "2019 IEEE 19th International Conference on Bioinformatics and Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/05/08998352", "title": "Using Facial Animation to Increase the Enfacement Illusion and Avatar Self-Identification", "doi": null, "abstractUrl": "/journal/tg/2020/05/08998352/1hpPCCB7Bte", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090683", "title": "The Effects of Avatar Visibility on Behavioral Response with or without Mirror-Visual Feedback in Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090683/1jIxzZ4gw4E", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/compsac/2021/2463/0/246300b036", "title": "How Do Avatar Appearances Affect Communication from Others?", "doi": null, "abstractUrl": "/proceedings-article/compsac/2021/246300b036/1wLcE9cNine", "parentPublication": { "id": "proceedings/compsac/2021/2463/0", "title": "2021 IEEE 45th Annual Computers, Software, and Applications Conference (COMPSAC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08269807", "articleId": "13rRUxDqS8o", "__typename": "AdjacentArticleType" }, "next": { "fno": "08263123", "articleId": "13rRUyft7D9", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYet0X", "name": "ttg201804-08263407s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201804-08263407s1.zip", "extension": "zip", "size": "75.9 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNvSbBJQ", "title": "July", "year": "2014", "issueNum": "07", "idPrefix": "co", "pubType": "magazine", "volume": "47", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwcAqvw", "doi": "10.1109/MC.2014.198", "abstract": "Cognitive neuroscientists have discovered through various experiments that our body representation is surprisingly flexible. Multisensory body illusions work well in immersive virtual reality, and recent findings suggest that they offer both a powerful tool for neuroscience and a new path for future exploration. The first Web extra at http://youtu.be/rf39t1iV0Ao is a video showing how embodying adults in a virtual child's body can cause overestimation of object sizes and implicit attitude changes. The second Web extra at http://youtu.be/H9-il4cx2mA is a video showing how embodying adults in virtual reality with different avatars can affect their drumming performance. The third Web extra at http://youtu.be/DEofSgdv3Nc is a video showing embodiment in a virtual body that &#x0022;substitutes&#x0022; the person's own body. This experiment suggested that embodying light-skinned people in a dark-skinned virtual body led to a reduction in their implicit racial bias.", "abstracts": [ { "abstractType": "Regular", "content": "Cognitive neuroscientists have discovered through various experiments that our body representation is surprisingly flexible. Multisensory body illusions work well in immersive virtual reality, and recent findings suggest that they offer both a powerful tool for neuroscience and a new path for future exploration. The first Web extra at http://youtu.be/rf39t1iV0Ao is a video showing how embodying adults in a virtual child's body can cause overestimation of object sizes and implicit attitude changes. The second Web extra at http://youtu.be/H9-il4cx2mA is a video showing how embodying adults in virtual reality with different avatars can affect their drumming performance. The third Web extra at http://youtu.be/DEofSgdv3Nc is a video showing embodiment in a virtual body that &#x0022;substitutes&#x0022; the person's own body. This experiment suggested that embodying light-skinned people in a dark-skinned virtual body led to a reduction in their implicit racial bias.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Cognitive neuroscientists have discovered through various experiments that our body representation is surprisingly flexible. Multisensory body illusions work well in immersive virtual reality, and recent findings suggest that they offer both a powerful tool for neuroscience and a new path for future exploration. The first Web extra at http://youtu.be/rf39t1iV0Ao is a video showing how embodying adults in a virtual child's body can cause overestimation of object sizes and implicit attitude changes. The second Web extra at http://youtu.be/H9-il4cx2mA is a video showing how embodying adults in virtual reality with different avatars can affect their drumming performance. The third Web extra at http://youtu.be/DEofSgdv3Nc is a video showing embodiment in a virtual body that \"substitutes\" the person's own body. This experiment suggested that embodying light-skinned people in a dark-skinned virtual body led to a reduction in their implicit racial bias.", "title": "Transcending the Self in Immersive Virtual Reality", "normalizedTitle": "Transcending the Self in Immersive Virtual Reality", "fno": "mco2014070024", "hasPdf": true, "idPrefix": "co", "keywords": [ "Human Computer Interaction", "Social Aspects Of Automation", "Virtual Reality", "Immersive Virtual Reality", "Cognitive Neuroscientists", "Multisensory Body Illusions", "Virtual Child Body", "Rubber", "Avatars", "Mirrors", "Virtual Environments", "Real Time Systems", "Head", "Body Ownership", "Virtual Reality", "Virtual Environments", "Virtual Body Ownership", "Rubber Hand Illusion", "Visualization", "Virtualization" ], "authors": [ { "givenName": "Mel", "surname": "Slater", "fullName": "Mel Slater", "affiliation": "ICREA and University of Barcelona", "__typename": "ArticleAuthorType" }, { "givenName": "Maria V.", "surname": "Sanchez-Vives", "fullName": "Maria V. Sanchez-Vives", "affiliation": "ICREA and IDIBAPS", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "07", "pubDate": "2014-07-01 00:00:00", "pubType": "mags", "pages": "24-30", "year": "2014", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cts/2016/2300/0/07871048", "title": "Body Ownership in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/cts/2016/07871048/12OmNCm7BF7", "parentPublication": { "id": "proceedings/cts/2016/2300/0", "title": "2016 International Conference on Collaboration Technologies and Systems (CTS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2010/6237/0/05444805", "title": "The contribution of real-time mirror reflections of motor actions on virtual body ownership in an immersive virtual environment", "doi": null, "abstractUrl": "/proceedings-article/vr/2010/05444805/12OmNwoPtlH", "parentPublication": { "id": "proceedings/vr/2010/6237/0", "title": "2010 IEEE Virtual Reality Conference (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2017/6647/0/07892241", "title": "Prism aftereffects for throwing with a self-avatar in an immersive virtual environment", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892241/12OmNxy4N0w", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2013/4795/0/06549442", "title": "Drumming in immersive virtual reality: The body shapes the way we play", "doi": null, "abstractUrl": "/proceedings-article/vr/2013/06549442/12OmNz5apEB", "parentPublication": { "id": "proceedings/vr/2013/4795/0", "title": "2013 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446229", "title": "Any &#x201C;Body&#x201D; There? Avatar Visibility Effects in a Virtual Reality Game", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446229/13bd1fHrlRx", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/04/08283639", "title": "The Critical Role of Self-Contact for Embodiment in Virtual Reality", "doi": null, "abstractUrl": "/journal/tg/2018/04/08283639/13rRUwI5TXC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040597", "title": "Drumming in Immersive Virtual Reality: The Body Shapes the Way We Play", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040597/13rRUwbs20V", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2022/5325/0/532500a260", "title": "The Effects of Avatar and Environment Design on Embodiment, Presence, Activation, and Task Load in a Virtual Reality Exercise Application", "doi": null, "abstractUrl": "/proceedings-article/ismar/2022/532500a260/1JrRf0Dbcac", "parentPublication": { "id": "proceedings/ismar/2022/5325/0", "title": "2022 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798222", "title": "Shared Body by Action Integration of Two Persons: Body Ownership, Sense of Agency and Task Performance", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798222/1cJ0T8PM6qI", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089510", "title": "The Self-Avatar Follower Effect in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089510/1jIxamWhlT2", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mco2014070022", "articleId": "13rRUyYBlbW", "__typename": "AdjacentArticleType" }, "next": { "fno": "mco2014070031", "articleId": "13rRUy0ZzW2", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwudQUo", "title": "March", "year": "2017", "issueNum": "03", "idPrefix": "tg", "pubType": "journal", "volume": "23", "label": "March", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUx0geq0", "doi": "10.1109/TVCG.2016.2642947", "abstract": "Sharing one's own immersive experience over the Internet is one of the ultimate goals of telepresence technology. In this paper, we present JackIn Head, a visual telepresence system featuring an omnidirectional wearable camera with image motion stabilization. Spherical omnidirectional video footage taken around the head of a local user is stabilized and then broadcast to others, allowing remote users to explore the immersive visual environment independently of the local user's head direction. We describe the system design of JackIn Head and report the evaluation results of real-time image stabilization and alleviation of cybersickness. Then, through an exploratory observation study, we investigate how individuals can remotely interact, communicate with, and assist each other with our system. We report our observation and analysis of inter-personal communication, demonstrating the effectiveness of our system in augmenting remote collaboration.", "abstracts": [ { "abstractType": "Regular", "content": "Sharing one's own immersive experience over the Internet is one of the ultimate goals of telepresence technology. In this paper, we present JackIn Head, a visual telepresence system featuring an omnidirectional wearable camera with image motion stabilization. Spherical omnidirectional video footage taken around the head of a local user is stabilized and then broadcast to others, allowing remote users to explore the immersive visual environment independently of the local user's head direction. We describe the system design of JackIn Head and report the evaluation results of real-time image stabilization and alleviation of cybersickness. Then, through an exploratory observation study, we investigate how individuals can remotely interact, communicate with, and assist each other with our system. We report our observation and analysis of inter-personal communication, demonstrating the effectiveness of our system in augmenting remote collaboration.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Sharing one's own immersive experience over the Internet is one of the ultimate goals of telepresence technology. In this paper, we present JackIn Head, a visual telepresence system featuring an omnidirectional wearable camera with image motion stabilization. Spherical omnidirectional video footage taken around the head of a local user is stabilized and then broadcast to others, allowing remote users to explore the immersive visual environment independently of the local user's head direction. We describe the system design of JackIn Head and report the evaluation results of real-time image stabilization and alleviation of cybersickness. Then, through an exploratory observation study, we investigate how individuals can remotely interact, communicate with, and assist each other with our system. We report our observation and analysis of inter-personal communication, demonstrating the effectiveness of our system in augmenting remote collaboration.", "title": "JackIn Head: Immersive Visual Telepresence System with Omnidirectional Wearable Camera", "normalizedTitle": "JackIn Head: Immersive Visual Telepresence System with Omnidirectional Wearable Camera", "fno": "07792698", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Cameras", "Visualization", "Head", "Streaming Media", "Collaboration", "Robot Vision Systems", "Remote Collaboration", "First Person View", "Omnidirectional Video", "Wearable Camera", "Telepresence" ], "authors": [ { "givenName": "Shunichi", "surname": "Kasahara", "fullName": "Shunichi Kasahara", "affiliation": "Sony Computer Science Laboratories, Inc., Tokyo, Japan", "__typename": "ArticleAuthorType" }, { "givenName": "Shohei", "surname": "Nagai", "fullName": "Shohei Nagai", "affiliation": "University of Tokyo, Tokyo, Japan", "__typename": "ArticleAuthorType" }, { "givenName": "Jun", "surname": "Rekimoto", "fullName": "Jun Rekimoto", "affiliation": "Sony Computer Science Laboratories, Inc., Tokyo, Japan", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2017-03-01 00:00:00", "pubType": "trans", "pages": "1222-1234", "year": "2017", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ismar/2015/7660/0/7660a031", "title": "A Framework to Evaluate Omnidirectional Video Coding Schemes", "doi": null, "abstractUrl": "/proceedings-article/ismar/2015/7660a031/12OmNwF0BUp", "parentPublication": { "id": "proceedings/ismar/2015/7660/0", "title": "2015 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2004/2128/4/212840396", "title": "An Immersive Telepresence System with a Locomotion Interface Using High-Resolution Omnidirectional Movies", "doi": null, "abstractUrl": "/proceedings-article/icpr/2004/212840396/12OmNy6qfKe", "parentPublication": { "id": "proceedings/icpr/2004/2128/0", "title": "Pattern Recognition, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar/2012/4660/0/06402575", "title": "Recreating the parallax effect associated with Fishtank VR in a Real-Time telepresence system using head-tracking and a robotic camera", "doi": null, "abstractUrl": "/proceedings-article/ismar/2012/06402575/12OmNyKJigS", "parentPublication": { "id": "proceedings/ismar/2012/4660/0", "title": "2012 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ism/2014/4311/0/4311a175", "title": "An Immersive Telepresence System Using a Real-Time Omnidirectional Camera and a Virtual Reality Head-Mounted Display", "doi": null, "abstractUrl": "/proceedings-article/ism/2014/4311a175/12OmNzn38Pl", "parentPublication": { "id": "proceedings/ism/2014/4311/0", "title": "2014 IEEE International Symposium on Multimedia (ISM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040616", "title": "Immersive Group-to-Group Telepresence", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040616/13rRUzp02ok", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/05/08642375", "title": "Immersive Telepresence and Remote Collaboration using Mobile and Wearable Devices", "doi": null, "abstractUrl": "/journal/tg/2019/05/08642375/17PYEk3WIil", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/05/09714051", "title": "Augmenting Immersive Telepresence Experience with a Virtual Body", "doi": null, "abstractUrl": "/journal/tg/2022/05/09714051/1B0Y0I5xWyk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797876", "title": "Live Stereoscopic 3D Image with Constant Capture Direction of 360&#x00B0; Cameras for High-Quality Visual Telepresence", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797876/1cJ0HMTqjOU", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090433", "title": "Virtual Tour: An Immersive Low Cost Telepresence System", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090433/1jIxrSY8cZa", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2021/1298/0/129800a451", "title": "The Owl: Immersive Telepresence Communication for Hybrid Conferences", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2021/129800a451/1yeQG4fi6Dm", "parentPublication": { "id": "proceedings/ismar-adjunct/2021/1298/0", "title": "2021 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07778256", "articleId": "13rRUxjyX43", "__typename": "AdjacentArticleType" }, "next": { "fno": "07516689", "articleId": "13rRUwdIOUR", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvSbBJQ", "title": "July", "year": "2014", "issueNum": "07", "idPrefix": "co", "pubType": "magazine", "volume": "47", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUy0ZzW3", "doi": "10.1109/MC.2014.185", "abstract": "Cutting-edge work on 3D telepresence at a multinational research center provides insight into the technology's potential, as well as into its remaining challenges. The first Web extra at http://youtu.be/r4SqJdXkOjQ is a video describing FreeCam, a system capable of generating live free-viewpoint video by simulating the output of a virtual camera moving through a dynamic scene. The second Web extra at http://youtu.be/Dw1glKUKs9A is a video showing a system designed to capture the enhanced 3D structure of a room-sized dynamic scene with commodity depth cameras, such as Microsoft Kinects. The third Web extra at http://youtu.be/G_VPzXRrmIw is a video demonstrating a system that adapts to a wide variety of telepresence scenarios. By combining Kinect-based 3D scanning with optical see-through HMDs, the user can precisely control which parts of the scene are real and which are virtual or remote objects. The fourth Web extra at http://youtu.be/n45N5AHsoCI is a video demonstrating a method based on moving least squares surfaces that robustly and efficiently reconstructs dynamic scenes captured by a set of hybrid color+depth cameras. The reconstruction provides spatiotemporal consistency and seamlessly fuses color and geometric information. The video also illustrates the formulation on a variety of real sequences and demonstrates that it favorably compares to state-of-the-art methods. The fifth Web extra at http://youtu.be/OSl3f2qZzKs is a video demonstrating a 3D acquisition system capable of simultaneously capturing an entire room-sized volume with an array of commodity depth cameras and rendering it from a novel viewpoint in real time. The sixth Web extra at http://youtu.be/zKWByH7evo0 is a video demonstrating a gaze-correction approach based on a single Kinect sensor that preserves both the integrity and expressiveness of the face as well as the fidelity of the scene as a whole, producing nearly artifact-free imagery. The method is suitable for mainstream home video conferencing: it uses inexpensive consumer hardware, achieves real-time performance, and requires just a simple and short setup.", "abstracts": [ { "abstractType": "Regular", "content": "Cutting-edge work on 3D telepresence at a multinational research center provides insight into the technology's potential, as well as into its remaining challenges. The first Web extra at http://youtu.be/r4SqJdXkOjQ is a video describing FreeCam, a system capable of generating live free-viewpoint video by simulating the output of a virtual camera moving through a dynamic scene. The second Web extra at http://youtu.be/Dw1glKUKs9A is a video showing a system designed to capture the enhanced 3D structure of a room-sized dynamic scene with commodity depth cameras, such as Microsoft Kinects. The third Web extra at http://youtu.be/G_VPzXRrmIw is a video demonstrating a system that adapts to a wide variety of telepresence scenarios. By combining Kinect-based 3D scanning with optical see-through HMDs, the user can precisely control which parts of the scene are real and which are virtual or remote objects. The fourth Web extra at http://youtu.be/n45N5AHsoCI is a video demonstrating a method based on moving least squares surfaces that robustly and efficiently reconstructs dynamic scenes captured by a set of hybrid color+depth cameras. The reconstruction provides spatiotemporal consistency and seamlessly fuses color and geometric information. The video also illustrates the formulation on a variety of real sequences and demonstrates that it favorably compares to state-of-the-art methods. The fifth Web extra at http://youtu.be/OSl3f2qZzKs is a video demonstrating a 3D acquisition system capable of simultaneously capturing an entire room-sized volume with an array of commodity depth cameras and rendering it from a novel viewpoint in real time. The sixth Web extra at http://youtu.be/zKWByH7evo0 is a video demonstrating a gaze-correction approach based on a single Kinect sensor that preserves both the integrity and expressiveness of the face as well as the fidelity of the scene as a whole, producing nearly artifact-free imagery. The method is suitable for mainstream home video conferencing: it uses inexpensive consumer hardware, achieves real-time performance, and requires just a simple and short setup.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Cutting-edge work on 3D telepresence at a multinational research center provides insight into the technology's potential, as well as into its remaining challenges. The first Web extra at http://youtu.be/r4SqJdXkOjQ is a video describing FreeCam, a system capable of generating live free-viewpoint video by simulating the output of a virtual camera moving through a dynamic scene. The second Web extra at http://youtu.be/Dw1glKUKs9A is a video showing a system designed to capture the enhanced 3D structure of a room-sized dynamic scene with commodity depth cameras, such as Microsoft Kinects. The third Web extra at http://youtu.be/G_VPzXRrmIw is a video demonstrating a system that adapts to a wide variety of telepresence scenarios. By combining Kinect-based 3D scanning with optical see-through HMDs, the user can precisely control which parts of the scene are real and which are virtual or remote objects. The fourth Web extra at http://youtu.be/n45N5AHsoCI is a video demonstrating a method based on moving least squares surfaces that robustly and efficiently reconstructs dynamic scenes captured by a set of hybrid color+depth cameras. The reconstruction provides spatiotemporal consistency and seamlessly fuses color and geometric information. The video also illustrates the formulation on a variety of real sequences and demonstrates that it favorably compares to state-of-the-art methods. The fifth Web extra at http://youtu.be/OSl3f2qZzKs is a video demonstrating a 3D acquisition system capable of simultaneously capturing an entire room-sized volume with an array of commodity depth cameras and rendering it from a novel viewpoint in real time. The sixth Web extra at http://youtu.be/zKWByH7evo0 is a video demonstrating a gaze-correction approach based on a single Kinect sensor that preserves both the integrity and expressiveness of the face as well as the fidelity of the scene as a whole, producing nearly artifact-free imagery. The method is suitable for mainstream home video conferencing: it uses inexpensive consumer hardware, achieves real-time performance, and requires just a simple and short setup.", "title": "Immersive 3D Telepresence", "normalizedTitle": "Immersive 3D Telepresence", "fno": "mco2014070046", "hasPdf": true, "idPrefix": "co", "keywords": [ "Image Reconstruction", "Three Dimensional Displays", "Virtual Reality", "Immersive 3 D Telepresence", "3 D Acquisition", "3 D Reconstruction", "3 D Display", "Three Dimensional Displays", "Cameras", "Image Reconstruction", "Real Time Systems", "Stereo Image Processing", "Glass", "Solid Modeling", "3 D Telepresence", "3 D Acquisition", "3 D Reconstruction", "3 D Display", "Computer Vision", "Graphics", "Visualization", "Augmented Reality", "Being There Centre" ], "authors": [ { "givenName": "Henry", "surname": "Fuchs", "fullName": "Henry Fuchs", "affiliation": "University of North Carolina at Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Andrei", "surname": "State", "fullName": "Andrei State", "affiliation": "University of North Carolina at Chapel Hill", "__typename": "ArticleAuthorType" }, { "givenName": "Jean-Charles", "surname": "Bazin", "fullName": "Jean-Charles Bazin", "affiliation": "ETH Zürich", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "07", "pubDate": "2014-07-01 00:00:00", "pubType": "mags", "pages": "46-52", "year": "2014", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "mags/co/2014/01/mco2014010064", "title": "Augmented Reading: The Present and Future of Electronic Scientific Publications", "doi": null, "abstractUrl": "/magazine/co/2014/01/mco2014010064/13rRUB7a1az", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2014/07/mco2014070024", "title": "Transcending the Self in Immersive Virtual Reality", "doi": null, "abstractUrl": "/magazine/co/2014/07/mco2014070024/13rRUwcAqvw", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2014/05/mco2014050052", "title": "Toward Compressive Camera Networks", "doi": null, "abstractUrl": "/magazine/co/2014/05/mco2014050052/13rRUwkfAUe", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/01/mco2013010046", "title": "Experiential Media and Digital Culture", "doi": null, "abstractUrl": "/magazine/co/2013/01/mco2013010046/13rRUxAASNT", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/07/mco2013070047", "title": "Real-Time Visual Analytics for Text Streams", "doi": null, "abstractUrl": "/magazine/co/2013/07/mco2013070047/13rRUxAStVJ", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/it/2014/05/mit2014050034", "title": "Low-Cost 3D-Supported Interactive Control", "doi": null, "abstractUrl": "/magazine/it/2014/05/mit2014050034/13rRUxC0SSH", "parentPublication": { "id": "mags/it", "title": "IT Professional", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2014/04/mco2014040076", "title": "Standardizing 3D Medical Imaging", "doi": null, "abstractUrl": "/magazine/co/2014/04/mco2014040076/13rRUxDqSbZ", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2012/10/mco2012100022", "title": "Building Dynamic Software Product Lines", "doi": null, "abstractUrl": "/magazine/co/2012/10/mco2012100022/13rRUxZRbsS", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2015/06/mco2015060016", "title": "Order Picking with Head-Up Displays", "doi": null, "abstractUrl": "/magazine/co/2015/06/mco2015060016/13rRUxly995", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2014/07/mco2014070031", "title": "Virtual Reality Exposure Therapy for Combat-Related Posttraumatic Stress Disorder", "doi": null, "abstractUrl": "/magazine/co/2014/07/mco2014070031/13rRUy0ZzW2", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mco2014070038", "articleId": "13rRUwhpBTA", "__typename": "AdjacentArticleType" }, "next": { "fno": "mco2014070053", "articleId": "13rRUxCitCY", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBsLPeT", "title": "July-Sept.", "year": "2016", "issueNum": "03", "idPrefix": "th", "pubType": "journal", "volume": "9", "label": "July-Sept.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUNvyats", "doi": "10.1109/TOH.2016.2554551", "abstract": "Product design and manufacturing simulation is a promising research and application area for haptics. By benefiting from its natural human-computer interaction and realistic force/torque feedback, haptics can change the traditional design and manufacturing approaches which are mainly based on physical mock-ups or CAD (Computer Aided Design) modes. This paper provides a detailed and comprehensive survey of haptics for product design and manufacturing simulation in the past 10 years, mainly from 2004-2014, including haptics for product design and shape modelling, haptics for machining simulation, and haptics for virtual assembly and maintenance simulation. The new haptic devices and rendering algorithms involved in this area are introduced, the major research efforts and the typical systems are discussed, and the new ideas and research progresses are investigated. Then, conclusions and future trends are summarized.", "abstracts": [ { "abstractType": "Regular", "content": "Product design and manufacturing simulation is a promising research and application area for haptics. By benefiting from its natural human-computer interaction and realistic force/torque feedback, haptics can change the traditional design and manufacturing approaches which are mainly based on physical mock-ups or CAD (Computer Aided Design) modes. This paper provides a detailed and comprehensive survey of haptics for product design and manufacturing simulation in the past 10 years, mainly from 2004-2014, including haptics for product design and shape modelling, haptics for machining simulation, and haptics for virtual assembly and maintenance simulation. The new haptic devices and rendering algorithms involved in this area are introduced, the major research efforts and the typical systems are discussed, and the new ideas and research progresses are investigated. Then, conclusions and future trends are summarized.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Product design and manufacturing simulation is a promising research and application area for haptics. By benefiting from its natural human-computer interaction and realistic force/torque feedback, haptics can change the traditional design and manufacturing approaches which are mainly based on physical mock-ups or CAD (Computer Aided Design) modes. This paper provides a detailed and comprehensive survey of haptics for product design and manufacturing simulation in the past 10 years, mainly from 2004-2014, including haptics for product design and shape modelling, haptics for machining simulation, and haptics for virtual assembly and maintenance simulation. The new haptic devices and rendering algorithms involved in this area are introduced, the major research efforts and the typical systems are discussed, and the new ideas and research progresses are investigated. Then, conclusions and future trends are summarized.", "title": "Haptics for Product Design and Manufacturing Simulation", "normalizedTitle": "Haptics for Product Design and Manufacturing Simulation", "fno": "07452616", "hasPdf": true, "idPrefix": "th", "keywords": [ "Haptic Interfaces", "Force", "Product Design", "Manufacturing", "Solid Modeling", "Computational Modeling", "Impedance", "Survey", "Haptics", "Manufacture Simulation", "Product Design", "Machining", "Assembly", "Maintenance" ], "authors": [ { "givenName": "Pingjun", "surname": "Xia", "fullName": "Pingjun Xia", "affiliation": "School of Computer Science and Engineering, Wuhan Institute of Technology, 693 Xiongchu Avenue, Wuhan, Hubei, P. R. China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2016-07-01 00:00:00", "pubType": "trans", "pages": "358-375", "year": "2016", "issn": "1939-1412", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/isvri/2011/0054/0/05759592", "title": "Use of interactive Virtual Prototypes to define product design specifications: A pilot study on consumer products", "doi": null, "abstractUrl": "/proceedings-article/isvri/2011/05759592/12OmNwAt1D8", "parentPublication": { "id": "proceedings/isvri/2011/0054/0", "title": "2011 IEEE International Symposium on VR Innovation (ISVRI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/isdea/2010/8333/2/05743385", "title": "Product Design Based on Biological Growth Mechanism", "doi": null, "abstractUrl": "/proceedings-article/isdea/2010/05743385/12OmNwJybNc", "parentPublication": { "id": "proceedings/isdea/2010/8333/2", "title": "2010 International Conference on Intelligent System Design and Engineering Application", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmtma/2011/4296/3/4296e023", "title": "Research on Manufacturing Process Based Product-family Forming", "doi": null, "abstractUrl": "/proceedings-article/icmtma/2011/4296e023/12OmNwwd2Yg", "parentPublication": { "id": "proceedings/icmtma/2011/4296/3", "title": "2011 Third International Conference on Measuring Technology and Mechatronics Automation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cimat/1994/6510/0/00389100", "title": "Feature-based manufacturing process planning for integrated product and process development", "doi": null, "abstractUrl": "/proceedings-article/cimat/1994/00389100/12OmNyQ7FGA", "parentPublication": { "id": "proceedings/cimat/1994/6510/0", "title": "Proceedings of the Fourth International Conference on Computer Integrated Manufacturing and Automation Technology", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icebe/2008/3395/0/3395a549", "title": "A Web-based CMS/PDM Integration for Product Design and Manufacturing", "doi": null, "abstractUrl": "/proceedings-article/icebe/2008/3395a549/12OmNyQGS0d", "parentPublication": { "id": "proceedings/icebe/2008/3395/0", "title": "2008 IEEE International Conference on e-Business Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cgi/2000/0643/0/06430295", "title": "Haptics Issues in Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/cgi/2000/06430295/12OmNyQYt7r", "parentPublication": { "id": "proceedings/cgi/2000/0643/0", "title": "Computer Graphics International Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fie/1997/4086/3/00632758", "title": "Cybertronics: interactive simulation game for design and manufacturing education", "doi": null, "abstractUrl": "/proceedings-article/fie/1997/00632758/12OmNySG3VC", "parentPublication": { "id": "proceedings/fie/1997/4086/2", "title": "Proceedings Frontiers in Education 1997 27th Annual Conference. Teaching and Learning in an Era of Change", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/isee/2002/7214/0/01003254", "title": "Integrating environmental product design into inkjet printing supplies", "doi": null, "abstractUrl": "/proceedings-article/isee/2002/01003254/12OmNyr8Yc1", "parentPublication": { "id": "proceedings/isee/2002/7214/0", "title": "Conference Record 2002 IEEE International Symposium on Electronics and the Environment", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/case/2006/0310/0/04120364", "title": "Haptic Simulation of Multibody Contact Dynamics for Fixture Loading Planning", "doi": null, "abstractUrl": "/proceedings-article/case/2006/04120364/12OmNzC5Tg6", "parentPublication": { "id": "proceedings/case/2006/0310/0", "title": "2006 IEEE International Conference on Automation Science and Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cscwd/2005/0002/2/01504173", "title": "Knowledge based distributed product design and manufacturing", "doi": null, "abstractUrl": "/proceedings-article/cscwd/2005/01504173/12OmNzIUfO4", "parentPublication": { "id": "proceedings/cscwd/2005/0002/2", "title": "International Conference on Computer Supported Cooperative Work in Design", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07412765", "articleId": "13rRUxASuhO", "__typename": "AdjacentArticleType" }, "next": { "fno": "07452615", "articleId": "13rRUwInvBh", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNqG0SRY", "title": "January-March", "year": "2011", "issueNum": "01", "idPrefix": "th", "pubType": "journal", "volume": "4", "label": "January-March", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwI5TR8", "doi": "10.1109/TOH.2010.19", "abstract": "This review paper discusses the role of haptics within virtual medical training applications, particularly, where it can be used to aid a practitioner to learn and practice a task. The review summarizes aspects to be considered in the deployment of haptics technologies in medical training. First, both force/torque and tactile feedback hardware solutions that are currently produced commercially and in academia are reviewed, followed by the available haptics-related software and then an in-depth analysis of medical training simulations that include haptic feedback. The review is summarized with scrutiny of emerging technologies and discusses future directions in the field.", "abstracts": [ { "abstractType": "Regular", "content": "This review paper discusses the role of haptics within virtual medical training applications, particularly, where it can be used to aid a practitioner to learn and practice a task. The review summarizes aspects to be considered in the deployment of haptics technologies in medical training. First, both force/torque and tactile feedback hardware solutions that are currently produced commercially and in academia are reviewed, followed by the available haptics-related software and then an in-depth analysis of medical training simulations that include haptic feedback. The review is summarized with scrutiny of emerging technologies and discusses future directions in the field.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "This review paper discusses the role of haptics within virtual medical training applications, particularly, where it can be used to aid a practitioner to learn and practice a task. The review summarizes aspects to be considered in the deployment of haptics technologies in medical training. First, both force/torque and tactile feedback hardware solutions that are currently produced commercially and in academia are reviewed, followed by the available haptics-related software and then an in-depth analysis of medical training simulations that include haptic feedback. The review is summarized with scrutiny of emerging technologies and discusses future directions in the field.", "title": "The Role of Haptics in Medical Training Simulators: A Survey of the State of the Art", "normalizedTitle": "The Role of Haptics in Medical Training Simulators: A Survey of the State of the Art", "fno": "tth2011010051", "hasPdf": true, "idPrefix": "th", "keywords": [ "Haptic Interfaces", "Medical Simulation", "Force Feedback", "Management Training", "Anatomy", "Hospitals", "Oncological Surgery", "Cadaver", "Fellows", "Torque", "Training", "State Of The Art", "Haptics", "Force Feedback", "Tactile Feedback", "Medical Simulation" ], "authors": [ { "givenName": "Timothy R.", "surname": "Coles", "fullName": "Timothy R. Coles", "affiliation": "Bangor University, Bangor, Wales", "__typename": "ArticleAuthorType" }, { "givenName": "Dwight", "surname": "Meglan", "fullName": "Dwight Meglan", "affiliation": "SimQuest, Silver Spring, Maryland, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Nigel W.", "surname": "John", "fullName": "Nigel W. John", "affiliation": "Bangor University, Bangor, Wales", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2011-01-01 00:00:00", "pubType": "trans", "pages": "51-66", "year": "2011", "issn": "1939-1412", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/3dui/2017/6716/0/07893325", "title": "FlexiFingers: Multi-finger interaction in VR combining passive haptics and pseudo-haptics", "doi": null, "abstractUrl": "/proceedings-article/3dui/2017/07893325/12OmNBBzoeV", "parentPublication": { "id": "proceedings/3dui/2017/6716/0", "title": "2017 IEEE Symposium on 3D User Interfaces (3DUI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/haptics/2006/0226/0/02260037", "title": "In situ Measurement of Cadaveric Soft Tissue Mechanical Properties and Fulcrum Forces for Use in Physics-Based Surgical Simulation", "doi": null, "abstractUrl": "/proceedings-article/haptics/2006/02260037/12OmNrIaeb0", "parentPublication": { "id": "proceedings/haptics/2006/0226/0", "title": "2006 14th Symposium on Haptic Interfaces for Virtual Environment and Teleoperator Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/asonam/2013/2240/0/06785819", "title": "Optometry training simulation with augmented reality and haptics", "doi": null, "abstractUrl": "/proceedings-article/asonam/2013/06785819/12OmNzYwc1w", "parentPublication": { "id": "proceedings/asonam/2013/2240/0", "title": "2013 International Conference on Advances in Social Networks Analysis and Mining (ASONAM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040626", "title": "Adaptive Space Warping to Enhance Passive Haptics in an Arthroscopy Surgical Simulator", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040626/13rRUwd9CG2", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ic/2012/05/mic2012050083", "title": "Integrating Haptics in Web Interfaces: State of the Art and Open Issues", "doi": null, "abstractUrl": "/magazine/ic/2012/05/mic2012050083/13rRUxASudL", "parentPublication": { "id": "mags/ic", "title": "IEEE Internet Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2011/03/tth2011030153", "title": "Haptics in medicine and clinical skill acquisition [special section intro.]", "doi": null, "abstractUrl": "/journal/th/2011/03/tth2011030153/13rRUxOve9T", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2011/03/tth2011030199", "title": "Integrating Haptics with Augmented Reality in a Femoral Palpation and Needle Insertion Training Simulation", "doi": null, "abstractUrl": "/journal/th/2011/03/tth2011030199/13rRUxd2aZb", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2004/02/mcg2004020056", "title": "Haptics in Minimally Invasive Surgical Simulation and Training", "doi": null, "abstractUrl": "/magazine/cg/2004/02/mcg2004020056/13rRUygBw20", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798006", "title": "The Effect of Audio and Visual Modality Based CPR Skill Training with Haptics Feedback in VR", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798006/1cJ1ej1Xf7W", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/svr/2020/9231/0/923100a134", "title": "Proxy Haptics for Surgical Training", "doi": null, "abstractUrl": "/proceedings-article/svr/2020/923100a134/1oZBAEAmMBW", "parentPublication": { "id": "proceedings/svr/2020/9231/0", "title": "2020 22nd Symposium on Virtual and Augmented Reality (SVR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "tth2011010039", "articleId": "13rRUwIF6le", "__typename": "AdjacentArticleType" }, "next": { "fno": "tth2011010067", "articleId": "13rRUxjQyhu", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXFgGn", "name": "tth2011010051s.mp3", "location": "https://www.computer.org/csdl/api/v1/extra/tth2011010051s.mp3", "extension": "mp3", "size": "25 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNCcKQnz", "title": "Sept.-Oct.", "year": "2012", "issueNum": "05", "idPrefix": "ic", "pubType": "magazine", "volume": "16", "label": "Sept.-Oct.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxASudL", "doi": "10.1109/MIC.2012.110", "abstract": "Several application fields have adopted haptic technologies to provide tactile and force effects to users. Some efforts have attempted to enhance Web application interfaces with haptics. This article examines the current state of the art in this area, highlighting the technology's benefits and pointing out issues with haptics integration.", "abstracts": [ { "abstractType": "Regular", "content": "Several application fields have adopted haptic technologies to provide tactile and force effects to users. Some efforts have attempted to enhance Web application interfaces with haptics. This article examines the current state of the art in this area, highlighting the technology's benefits and pointing out issues with haptics integration.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Several application fields have adopted haptic technologies to provide tactile and force effects to users. Some efforts have attempted to enhance Web application interfaces with haptics. This article examines the current state of the art in this area, highlighting the technology's benefits and pointing out issues with haptics integration.", "title": "Integrating Haptics in Web Interfaces: State of the Art and Open Issues", "normalizedTitle": "Integrating Haptics in Web Interfaces: State of the Art and Open Issues", "fno": "mic2012050083", "hasPdf": true, "idPrefix": "ic", "keywords": [ "Haptic Interfaces", "Web Services", "Application Programming Interfaces", "Web Applications", "Haptic Interaction" ], "authors": [ { "givenName": "Sara", "surname": "Comai", "fullName": "Sara Comai", "affiliation": "Politecnico di Milano", "__typename": "ArticleAuthorType" }, { "givenName": "Davide", "surname": "Mazza", "fullName": "Davide Mazza", "affiliation": "Politecnico di Milano", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2012-09-01 00:00:00", "pubType": "mags", "pages": "83-87", "year": "2012", "issn": "1089-7801", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cgi/2000/0643/0/06430295", "title": "Haptics Issues in Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/cgi/2000/06430295/12OmNyQYt7r", "parentPublication": { "id": "proceedings/cgi/2000/0643/0", "title": "Computer Graphics International Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446280", "title": "Enhancing the Stiffness Perception of Tangible Objects in Mixed Reality Using Wearable Haptics", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446280/13bd1AIBM2a", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2016/03/07452616", "title": "Haptics for Product Design and Manufacturing Simulation", "doi": null, "abstractUrl": "/journal/th/2016/03/07452616/13rRUNvyats", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2011/01/tth2011010051", "title": "The Role of Haptics in Medical Training Simulators: A Survey of the State of the Art", "doi": null, "abstractUrl": "/journal/th/2011/01/tth2011010051/13rRUwI5TR8", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2009/03/tth2009030141", "title": "Can Haptics Facilitate Interaction with an In-Vehicle Multifunctional Interface?", "doi": null, "abstractUrl": "/journal/th/2009/03/tth2009030141/13rRUwbJD4S", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040626", "title": "Adaptive Space Warping to Enhance Passive Haptics in an Arthroscopy Surgical Simulator", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040626/13rRUwd9CG2", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2010/01/ttg2010010004", "title": "Opportunistic Tangible User Interfaces for Augmented Reality", "doi": null, "abstractUrl": "/journal/tg/2010/01/ttg2010010004/13rRUwvT9gn", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2015/03/07036100", "title": "Haptics-Based Apps for Middle School Students with Visual Impairments", "doi": null, "abstractUrl": "/journal/th/2015/03/07036100/13rRUxD9gXV", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2022/5365/0/536500a905", "title": "Haptics in VR Using Origami-Augmented Drones", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2022/536500a905/1J7WrPcWIVO", "parentPublication": { "id": "proceedings/ismar-adjunct/2022/5365/0", "title": "2022 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/svr/2020/9231/0/923100a134", "title": "Proxy Haptics for Surgical Training", "doi": null, "abstractUrl": "/proceedings-article/svr/2020/923100a134/1oZBAEAmMBW", "parentPublication": { "id": "proceedings/svr/2020/9231/0", "title": "2020 22nd Symposium on Virtual and Augmented Reality (SVR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mic2012050078", "articleId": "13rRUwcS1Bd", "__typename": "AdjacentArticleType" }, "next": { "fno": "mic2012050088", "articleId": "13rRUxcsYQE", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNy49sJl", "title": "Nov.", "year": "2013", "issueNum": "11", "idPrefix": "tg", "pubType": "journal", "volume": "19", "label": "Nov.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUIM2VBH", "doi": "10.1109/TVCG.2013.88", "abstract": "A goal of redirected walking (RDW) is to allow large virtual worlds to be explored within small tracking areas. Generalized steering algorithms, such as steer-to-center, simply move the user toward locations that are considered to be collision free in most cases. The algorithm developed here, FORCE, identifies collision-free paths by using a map of the tracking area's shape and obstacles, in addition to a multistep, probabilistic prediction of the user's virtual path through a known virtual environment. In the present implementation, the path predictions describe a user's possible movements through a virtual store with aisles. Based on both the user's physical and virtual location / orientation, a search-based optimization technique identifies the optimal steering instruction given the possible user paths. Path prediction uses the map of the virtual world; consequently, the search may propose steering instructions that put the user close to walls if the user's future actions eventually lead away from the wall. Results from both simulated and real users are presented. FORCE identifies collision-free paths in 55.0 percent of the starting conditions compared to 46.1 percent for generalized methods. When considering only the conditions that result in different outcomes, redirection based on FORCE produces collision-free path 94.5 percent of the time.", "abstracts": [ { "abstractType": "Regular", "content": "A goal of redirected walking (RDW) is to allow large virtual worlds to be explored within small tracking areas. Generalized steering algorithms, such as steer-to-center, simply move the user toward locations that are considered to be collision free in most cases. The algorithm developed here, FORCE, identifies collision-free paths by using a map of the tracking area's shape and obstacles, in addition to a multistep, probabilistic prediction of the user's virtual path through a known virtual environment. In the present implementation, the path predictions describe a user's possible movements through a virtual store with aisles. Based on both the user's physical and virtual location / orientation, a search-based optimization technique identifies the optimal steering instruction given the possible user paths. Path prediction uses the map of the virtual world; consequently, the search may propose steering instructions that put the user close to walls if the user's future actions eventually lead away from the wall. Results from both simulated and real users are presented. FORCE identifies collision-free paths in 55.0 percent of the starting conditions compared to 46.1 percent for generalized methods. When considering only the conditions that result in different outcomes, redirection based on FORCE produces collision-free path 94.5 percent of the time.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "A goal of redirected walking (RDW) is to allow large virtual worlds to be explored within small tracking areas. Generalized steering algorithms, such as steer-to-center, simply move the user toward locations that are considered to be collision free in most cases. The algorithm developed here, FORCE, identifies collision-free paths by using a map of the tracking area's shape and obstacles, in addition to a multistep, probabilistic prediction of the user's virtual path through a known virtual environment. In the present implementation, the path predictions describe a user's possible movements through a virtual store with aisles. Based on both the user's physical and virtual location / orientation, a search-based optimization technique identifies the optimal steering instruction given the possible user paths. Path prediction uses the map of the virtual world; consequently, the search may propose steering instructions that put the user close to walls if the user's future actions eventually lead away from the wall. Results from both simulated and real users are presented. FORCE identifies collision-free paths in 55.0 percent of the starting conditions compared to 46.1 percent for generalized methods. When considering only the conditions that result in different outcomes, redirection based on FORCE produces collision-free path 94.5 percent of the time.", "title": "Optimizing Constrained-Environment Redirected Walking Instructions Using Search Techniques", "normalizedTitle": "Optimizing Constrained-Environment Redirected Walking Instructions Using Search Techniques", "fno": "ttg2013111872", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Legged Locomotion", "Force", "Cameras", "Optimization", "Probabilistic Logic", "Virtual Environments", "Tracking", "Virtual Reality", "Backtracking", "Motion Compression", "Redirected Walking" ], "authors": [ { "givenName": "M. A.", "surname": "Zmuda", "fullName": "M. A. Zmuda", "affiliation": "Dept. of Comput. Sci. & Software Eng., Miami Univ., Oxford, OH, USA", "__typename": "ArticleAuthorType" }, { "givenName": "J. L.", "surname": "Wonser", "fullName": "J. L. Wonser", "affiliation": "Dept. of Comput. Sci. & Software Eng., Miami Univ., Oxford, OH, USA", "__typename": "ArticleAuthorType" }, { "givenName": "E. R.", "surname": "Bachmann", "fullName": "E. R. Bachmann", "affiliation": "Dept. of Comput. Sci. & Software Eng., Miami Univ., Oxford, OH, USA", "__typename": "ArticleAuthorType" }, { "givenName": "E.", "surname": "Hodgson", "fullName": "E. Hodgson", "affiliation": "Dept. of Psychol., Miami Univ., Oxford, OH, USA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "11", "pubDate": "2013-11-01 00:00:00", "pubType": "trans", "pages": "1872-1884", "year": "2013", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2014/2871/0/06802053", "title": "An enhanced steering algorithm for redirected walking in virtual environments", "doi": null, "abstractUrl": "/proceedings-article/vr/2014/06802053/12OmNCbU2Wt", "parentPublication": { "id": "proceedings/vr/2014/2871/0", "title": "2014 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2017/6647/0/07892235", "title": "An evaluation of strategies for two-user redirected walking in shared physical spaces", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892235/12OmNy87Qwg", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2016/0836/0/07504742", "title": "Simultaneous mapping and redirected walking for ad hoc free walking in virtual environments", "doi": null, "abstractUrl": "/proceedings-article/vr/2016/07504742/12OmNyUFg0I", "parentPublication": { "id": "proceedings/vr/2016/0836/0", "title": "2016 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a922", "title": "Robust Redirected Walking in the Wild", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a922/1CJfaCP53nq", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/11/09881577", "title": "Making Resets away from Targets: POI aware Redirected Walking", "doi": null, "abstractUrl": "/journal/tg/2022/11/09881577/1Gv8Ze0xuJG", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2023/4815/0/481500a053", "title": "Redirected Walking Based on Historical User Walking Data", "doi": null, "abstractUrl": "/proceedings-article/vr/2023/481500a053/1MNgUnNG7Ju", "parentPublication": { "id": "proceedings/vr/2023/4815/0", "title": "2023 IEEE Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797983", "title": "A General Reactive Algorithm for Redirected Walking Using Artificial Potential Functions", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797983/1cJ12ULGPzq", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798121", "title": "Real-time Optimal Planning for Redirected Walking Using Deep Q-Learning", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798121/1cJ17Y60ruM", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089569", "title": "Dynamic Artificial Potential Fields for Multi-User Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089569/1jIxfFs8qgo", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/11/09523832", "title": "Redirected Walking in Static and Dynamic Scenes Using Visibility Polygons", "doi": null, "abstractUrl": "/journal/tg/2021/11/09523832/1wpqjiNuSqY", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2013111859", "articleId": "13rRUxOve9I", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2013111885", "articleId": "13rRUyeCkaf", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzA6GUv", "title": "May", "year": "2019", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "25", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "17PYEiVyc2v", "doi": "10.1109/TVCG.2019.2898764", "abstract": "Head-mounted displays (HMDs) and large area position tracking systems can enable users to navigate virtual worlds through natural walking. Redirected walking (RDW) imperceptibly steers immersed users away from physical world obstacles allowing them to explore unbounded virtual worlds while walking in limited physical space. In cases of imminent collisions, resetting techniques can reorient them into open space. This work introduces categorically new RDW and resetting algorithms based on the use of artificial potential fields that &#x201C;push&#x201D; users away from obstacles and other users. Data from human subject experiments indicate that these methods reduce potential single-user resets by 66% and increase the average distance between resets by 86% compared to previous techniques. A live multi-user study demonstrates the viability of the algorithm with up to 3 concurrent users, and simulation results indicate that the algorithm scales efficiently up to at least 8 users and is effective with larger groups.", "abstracts": [ { "abstractType": "Regular", "content": "Head-mounted displays (HMDs) and large area position tracking systems can enable users to navigate virtual worlds through natural walking. Redirected walking (RDW) imperceptibly steers immersed users away from physical world obstacles allowing them to explore unbounded virtual worlds while walking in limited physical space. In cases of imminent collisions, resetting techniques can reorient them into open space. This work introduces categorically new RDW and resetting algorithms based on the use of artificial potential fields that &#x201C;push&#x201D; users away from obstacles and other users. Data from human subject experiments indicate that these methods reduce potential single-user resets by 66% and increase the average distance between resets by 86% compared to previous techniques. A live multi-user study demonstrates the viability of the algorithm with up to 3 concurrent users, and simulation results indicate that the algorithm scales efficiently up to at least 8 users and is effective with larger groups.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Head-mounted displays (HMDs) and large area position tracking systems can enable users to navigate virtual worlds through natural walking. Redirected walking (RDW) imperceptibly steers immersed users away from physical world obstacles allowing them to explore unbounded virtual worlds while walking in limited physical space. In cases of imminent collisions, resetting techniques can reorient them into open space. This work introduces categorically new RDW and resetting algorithms based on the use of artificial potential fields that “push” users away from obstacles and other users. Data from human subject experiments indicate that these methods reduce potential single-user resets by 66% and increase the average distance between resets by 86% compared to previous techniques. A live multi-user study demonstrates the viability of the algorithm with up to 3 concurrent users, and simulation results indicate that the algorithm scales efficiently up to at least 8 users and is effective with larger groups.", "title": "Multi-User Redirected Walking and Resetting Using Artificial Potential Fields", "normalizedTitle": "Multi-User Redirected Walking and Resetting Using Artificial Potential Fields", "fno": "08645818", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Collision Avoidance", "Gait Analysis", "Helmet Mounted Displays", "Virtual Reality", "Multiuser Redirected Walking", "Artificial Potential Fields", "Large Area Position Tracking Systems", "Natural Walking", "RDW", "Resetting Algorithms", "Head Mounted Display", "HM Ds", "Legged Locomotion", "Navigation", "Space Vehicles", "Tracking", "Force", "Orbits", "Virtual Environment", "Redirected Walking", "Resetting", "Artificial Potential Field", "Collision Avoidance" ], "authors": [ { "givenName": "Eric R.", "surname": "Bachmann", "fullName": "Eric R. Bachmann", "affiliation": "Department of Computer Science and Software Engineering, Miami University, Oxford, OH", "__typename": "ArticleAuthorType" }, { "givenName": "Eric", "surname": "Hodgson", "fullName": "Eric Hodgson", "affiliation": "Armstrong Institute for Interactive Media Studies, Miami University, Oxford, OH", "__typename": "ArticleAuthorType" }, { "givenName": "Cole", "surname": "Hoffbauer", "fullName": "Cole Hoffbauer", "affiliation": "Department of Computer Science and Software Engineering, Miami University, Oxford, OH", "__typename": "ArticleAuthorType" }, { "givenName": "Justin", "surname": "Messinger", "fullName": "Justin Messinger", "affiliation": "Department of Computer Science and Software Engineering, Miami University, Oxford, OH", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2019-05-01 00:00:00", "pubType": "trans", "pages": "2022-2031", "year": "2019", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/tg/2014/04/ttg201404579", "title": "Performance of Redirected Walking Algorithms in a Constrained Virtual World", "doi": null, "abstractUrl": "/journal/tg/2014/04/ttg201404579/13rRUwjoNx4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09733261", "title": "One-step out-of-place resetting for redirected walking in VR", "doi": null, "abstractUrl": "/journal/tg/5555/01/09733261/1BENJyPkx5S", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2022/9617/0/961700a655", "title": "Optimal Pose Guided Redirected Walking with Pose Score Precomputation", "doi": null, "abstractUrl": "/proceedings-article/vr/2022/961700a655/1CJbHdnVzd6", "parentPublication": { "id": "proceedings/vr/2022/9617/0", "title": "2022 IEEE on Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/10049511", "title": "Redirected Walking On Omnidirectional Treadmill", "doi": null, "abstractUrl": "/journal/tg/5555/01/10049511/1KYoAYFd0m4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/05/10049692", "title": "FREE-RDW: A Multi-user Redirected Walking Method for Supporting Non-forward Steps", "doi": null, "abstractUrl": "/journal/tg/2023/05/10049692/1KYopXwY5Vu", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798286", "title": "Evaluating the Effectiveness of Redirected Walking with Auditory Distractors for Navigation in Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798286/1cJ0PIoIPV6", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797818", "title": "Effects of Tracking Area Shape and Size on Artificial Potential Field Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797818/1cJ1htJ7ArK", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089569", "title": "Dynamic Artificial Potential Fields for Multi-User Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089569/1jIxfFs8qgo", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2021/1838/0/255600a626", "title": "Dynamic Density-based Redirected Walking Towards Multi-user Virtual Environments", "doi": null, "abstractUrl": "/proceedings-article/vr/2021/255600a626/1tuAz6T7lXG", "parentPublication": { "id": "proceedings/vr/2021/1838/0", "title": "2021 IEEE Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/04/09669131", "title": "Adaptive Optimization Algorithm for Resetting Techniques in Obstacle-Ridden Environments", "doi": null, "abstractUrl": "/journal/tg/2023/04/09669131/1zTg06F4VTq", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08642297", "articleId": "17PYElZaeVr", "__typename": "AdjacentArticleType" }, "next": { "fno": "08645699", "articleId": "17PYElBjW00", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvqEvRo", "title": "PrePrints", "year": "5555", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": null, "label": "PrePrints", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1IxvZ4KZbri", "doi": "10.1109/TVCG.2022.3224073", "abstract": "Several advanced redirected walking techniques have been proposed in recent years to improve natural walking in virtual environments. One active and important research challenge of redirected walking focuses on the alignment of virtual and physical environments by redirection gains. If both environments are aligned, physical objects appear at the same positions as their virtual counterparts. When a user arrives at such a virtual object, she can touch the corresponding physical object providing passive haptic feedback. When multiple transferable virtual or physical target positions exist, the alignment can exploit multiple options, but the process requires more complicated solutions. In this paper, we study the problem of virtual-physical environmental alignment at multiple transferable target positions, and introduce a novel reinforcement learning-based redirected walking method. We design a novel comprehensive reward function that dynamically determines virtual-physical target matching and updates virtual target weights for reward computation. We evaluate our method through various simulated experiments as well as real user tests. The results show that our method obtains less physical distance error for environmental alignment and requires fewer resets than state-of-the-art techniques.", "abstracts": [ { "abstractType": "Regular", "content": "Several advanced redirected walking techniques have been proposed in recent years to improve natural walking in virtual environments. One active and important research challenge of redirected walking focuses on the alignment of virtual and physical environments by redirection gains. If both environments are aligned, physical objects appear at the same positions as their virtual counterparts. When a user arrives at such a virtual object, she can touch the corresponding physical object providing passive haptic feedback. When multiple transferable virtual or physical target positions exist, the alignment can exploit multiple options, but the process requires more complicated solutions. In this paper, we study the problem of virtual-physical environmental alignment at multiple transferable target positions, and introduce a novel reinforcement learning-based redirected walking method. We design a novel comprehensive reward function that dynamically determines virtual-physical target matching and updates virtual target weights for reward computation. We evaluate our method through various simulated experiments as well as real user tests. The results show that our method obtains less physical distance error for environmental alignment and requires fewer resets than state-of-the-art techniques.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Several advanced redirected walking techniques have been proposed in recent years to improve natural walking in virtual environments. One active and important research challenge of redirected walking focuses on the alignment of virtual and physical environments by redirection gains. If both environments are aligned, physical objects appear at the same positions as their virtual counterparts. When a user arrives at such a virtual object, she can touch the corresponding physical object providing passive haptic feedback. When multiple transferable virtual or physical target positions exist, the alignment can exploit multiple options, but the process requires more complicated solutions. In this paper, we study the problem of virtual-physical environmental alignment at multiple transferable target positions, and introduce a novel reinforcement learning-based redirected walking method. We design a novel comprehensive reward function that dynamically determines virtual-physical target matching and updates virtual target weights for reward computation. We evaluate our method through various simulated experiments as well as real user tests. The results show that our method obtains less physical distance error for environmental alignment and requires fewer resets than state-of-the-art techniques.", "title": "Transferable Virtual-Physical Environmental Alignment with Redirected Walking", "normalizedTitle": "Transferable Virtual-Physical Environmental Alignment with Redirected Walking", "fno": "09961901", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Legged Locomotion", "Haptic Interfaces", "Solids", "Virtual Environments", "Target Tracking", "Orbits", "Trajectory", "Redirected Walking", "Virtual Physical Environmental Alignment", "Reinforcement Learning" ], "authors": [ { "givenName": "Miao", "surname": "Wang", "fullName": "Miao Wang", "affiliation": "State Key Laboratory of Virtual Reality Technology and Systems, School of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Ze-Yin", "surname": "Chen", "fullName": "Ze-Yin Chen", "affiliation": "State Key Laboratory of Virtual Reality Technology and Systems, School of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Wen-Chuan", "surname": "Cai", "fullName": "Wen-Chuan Cai", "affiliation": "State Key Laboratory of Virtual Reality Technology and Systems, School of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Frank", "surname": "Steinicke", "fullName": "Frank Steinicke", "affiliation": "Department of Informatics, Universität Hamburg, Hamburg, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2022-11-01 00:00:00", "pubType": "trans", "pages": "1-14", "year": "5555", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2018/3365/0/08446579", "title": "Leveraging Configuration Spaces and Navigation Functions for Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446579/13bd1fdV4lq", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2013/01/mcg2013010006", "title": "Using Perceptual Illusions for Redirected Walking", "doi": null, "abstractUrl": "/magazine/cg/2013/01/mcg2013010006/13rRUB6SpRZ", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/04/ttg201404579", "title": "Performance of Redirected Walking Algorithms in a Constrained Virtual World", "doi": null, "abstractUrl": "/journal/tg/2014/04/ttg201404579/13rRUwjoNx4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040634", "title": "Comparing Four Approaches to Generalized Redirected Walking: Simulation and Live User Data", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040634/13rRUx0Pqpx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2015/04/07036075", "title": "Cognitive Resource Demands of Redirected Walking", "doi": null, "abstractUrl": "/journal/tg/2015/04/07036075/13rRUxcKzVm", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/05/08645818", "title": "Multi-User Redirected Walking and Resetting Using Artificial Potential Fields", "doi": null, "abstractUrl": "/journal/tg/2019/05/08645818/17PYEiVyc2v", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/05/10049730", "title": "Monte-Carlo Redirected Walking: Gain Selection Through Simulated Walks", "doi": null, "abstractUrl": "/journal/tg/2023/05/10049730/1KYowitu5OM", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090595", "title": "Reactive Alignment of Virtual and Physical Environments Using Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090595/1jIxm1j8B2w", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ec/2022/02/09364750", "title": "Multi-Technique Redirected Walking Method", "doi": null, "abstractUrl": "/journal/ec/2022/02/09364750/1rxdpzgvsxG", "parentPublication": { "id": "trans/ec", "title": "IEEE Transactions on Emerging Topics in Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/05/09382909", "title": "ARC: Alignment-based Redirection Controller for Redirected Walking in Complex Environments", "doi": null, "abstractUrl": "/journal/tg/2021/05/09382909/1saZt58Vwf6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09956758", "articleId": "1Iu2JIUXLR6", "__typename": "AdjacentArticleType" }, "next": { "fno": "09964397", "articleId": "1IFELlEsIve", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1Iz10b3TLDW", "name": "ttg555501-09961901s1-supp1-3224073.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg555501-09961901s1-supp1-3224073.mp4", "extension": "mp4", "size": "91.9 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNyq0zFI", "title": "May", "year": "2020", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1hx2DxYanDy", "doi": "10.1109/TVCG.2020.2973060", "abstract": "Redirected Walking (RDW) steering algorithms have traditionally relied on human-engineered logic. However, recent advances in reinforcement learning (RL) have produced systems that surpass human performance on a variety of control tasks. This paper investigates the potential of using RL to develop a novel reactive steering algorithm for RDW. Our approach uses RL to train a deep neural network that directly prescribes the rotation, translation, and curvature gains to transform a virtual environment given a user's position and orientation in the tracked space. We compare our learned algorithm to steer-to-center using simulated and real paths. We found that our algorithm outperforms steer-to-center on simulated paths, and found no significant difference on distance traveled on real paths. We demonstrate that when modeled as a continuous control problem, RDW is a suitable domain for RL, and moving forward, our general framework provides a promising path towards an optimal RDW steering algorithm.", "abstracts": [ { "abstractType": "Regular", "content": "Redirected Walking (RDW) steering algorithms have traditionally relied on human-engineered logic. However, recent advances in reinforcement learning (RL) have produced systems that surpass human performance on a variety of control tasks. This paper investigates the potential of using RL to develop a novel reactive steering algorithm for RDW. Our approach uses RL to train a deep neural network that directly prescribes the rotation, translation, and curvature gains to transform a virtual environment given a user's position and orientation in the tracked space. We compare our learned algorithm to steer-to-center using simulated and real paths. We found that our algorithm outperforms steer-to-center on simulated paths, and found no significant difference on distance traveled on real paths. We demonstrate that when modeled as a continuous control problem, RDW is a suitable domain for RL, and moving forward, our general framework provides a promising path towards an optimal RDW steering algorithm.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Redirected Walking (RDW) steering algorithms have traditionally relied on human-engineered logic. However, recent advances in reinforcement learning (RL) have produced systems that surpass human performance on a variety of control tasks. This paper investigates the potential of using RL to develop a novel reactive steering algorithm for RDW. Our approach uses RL to train a deep neural network that directly prescribes the rotation, translation, and curvature gains to transform a virtual environment given a user's position and orientation in the tracked space. We compare our learned algorithm to steer-to-center using simulated and real paths. We found that our algorithm outperforms steer-to-center on simulated paths, and found no significant difference on distance traveled on real paths. We demonstrate that when modeled as a continuous control problem, RDW is a suitable domain for RL, and moving forward, our general framework provides a promising path towards an optimal RDW steering algorithm.", "title": "A Steering Algorithm for Redirected Walking Using Reinforcement Learning", "normalizedTitle": "A Steering Algorithm for Redirected Walking Using Reinforcement Learning", "fno": "08998570", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Learning Artificial Intelligence", "Neural Nets", "Virtual Reality", "RL", "Reactive Steering Algorithm", "Deep Neural Network", "Learned Algorithm", "Steer To Center", "Simulated Paths", "Optimal RDW Steering Algorithm", "Reinforcement Learning", "Human Engineered Logic", "Human Performance", "Control Tasks", "Redirected Walking Steering Algorithms", "Legged Locomotion", "Learning Artificial Intelligence", "Prediction Algorithms", "Meters", "Tracking", "Heuristic Algorithms", "Space Exploration", "Virtual Reality", "Locomotion", "Redirected Walking", "Steering Algorithms", "Reinforcement Learning" ], "authors": [ { "givenName": "Ryan R.", "surname": "Strauss", "fullName": "Ryan R. Strauss", "affiliation": "Davidson College", "__typename": "ArticleAuthorType" }, { "givenName": "Raghuram", "surname": "Ramanujan", "fullName": "Raghuram Ramanujan", "affiliation": "Davidson College", "__typename": "ArticleAuthorType" }, { "givenName": "Andrew", "surname": "Becker", "fullName": "Andrew Becker", "affiliation": "Davidson College", "__typename": "ArticleAuthorType" }, { "givenName": "Tabitha C.", "surname": "Peck", "fullName": "Tabitha C. Peck", "affiliation": "Davidson College", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2020-05-01 00:00:00", "pubType": "trans", "pages": "1955-1963", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2017/6647/0/07892279", "title": "Curvature gains in redirected walking: A closer look", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892279/12OmNBEGYJE", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2017/6647/0/07892373", "title": "Application of redirected walking in room-scale VR", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892373/12OmNxG1ySA", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/11/ttg2013111872", "title": "Optimizing Constrained-Environment Redirected Walking Instructions Using Search Techniques", "doi": null, "abstractUrl": "/journal/tg/2013/11/ttg2013111872/13rRUIM2VBH", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2022/9617/0/961700a524", "title": "The Chaotic Behavior of Redirection &#x2013; Revisiting Simulations in Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2022/961700a524/1CJc4FECUko", "parentPublication": { "id": "proceedings/vr/2022/9617/0", "title": "2022 IEEE on Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2022/8402/0/840200a922", "title": "Robust Redirected Walking in the Wild", "doi": null, "abstractUrl": "/proceedings-article/vrw/2022/840200a922/1CJfaCP53nq", "parentPublication": { "id": "proceedings/vrw/2022/8402/0", "title": "2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/10049511", "title": "Redirected Walking On Omnidirectional Treadmill", "doi": null, "abstractUrl": "/journal/tg/5555/01/10049511/1KYoAYFd0m4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798121", "title": "Real-time Optimal Planning for Redirected Walking Using Deep Q-Learning", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798121/1cJ17Y60ruM", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797818", "title": "Effects of Tracking Area Shape and Size on Artificial Potential Field Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797818/1cJ1htJ7ArK", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089532", "title": "Optimal Planning for Redirected Walking Based on Reinforcement Learning in Multi-user Environment with Irregularly Shaped Physical Space", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089532/1jIx7m6wYKc", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2020/7675/0/767500a201", "title": "Evaluate Optimal Redirected Walking Planning Using Reinforcement Learning", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2020/767500a201/1pBMkbxS3F6", "parentPublication": { "id": "proceedings/ismar-adjunct/2020/7675/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08998141", "articleId": "1hrXeCqZ0cw", "__typename": "AdjacentArticleType" }, "next": { "fno": "08998371", "articleId": "1hrXiia6v9C", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1y2FkV9ZFKM", "title": "Nov.", "year": "2021", "issueNum": "11", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "Nov.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1wpqjiNuSqY", "doi": "10.1109/TVCG.2021.3106432", "abstract": "We present a new approach for redirected walking in static and dynamic scenes that uses techniques from robot motion planning to compute the redirection gains that steer the user on collision-free paths in the physical space. Our first contribution is a mathematical framework for redirected walking using concepts from motion planning and configuration spaces. This framework highlights various geometric and perceptual constraints that tend to make collision-free redirected walking difficult. We use our framework to propose an efficient solution to the redirection problem that uses the notion of visibility polygons to compute the free spaces in the physical environment and the virtual environment. The visibility polygon provides a concise representation of the entire space that is visible, and therefore walkable, to the user from their position within an environment. Using this representation of walkable space, we apply redirected walking to steer the user to regions of the visibility polygon in the physical environment that closely match the region that the user occupies in the visibility polygon in the virtual environment. We show that our algorithm is able to steer the user along paths that result in significantly fewer resets than existing state-of-the-art algorithms in both static and dynamic scenes. Our project website is available at <uri>https://ganuna.umd.edu/vis.poly/</uri>.", "abstracts": [ { "abstractType": "Regular", "content": "We present a new approach for redirected walking in static and dynamic scenes that uses techniques from robot motion planning to compute the redirection gains that steer the user on collision-free paths in the physical space. Our first contribution is a mathematical framework for redirected walking using concepts from motion planning and configuration spaces. This framework highlights various geometric and perceptual constraints that tend to make collision-free redirected walking difficult. We use our framework to propose an efficient solution to the redirection problem that uses the notion of visibility polygons to compute the free spaces in the physical environment and the virtual environment. The visibility polygon provides a concise representation of the entire space that is visible, and therefore walkable, to the user from their position within an environment. Using this representation of walkable space, we apply redirected walking to steer the user to regions of the visibility polygon in the physical environment that closely match the region that the user occupies in the visibility polygon in the virtual environment. We show that our algorithm is able to steer the user along paths that result in significantly fewer resets than existing state-of-the-art algorithms in both static and dynamic scenes. Our project website is available at <uri>https://ganuna.umd.edu/vis.poly/</uri>.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present a new approach for redirected walking in static and dynamic scenes that uses techniques from robot motion planning to compute the redirection gains that steer the user on collision-free paths in the physical space. Our first contribution is a mathematical framework for redirected walking using concepts from motion planning and configuration spaces. This framework highlights various geometric and perceptual constraints that tend to make collision-free redirected walking difficult. We use our framework to propose an efficient solution to the redirection problem that uses the notion of visibility polygons to compute the free spaces in the physical environment and the virtual environment. The visibility polygon provides a concise representation of the entire space that is visible, and therefore walkable, to the user from their position within an environment. Using this representation of walkable space, we apply redirected walking to steer the user to regions of the visibility polygon in the physical environment that closely match the region that the user occupies in the visibility polygon in the virtual environment. We show that our algorithm is able to steer the user along paths that result in significantly fewer resets than existing state-of-the-art algorithms in both static and dynamic scenes. Our project website is available at https://ganuna.umd.edu/vis.poly/.", "title": "Redirected Walking in Static and Dynamic Scenes Using Visibility Polygons", "normalizedTitle": "Redirected Walking in Static and Dynamic Scenes Using Visibility Polygons", "fno": "09523832", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Collision Avoidance", "Computational Geometry", "Control Engineering Computing", "Mathematics Computing", "Mobile Robots", "Virtual Reality", "Visibility Polygon", "Static Scenes", "Dynamic Scenes", "Redirection Gains", "Collision Free Paths", "Physical Space", "Mathematical Framework", "Motion Planning", "Configuration Spaces", "Framework Highlights", "Perceptual Constraints", "Redirection Problem", "Free Spaces", "Physical Environment", "Virtual Environment", "Entire Space", "Walkable Space", "Collision Free Redirected Walking", "Robot Motion Planning", "Legged Locomotion", "Virtual Environments", "Heuristic Algorithms", "Aerospace Electronics", "Planning", "Space Vehicles", "Robots", "Redirected Walking", "Locomotion", "Alignment", "Visibility Polygon", "Isovist", "Motion Planning" ], "authors": [ { "givenName": "Niall L.", "surname": "Williams", "fullName": "Niall L. Williams", "affiliation": "University of Maryland, College Park, US", "__typename": "ArticleAuthorType" }, { "givenName": "Aniket", "surname": "Bera", "fullName": "Aniket Bera", "affiliation": "University of Maryland, College Park, US", "__typename": "ArticleAuthorType" }, { "givenName": "Dinesh", "surname": "Manocha", "fullName": "Dinesh Manocha", "affiliation": "University of Maryland, College Park, US", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "11", "pubDate": "2021-11-01 00:00:00", "pubType": "trans", "pages": "4267-4277", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pive/2012/1218/0/06229795", "title": "Adaptive redirected walking in a virtual world", "doi": null, "abstractUrl": "/proceedings-article/pive/2012/06229795/12OmNzUxOk4", "parentPublication": { "id": "proceedings/pive/2012/1218/0", "title": "2012 IEEE VR Workshop on Perceptual Illusions in Virtual Environments", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446579", "title": "Leveraging Configuration Spaces and Navigation Functions for Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446579/13bd1fdV4lq", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446263", "title": "Mobius Walker: Pitch and Roll Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446263/13bd1gJ1v07", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/04/ttg201404579", "title": "Performance of Redirected Walking Algorithms in a Constrained Virtual World", "doi": null, "abstractUrl": "/journal/tg/2014/04/ttg201404579/13rRUwjoNx4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040634", "title": "Comparing Four Approaches to Generalized Redirected Walking: Simulation and Live User Data", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040634/13rRUx0Pqpx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2015/04/07036075", "title": "Cognitive Resource Demands of Redirected Walking", "doi": null, "abstractUrl": "/journal/tg/2015/04/07036075/13rRUxcKzVm", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09733261", "title": "One-step out-of-place resetting for redirected walking in VR", "doi": null, "abstractUrl": "/journal/tg/5555/01/09733261/1BENJyPkx5S", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2023/4815/0/481500a053", "title": "Redirected Walking Based on Historical User Walking Data", "doi": null, "abstractUrl": "/proceedings-article/vr/2023/481500a053/1MNgUnNG7Ju", "parentPublication": { "id": "proceedings/vr/2023/4815/0", "title": "2023 IEEE Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798121", "title": "Real-time Optimal Planning for Redirected Walking Using Deep Q-Learning", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798121/1cJ17Y60ruM", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090595", "title": "Reactive Alignment of Virtual and Physical Environments Using Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090595/1jIxm1j8B2w", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09523847", "articleId": "1wpqmNfLX9e", "__typename": "AdjacentArticleType" }, "next": { "fno": "09523890", "articleId": "1wpqBpgOKUE", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1y2Fl4EHJwA", "name": "ttg202111-09523832s1-supp1-3106432.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202111-09523832s1-supp1-3106432.pdf", "extension": "pdf", "size": "132 kB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNwMob9C", "title": "April", "year": "2018", "issueNum": "04", "idPrefix": "tg", "pubType": "journal", "volume": "24", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxcbnCw", "doi": "10.1109/TVCG.2018.2794074", "abstract": "In this paper, we investigate factors and issues related to human locomotion behavior and proxemics in the presence of a real or virtual human in augmented reality (AR). First, we discuss a unique issue with current-state optical see-through head-mounted displays, namely the mismatch between a small augmented visual field and a large unaugmented periphery, and its potential impact on locomotion behavior in close proximity of virtual content. We discuss a potential simple solution based on restricting the field of view to the central region, and we present the results of a controlled human-subject study. The study results show objective benefits for this approach in producing behaviors that more closely match those that occur when seeing a real human, but also some drawbacks in overall acceptance of the restricted field of view. Second, we discuss the limited multimodal feedback provided by virtual humans in AR, present a potential improvement based on vibrotactile feedback induced via the floor to compensate for the limited augmented visual field, and report results showing that benefits of such vibrations are less visible in objective locomotion behavior than in subjective estimates of co-presence. Third, we investigate and document significant differences in the effects that real and virtual humans have on locomotion behavior in AR with respect to clearance distances, walking speed, and head motions. We discuss potential explanations for these effects related to social expectations, and analyze effects of different types of behaviors including idle standing, jumping, and walking that such real or virtual humans may exhibit in the presence of an observer.", "abstracts": [ { "abstractType": "Regular", "content": "In this paper, we investigate factors and issues related to human locomotion behavior and proxemics in the presence of a real or virtual human in augmented reality (AR). First, we discuss a unique issue with current-state optical see-through head-mounted displays, namely the mismatch between a small augmented visual field and a large unaugmented periphery, and its potential impact on locomotion behavior in close proximity of virtual content. We discuss a potential simple solution based on restricting the field of view to the central region, and we present the results of a controlled human-subject study. The study results show objective benefits for this approach in producing behaviors that more closely match those that occur when seeing a real human, but also some drawbacks in overall acceptance of the restricted field of view. Second, we discuss the limited multimodal feedback provided by virtual humans in AR, present a potential improvement based on vibrotactile feedback induced via the floor to compensate for the limited augmented visual field, and report results showing that benefits of such vibrations are less visible in objective locomotion behavior than in subjective estimates of co-presence. Third, we investigate and document significant differences in the effects that real and virtual humans have on locomotion behavior in AR with respect to clearance distances, walking speed, and head motions. We discuss potential explanations for these effects related to social expectations, and analyze effects of different types of behaviors including idle standing, jumping, and walking that such real or virtual humans may exhibit in the presence of an observer.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In this paper, we investigate factors and issues related to human locomotion behavior and proxemics in the presence of a real or virtual human in augmented reality (AR). First, we discuss a unique issue with current-state optical see-through head-mounted displays, namely the mismatch between a small augmented visual field and a large unaugmented periphery, and its potential impact on locomotion behavior in close proximity of virtual content. We discuss a potential simple solution based on restricting the field of view to the central region, and we present the results of a controlled human-subject study. The study results show objective benefits for this approach in producing behaviors that more closely match those that occur when seeing a real human, but also some drawbacks in overall acceptance of the restricted field of view. Second, we discuss the limited multimodal feedback provided by virtual humans in AR, present a potential improvement based on vibrotactile feedback induced via the floor to compensate for the limited augmented visual field, and report results showing that benefits of such vibrations are less visible in objective locomotion behavior than in subjective estimates of co-presence. Third, we investigate and document significant differences in the effects that real and virtual humans have on locomotion behavior in AR with respect to clearance distances, walking speed, and head motions. We discuss potential explanations for these effects related to social expectations, and analyze effects of different types of behaviors including idle standing, jumping, and walking that such real or virtual humans may exhibit in the presence of an observer.", "title": "Effects of Unaugmented Periphery and Vibrotactile Feedback on Proxemics with Virtual Humans in AR", "normalizedTitle": "Effects of Unaugmented Periphery and Vibrotactile Feedback on Proxemics with Virtual Humans in AR", "fno": "08302409", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Visualization", "Legged Locomotion", "Collision Avoidance", "Optical Feedback", "Task Analysis", "Vibrations", "Augmented Reality", "Virtual Humans", "Locomotion", "Proxemics", "Vibrotactile Feedback", "Field Of View" ], "authors": [ { "givenName": "Myungho", "surname": "Lee", "fullName": "Myungho Lee", "affiliation": "University of Central Florida", "__typename": "ArticleAuthorType" }, { "givenName": "Gerd", "surname": "Bruder", "fullName": "Gerd Bruder", "affiliation": "University of Central Florida", "__typename": "ArticleAuthorType" }, { "givenName": "Tobias", "surname": "Höllerer", "fullName": "Tobias Höllerer", "affiliation": "University of California, Santa Barbara", "__typename": "ArticleAuthorType" }, { "givenName": "Greg", "surname": "Welch", "fullName": "Greg Welch", "affiliation": "University of Central Florida", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2018-04-01 00:00:00", "pubType": "trans", "pages": "1525-1534", "year": "2018", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2017/6647/0/07892235", "title": "An evaluation of strategies for two-user redirected walking in shared physical spaces", "doi": null, "abstractUrl": "/proceedings-article/vr/2017/07892235/12OmNy87Qwg", "parentPublication": { "id": "proceedings/vr/2017/6647/0", "title": "2017 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3dui/2016/0842/0/07460045", "title": "Collision avoidance in the presence of a virtual agent in small-scale virtual environments", "doi": null, "abstractUrl": "/proceedings-article/3dui/2016/07460045/12OmNzaQoPf", "parentPublication": { "id": "proceedings/3dui/2016/0842/0", "title": "2016 IEEE Symposium on 3D User Interfaces (3DUI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223327", "title": "Virtual proxemics: Locomotion in the presence of obstacles in large immersive projection environments", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223327/12OmNzcPAkQ", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446235", "title": "Influences on the Elicitation of Interpersonal Space with Virtual Humans", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446235/13bd1eW2l9F", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/07/07946183", "title": "Walking with Virtual People: Evaluation of Locomotion Interfaces in Dynamic Environments", "doi": null, "abstractUrl": "/journal/tg/2018/07/07946183/13rRUEgs2C2", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040652", "title": "Personified and Multistate Camera Motions for First-Person Navigation in Desktop Virtual Reality", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040652/13rRUygT7mX", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/12/08123949", "title": "Efficient VR and AR Navigation Through Multiperspective Occlusion Management", "doi": null, "abstractUrl": "/journal/tg/2018/12/08123949/14H4WNoi7Yc", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798043", "title": "Effects of Self-Avatar and Gaze on Avoidance Movement Behavior", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798043/1cJ0Wx6hvhK", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798204", "title": "Studying Gaze Behaviour during Collision Avoidance with a Virtual Walker: Influence of the Virtual Reality Setup", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798204/1cJ11rHzFi8", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089637", "title": "Eye-Gaze Activity in Crowds: Impact of Virtual Reality and Density", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089637/1jIx9WIWd5C", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08302393", "articleId": "13rRUwInvJm", "__typename": "AdjacentArticleType" }, "next": { "fno": "08269373", "articleId": "13rRUIIVlcR", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNxwENDN", "title": "May/June", "year": "2007", "issueNum": "03", "idPrefix": "tg", "pubType": "journal", "volume": "13", "label": "May/June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwvT9gk", "doi": "10.1109/TVCG.2007.1030", "abstract": "Abstract—This paper provides key insights into the construction and evaluation of interpersonal simulators—systems that enable interpersonal interaction with virtual humans. Using an interpersonal simulator, two studies were conducted that compare interactions with a virtual human to interactions with a similar real human. The specific interpersonal scenario employed was that of a medical interview. Medical students interacted with either a virtual human simulating appendicitis or a real human pretending to have the same symptoms. In Study I (n = 24), medical students elicited the same information from the virtual and real human, indicating that the content of the virtual and real interactions were similar. However, participants appeared less engaged and insincere with the virtual human. These behavioral differences likely stemmed from the virtual human's limited expressive behavior. Study II (n = 58) explored participant behavior using new measures. Nonverbal behavior appeared to communicate lower interest and a poorer attitude toward the virtual human. Some subjective measures of participant behavior yielded contradictory results, highlighting the need for objective, physically-based measures in future studies.", "abstracts": [ { "abstractType": "Regular", "content": "Abstract—This paper provides key insights into the construction and evaluation of interpersonal simulators—systems that enable interpersonal interaction with virtual humans. Using an interpersonal simulator, two studies were conducted that compare interactions with a virtual human to interactions with a similar real human. The specific interpersonal scenario employed was that of a medical interview. Medical students interacted with either a virtual human simulating appendicitis or a real human pretending to have the same symptoms. In Study I (n = 24), medical students elicited the same information from the virtual and real human, indicating that the content of the virtual and real interactions were similar. However, participants appeared less engaged and insincere with the virtual human. These behavioral differences likely stemmed from the virtual human's limited expressive behavior. Study II (n = 58) explored participant behavior using new measures. Nonverbal behavior appeared to communicate lower interest and a poorer attitude toward the virtual human. Some subjective measures of participant behavior yielded contradictory results, highlighting the need for objective, physically-based measures in future studies.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Abstract—This paper provides key insights into the construction and evaluation of interpersonal simulators—systems that enable interpersonal interaction with virtual humans. Using an interpersonal simulator, two studies were conducted that compare interactions with a virtual human to interactions with a similar real human. The specific interpersonal scenario employed was that of a medical interview. Medical students interacted with either a virtual human simulating appendicitis or a real human pretending to have the same symptoms. In Study I (n = 24), medical students elicited the same information from the virtual and real human, indicating that the content of the virtual and real interactions were similar. However, participants appeared less engaged and insincere with the virtual human. These behavioral differences likely stemmed from the virtual human's limited expressive behavior. Study II (n = 58) explored participant behavior using new measures. Nonverbal behavior appeared to communicate lower interest and a poorer attitude toward the virtual human. Some subjective measures of participant behavior yielded contradictory results, highlighting the need for objective, physically-based measures in future studies.", "title": "Comparing Interpersonal Interactions with a Virtual Human to Those with a Real Human", "normalizedTitle": "Comparing Interpersonal Interactions with a Virtual Human to Those with a Real Human", "fno": "v0443", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Medical Simulation", "Particle Measurements", "Educational Institutions", "Virtual Reality", "Computational Modeling", "Aerospace Simulation", "Computer Science", "Anthropometry", "Human Computer Interaction", "User Interfaces", "Medicine", "Intelligent Agents", "Virtual Reality", "Human Centered Computing", "User Interfaces", "Interaction Styles", "Evaluation Methodology", "Computer Graphics" ], "authors": [ { "givenName": "Andrew B.", "surname": "Raij", "fullName": "Andrew B. Raij", "affiliation": "University of Florida, Gainesville, FL 32611-6120", "__typename": "ArticleAuthorType" }, { "givenName": "Kyle", "surname": "Johnsen", "fullName": "Kyle Johnsen", "affiliation": "University of Florida, Gainesville, FL 32611-6120", "__typename": "ArticleAuthorType" }, { "givenName": "Robert F.", "surname": "Dickerson", "fullName": "Robert F. Dickerson", "affiliation": "University of Virginia, Charlottesville, VA 22904-4740", "__typename": "ArticleAuthorType" }, { "givenName": "Benjamin C.", "surname": "Lok", "fullName": "Benjamin C. Lok", "affiliation": "University of Florida, Gainesville, FL 32611-6120", "__typename": "ArticleAuthorType" }, { "givenName": "Marc S.", "surname": "Cohen", "fullName": "Marc S. Cohen", "affiliation": "University of Florida, VA, Gainesville, FL 32610-0247", "__typename": "ArticleAuthorType" }, { "givenName": "Margaret", "surname": "Duerson", "fullName": "Margaret Duerson", "affiliation": "University of Florida, Gainesville, FL 32610-0281", "__typename": "ArticleAuthorType" }, { "givenName": "Rebecca Rainer", "surname": "Pauly", "fullName": "Rebecca Rainer Pauly", "affiliation": "University of Florida, Gainesville, FL 32610-0277", "__typename": "ArticleAuthorType" }, { "givenName": "Amy O.", "surname": "Stevens", "fullName": "Amy O. Stevens", "affiliation": "University of Florida, VA, Gainesville, FL 32610-0286", "__typename": "ArticleAuthorType" }, { "givenName": "Peggy", "surname": "Wagner", "fullName": "Peggy Wagner", "affiliation": "Medical College of Georgia, Augusta, GA 30912", "__typename": "ArticleAuthorType" }, { "givenName": "D. Scott", "surname": "Lind", "fullName": "D. Scott Lind", "affiliation": "Medical College of Georgia, Augusta, GA 30912", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2007-05-01 00:00:00", "pubType": "trans", "pages": "443-457", "year": "2007", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/hics/1998/8341/0/83410194", "title": "Human Interactions with Heterogeneous Information Sources", "doi": null, "abstractUrl": "/proceedings-article/hics/1998/83410194/12OmNrIJqya", "parentPublication": { "id": "proceedings/hics/1998/8341/0", "title": "Human Interaction with Complex Systems, Annual Symposium on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2008/1971/0/04480757", "title": "Virtual Human + Tangible Interface = Mixed Reality Human An Initial Exploration with a Virtual Breast Exam Patient", "doi": null, "abstractUrl": "/proceedings-article/vr/2008/04480757/12OmNrJAdRV", "parentPublication": { "id": "proceedings/vr/2008/1971/0", "title": "IEEE Virtual Reality 2008", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2006/0224/0/02240059", "title": "Interpersonal Scenarios: Virtual \\approx Real?", "doi": null, "abstractUrl": "/proceedings-article/vr/2006/02240059/12OmNwDACqI", "parentPublication": { "id": "proceedings/vr/2006/0224/0", "title": "IEEE Virtual Reality Conference (VR 2006)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2017/0563/0/08273606", "title": "Weighted geodesic flow kernel for interpersonal mutual influence modeling and emotion recognition in dyadic interactions", "doi": null, "abstractUrl": "/proceedings-article/acii/2017/08273606/12OmNzt0IEE", "parentPublication": { "id": "proceedings/acii/2017/0563/0", "title": "2017 Seventh International Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2013/5048/0/5048a624", "title": "Affective Conversational Models: Interpersonal Stance in a Police Interview Context", "doi": null, "abstractUrl": "/proceedings-article/acii/2013/5048a624/12OmNzuZUEe", "parentPublication": { "id": "proceedings/acii/2013/5048/0", "title": "2013 Humaine Association Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/04/v0641", "title": "Computation of Localized Flow for Steady and Unsteady Vector Fields and Its Applications", "doi": null, "abstractUrl": "/journal/tg/2007/04/v0641/13rRUB6Sq0s", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040662", "title": "Leveraging Virtual Humans to Effectively Prepare Learners for Stressful Interpersonal Experiences", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040662/13rRUzpzeB4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2018/7592/0/08699286", "title": "Effects of Hybrid and Synthetic Social Gaze in Avatar-Mediated Interactions", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2018/08699286/19F1VntaVYQ", "parentPublication": { "id": "proceedings/ismar-adjunct/2018/7592/0", "title": "2018 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2022/9617/0/961700a455", "title": "The Effect of Virtual Humans Making Verbal Communication Mistakes on Learners&#x2019; Perspectives of their Credibility, Reliability, and Trustworthiness", "doi": null, "abstractUrl": "/proceedings-article/vr/2022/961700a455/1CJbMNuUHAs", "parentPublication": { "id": "proceedings/vr/2022/9617/0", "title": "2022 IEEE on Conference Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/05/10049655", "title": "Measuring Interpersonal Trust towards Virtual Humans with a Virtual Maze Paradigm", "doi": null, "abstractUrl": "/journal/tg/2023/05/10049655/1KYouwvCMBa", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "v0429", "articleId": "13rRUxYrbM5", "__typename": "AdjacentArticleType" }, "next": { "fno": "08093671", "articleId": "13rRUxASuSD", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1LUpyYLBfeo", "title": "May", "year": "2023", "issueNum": "05", "idPrefix": "tg", "pubType": "journal", "volume": "29", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1KYouwvCMBa", "doi": "10.1109/TVCG.2023.3247095", "abstract": "Virtual humans, including virtual agents and avatars, play an increasingly important role as VR technology advances. For example, virtual humans are used as digital bodies of users in social VR or as interfaces for AI assistants in online financing. Interpersonal trust is an essential prerequisite in real-life interactions, as well as in the virtual world. However, to date, there are no established interpersonal trust measurement tools specifically for virtual humans in virtual reality. This study fills the gap, by contributing a novel validated behavioural tool to measure interpersonal trust towards a specific virtual social interaction partner in social VR. This validated paradigm is inspired by a previously proposed virtual maze task that measures trust towards virtual characters. In the current study, a variant of this paradigm was implemented. The task of the users (the trustors) is to navigate through a maze in virtual reality, where they can interact with a virtual human (the trustee). They can choose to 1) ask for advice and 2) follow the advice from the virtual human if they want to. These measures served as behavioural measures of trust. We conducted a validation study with 70 participants in a between-subject design. The two conditions did not differ in the content of the advice but in the appearance, tone of voice and engagement of the trustees (alleged as avatars controlled by other participants). Results indicate that the experimental manipulation was successful, as participants rated the virtual human as more trustworthy in the trustworthy condition than in the untrustworthy condition. Importantly, this manipulation affected the trust behaviour of our participants, who, in the trustworthy condition, asked for advice more often and followed advice more often, indicating that the paradigm is sensitive to assessing interpersonal trust towards virtual humans. Thus, our paradigm can be used to measure differences in interpersonal trust towards virtual humans and may serve as a valuable research tool to study trust in virtual reality.", "abstracts": [ { "abstractType": "Regular", "content": "Virtual humans, including virtual agents and avatars, play an increasingly important role as VR technology advances. For example, virtual humans are used as digital bodies of users in social VR or as interfaces for AI assistants in online financing. Interpersonal trust is an essential prerequisite in real-life interactions, as well as in the virtual world. However, to date, there are no established interpersonal trust measurement tools specifically for virtual humans in virtual reality. This study fills the gap, by contributing a novel validated behavioural tool to measure interpersonal trust towards a specific virtual social interaction partner in social VR. This validated paradigm is inspired by a previously proposed virtual maze task that measures trust towards virtual characters. In the current study, a variant of this paradigm was implemented. The task of the users (the trustors) is to navigate through a maze in virtual reality, where they can interact with a virtual human (the trustee). They can choose to 1) ask for advice and 2) follow the advice from the virtual human if they want to. These measures served as behavioural measures of trust. We conducted a validation study with 70 participants in a between-subject design. The two conditions did not differ in the content of the advice but in the appearance, tone of voice and engagement of the trustees (alleged as avatars controlled by other participants). Results indicate that the experimental manipulation was successful, as participants rated the virtual human as more trustworthy in the trustworthy condition than in the untrustworthy condition. Importantly, this manipulation affected the trust behaviour of our participants, who, in the trustworthy condition, asked for advice more often and followed advice more often, indicating that the paradigm is sensitive to assessing interpersonal trust towards virtual humans. Thus, our paradigm can be used to measure differences in interpersonal trust towards virtual humans and may serve as a valuable research tool to study trust in virtual reality.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Virtual humans, including virtual agents and avatars, play an increasingly important role as VR technology advances. For example, virtual humans are used as digital bodies of users in social VR or as interfaces for AI assistants in online financing. Interpersonal trust is an essential prerequisite in real-life interactions, as well as in the virtual world. However, to date, there are no established interpersonal trust measurement tools specifically for virtual humans in virtual reality. This study fills the gap, by contributing a novel validated behavioural tool to measure interpersonal trust towards a specific virtual social interaction partner in social VR. This validated paradigm is inspired by a previously proposed virtual maze task that measures trust towards virtual characters. In the current study, a variant of this paradigm was implemented. The task of the users (the trustors) is to navigate through a maze in virtual reality, where they can interact with a virtual human (the trustee). They can choose to 1) ask for advice and 2) follow the advice from the virtual human if they want to. These measures served as behavioural measures of trust. We conducted a validation study with 70 participants in a between-subject design. The two conditions did not differ in the content of the advice but in the appearance, tone of voice and engagement of the trustees (alleged as avatars controlled by other participants). Results indicate that the experimental manipulation was successful, as participants rated the virtual human as more trustworthy in the trustworthy condition than in the untrustworthy condition. Importantly, this manipulation affected the trust behaviour of our participants, who, in the trustworthy condition, asked for advice more often and followed advice more often, indicating that the paradigm is sensitive to assessing interpersonal trust towards virtual humans. Thus, our paradigm can be used to measure differences in interpersonal trust towards virtual humans and may serve as a valuable research tool to study trust in virtual reality.", "title": "Measuring Interpersonal Trust towards Virtual Humans with a Virtual Maze Paradigm", "normalizedTitle": "Measuring Interpersonal Trust towards Virtual Humans with a Virtual Maze Paradigm", "fno": "10049655", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Avatars", "Human Factors", "Social Sciences Computing", "AI Assistants", "Avatars", "Behavioural Tool", "Between Subject Design", "Interpersonal Trust Measurement Tools", "Social VR", "Virtual Agents", "Virtual Humans", "Virtual Maze Navigation", "Virtual Reality", "Virtual Social Interaction Partner", "Avatars", "Psychology", "Games", "Particle Measurements", "Atmospheric Measurements", "Investment", "Task Analysis", "Virtual Human", "Specific Interpersonal Trust", "Trustworthiness", "Social VR", "Behavioural Measurement Paradigm", "Virtual Reality" ], "authors": [ { "givenName": "Jinghuai", "surname": "Lin", "fullName": "Jinghuai Lin", "affiliation": "Human-Computer Interaction (HCI) Group at the University of Würzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Johrine", "surname": "Cronjé", "fullName": "Johrine Cronjé", "affiliation": "Department of Psychology I, Biological Psychology, Clinical Psychology and Psychotherapy at the University of Würzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Ivo", "surname": "Käthner", "fullName": "Ivo Käthner", "affiliation": "Department of Psychology I, Biological Psychology, Clinical Psychology and Psychotherapy at the University of Würzburg, and the Department of Physiological Psychology at the University of Bamberg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Paul", "surname": "Pauli", "fullName": "Paul Pauli", "affiliation": "Department of Psychology I, Biological Psychology, Clinical Psychology and Psychotherapy at the University of Würzburg, and the Center of Mental Health, Medical Faculty at the University of Würzburg, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Marc Erich", "surname": "Latoschik", "fullName": "Marc Erich Latoschik", "affiliation": "Human-Computer Interaction (HCI) Group at the University of Würzburg, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "05", "pubDate": "2023-05-01 00:00:00", "pubType": "trans", "pages": "2401-2411", "year": "2023", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/acii/2013/5048/0/5048a780", "title": "How to Touch Humans: Guidelines for Social Agents and Robots That Can Touch", "doi": null, "abstractUrl": "/proceedings-article/acii/2013/5048a780/12OmNrMZpkm", "parentPublication": { "id": "proceedings/acii/2013/5048/0", "title": "2013 Humaine Association Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2006/0224/0/02240059", "title": "Interpersonal Scenarios: Virtual \\approx Real?", "doi": null, "abstractUrl": "/proceedings-article/vr/2006/02240059/12OmNwDACqI", "parentPublication": { "id": "proceedings/vr/2006/0224/0", "title": "IEEE Virtual Reality Conference (VR 2006)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446235", "title": "Influences on the Elicitation of Interpersonal Space with Virtual Humans", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446235/13bd1eW2l9F", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/03/v0443", "title": "Comparing Interpersonal Interactions with a Virtual Human to Those with a Real Human", "doi": null, "abstractUrl": "/journal/tg/2007/03/v0443/13rRUwvT9gk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ta/2015/02/06853335", "title": "Humans versus Computers: Impact of Emotion Expressions on People's Decision Making", "doi": null, "abstractUrl": "/journal/ta/2015/02/06853335/13rRUxASuz0", "parentPublication": { "id": "trans/ta", "title": "IEEE Transactions on Affective Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ta/2016/04/07219412", "title": "Dancing with Physio: A Mobile Game with Physiologically Aware Virtual Humans", "doi": null, "abstractUrl": "/journal/ta/2016/04/07219412/13rRUxYrbSX", "parentPublication": { "id": "trans/ta", "title": "IEEE Transactions on Affective Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2006/03/mcg2006030010", "title": "Teaching Communication Skills with Virtual Humans", "doi": null, "abstractUrl": "/magazine/cg/2006/03/mcg2006030010/13rRUyuegjh", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/04/ttg2013040662", "title": "Leveraging Virtual Humans to Effectively Prepare Learners for Stressful Interpersonal Experiences", "doi": null, "abstractUrl": "/journal/tg/2013/04/ttg2013040662/13rRUzpzeB4", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2020/7675/0/767500a041", "title": "Effects of Behavioral and Anthropomorphic Realism on Social Influence with Virtual Humans in AR", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2020/767500a041/1pBMhSuBHpe", "parentPublication": { "id": "proceedings/ismar-adjunct/2020/7675/0", "title": "2020 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/05/09382845", "title": "The Influence of Avatar Representation on Interpersonal Communication in Virtual Social Environments", "doi": null, "abstractUrl": "/journal/tg/2021/05/09382845/1saZq7bIPUQ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "10058530", "articleId": "1LdkjHapKW4", "__typename": "AdjacentArticleType" }, "next": { "fno": "10049690", "articleId": "1KYosCS1Lnq", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBhpS2B", "title": "April", "year": "2014", "issueNum": "04", "idPrefix": "tg", "pubType": "journal", "volume": "20", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxAASTb", "doi": "10.1109/TVCG.2014.21", "abstract": "Walking-In-Place (WIP) techniques make it possible to facilitate relatively natural locomotion within immersive virtual environments that are larger than the physical interaction space. However, in order to facilitate natural walking experiences one needs to know how to map steps in place to virtual motion. This paper describes two within-subjects studies performed with the intention of establishing the range of perceptually natural walking speeds for WIP locomotion. In both studies, subjects performed a series of virtual walks while exposed to visual gains (optic flow multipliers) ranging from 1.0 to 3.0. Thus, the slowest speed was equal to an estimate of the subjects normal walking speed, while the highest speed was three times greater. The perceived naturalness of the visual speed was assessed using self-reports. The first study compared four different types of movement, namely, no leg movement, walking on a treadmill, and two forms of gestural input for WIP locomotion. The results suggest that WIP locomotion is accompanied by a perceptual distortion of the speed of optic flow. The second study was performed using a 4×2 factorial design and compared four different display field-of-views (FOVs) and two types of movement, walking on a treadmill and WIP locomotion. The results revealed significant main effects of both movement type and field of view, but no significant interaction between the two variables. Particularly, they suggest that the size of the display FOV is inversely proportional to the degree of underestimation of the virtual speeds for both treadmill-mediated virtual walking and WIP locomotion. Combined, the results constitute a first attempt at establishing a set of guidelines specifying what virtual walking speeds WIP gestures should produce in order to facilitate a natural walking experience.", "abstracts": [ { "abstractType": "Regular", "content": "Walking-In-Place (WIP) techniques make it possible to facilitate relatively natural locomotion within immersive virtual environments that are larger than the physical interaction space. However, in order to facilitate natural walking experiences one needs to know how to map steps in place to virtual motion. This paper describes two within-subjects studies performed with the intention of establishing the range of perceptually natural walking speeds for WIP locomotion. In both studies, subjects performed a series of virtual walks while exposed to visual gains (optic flow multipliers) ranging from 1.0 to 3.0. Thus, the slowest speed was equal to an estimate of the subjects normal walking speed, while the highest speed was three times greater. The perceived naturalness of the visual speed was assessed using self-reports. The first study compared four different types of movement, namely, no leg movement, walking on a treadmill, and two forms of gestural input for WIP locomotion. The results suggest that WIP locomotion is accompanied by a perceptual distortion of the speed of optic flow. The second study was performed using a 4×2 factorial design and compared four different display field-of-views (FOVs) and two types of movement, walking on a treadmill and WIP locomotion. The results revealed significant main effects of both movement type and field of view, but no significant interaction between the two variables. Particularly, they suggest that the size of the display FOV is inversely proportional to the degree of underestimation of the virtual speeds for both treadmill-mediated virtual walking and WIP locomotion. Combined, the results constitute a first attempt at establishing a set of guidelines specifying what virtual walking speeds WIP gestures should produce in order to facilitate a natural walking experience.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Walking-In-Place (WIP) techniques make it possible to facilitate relatively natural locomotion within immersive virtual environments that are larger than the physical interaction space. However, in order to facilitate natural walking experiences one needs to know how to map steps in place to virtual motion. This paper describes two within-subjects studies performed with the intention of establishing the range of perceptually natural walking speeds for WIP locomotion. In both studies, subjects performed a series of virtual walks while exposed to visual gains (optic flow multipliers) ranging from 1.0 to 3.0. Thus, the slowest speed was equal to an estimate of the subjects normal walking speed, while the highest speed was three times greater. The perceived naturalness of the visual speed was assessed using self-reports. The first study compared four different types of movement, namely, no leg movement, walking on a treadmill, and two forms of gestural input for WIP locomotion. The results suggest that WIP locomotion is accompanied by a perceptual distortion of the speed of optic flow. The second study was performed using a 4×2 factorial design and compared four different display field-of-views (FOVs) and two types of movement, walking on a treadmill and WIP locomotion. The results revealed significant main effects of both movement type and field of view, but no significant interaction between the two variables. Particularly, they suggest that the size of the display FOV is inversely proportional to the degree of underestimation of the virtual speeds for both treadmill-mediated virtual walking and WIP locomotion. Combined, the results constitute a first attempt at establishing a set of guidelines specifying what virtual walking speeds WIP gestures should produce in order to facilitate a natural walking experience.", "title": "Establishing the Range of Perceptually Natural Visual Walking Speeds for Virtual Walking-In-Place Locomotion", "normalizedTitle": "Establishing the Range of Perceptually Natural Visual Walking Speeds for Virtual Walking-In-Place Locomotion", "fno": "ttg201404569", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Legged Locomotion", "Visualization", "Optical Distortion", "Optical Feedback", "Adaptive Optics", "Tracking", "Equations", "Virtual Reality Locomotion Speed Perception Perceived Naturalness" ], "authors": [ { "givenName": "Niels Christian", "surname": "Nilsson", "fullName": "Niels Christian Nilsson", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Stefania", "surname": "Serafin", "fullName": "Stefania Serafin", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Rolf", "surname": "Nordahl", "fullName": "Rolf Nordahl", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2014-04-01 00:00:00", "pubType": "trans", "pages": "569-578", "year": "2014", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/3dui/2013/6097/0/06550193", "title": "Tapping-In-Place: Increasing the naturalness of immersive walking-in-place locomotion through novel gestural input", "doi": null, "abstractUrl": "/proceedings-article/3dui/2013/06550193/12OmNAnMuyq", "parentPublication": { "id": "proceedings/3dui/2013/6097/0", "title": "2013 IEEE Symposium on 3D User Interfaces (3DUI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223389", "title": "The effect of head mounted display weight and locomotion method on the perceived naturalness of virtual walking speeds", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223389/12OmNwqft3l", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223328", "title": "The effect of visual display properties and gain presentation mode on the perceived naturalness of virtual walking speeds", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223328/12OmNxGja3F", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446165", "title": "A Threefold Approach for Precise and Efficient Locomotion in Virtual Environments with Varying Accessibility", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446165/13bd1AIBM28", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ismar-adjunct/2018/7592/0/08699289", "title": "Walking-in-Place for VR Navigation Independent of Gaze Direction Using a Waist-Worn Inertial Measurement Unit", "doi": null, "abstractUrl": "/proceedings-article/ismar-adjunct/2018/08699289/19F1PlWtKJa", "parentPublication": { "id": "proceedings/ismar-adjunct/2018/7592/0", "title": "2018 IEEE International Symposium on Mixed and Augmented Reality Adjunct (ISMAR-Adjunct)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09978713", "title": "Revisiting Walking-in-Place by Introducing Step-Height Control, Elastic Input, and Pseudo-Haptic Feedback", "doi": null, "abstractUrl": "/journal/tg/5555/01/09978713/1IXUnnVaWoE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798209", "title": "Enactive Approach to Assess Perceived Speed Error during Walking and Running in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798209/1cI6auzeLYY", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/07/08967011", "title": "The Role of Binocular Vision in Avoiding Virtual Obstacles While Walking", "doi": null, "abstractUrl": "/journal/tg/2021/07/08967011/1gPjyDVBxF6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089561", "title": "Real Walking in Place: HEX-CORE-PROTOTYPE Omnidirectional Treadmill", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089561/1jIxfncHjNe", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090453", "title": "Perception of Walking Self-body Avatar Enhances Virtual-walking Sensation", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090453/1jIxoojmMy4", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg201404560", "articleId": "13rRUyYjKag", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg201404579", "articleId": "13rRUwjoNx4", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1tWJ8EdItri", "title": "July", "year": "2021", "issueNum": "07", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1gPjyDVBxF6", "doi": "10.1109/TVCG.2020.2969181", "abstract": "Advances in Virtual Reality technology have enabled physical walking in virtual environments. While most Virtual Reality systems render stereoscopic images to users, the implication of binocular viewing with respect to the performance of human walking in virtual environments remains largely unknown. In the present study, we conducted two walking experiments in virtual environments using a linear treadmill and a novel projected display known as the Wide Immersive Stereo Environment (WISE) to study the role of binocular viewing in virtual locomotion. The first experiment investigated the walking performance of people stepping over obstacles while the second experiment focused on a scenario on stepping over gaps. Both experiments were conducted under both stereoscopic viewing and non-stereoscopic viewing conditions. By analysing the gait parameters, we found that binocular viewing helped people to make more accurate movements to step over obstacles and gaps in virtual locomotion.", "abstracts": [ { "abstractType": "Regular", "content": "Advances in Virtual Reality technology have enabled physical walking in virtual environments. While most Virtual Reality systems render stereoscopic images to users, the implication of binocular viewing with respect to the performance of human walking in virtual environments remains largely unknown. In the present study, we conducted two walking experiments in virtual environments using a linear treadmill and a novel projected display known as the Wide Immersive Stereo Environment (WISE) to study the role of binocular viewing in virtual locomotion. The first experiment investigated the walking performance of people stepping over obstacles while the second experiment focused on a scenario on stepping over gaps. Both experiments were conducted under both stereoscopic viewing and non-stereoscopic viewing conditions. By analysing the gait parameters, we found that binocular viewing helped people to make more accurate movements to step over obstacles and gaps in virtual locomotion.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Advances in Virtual Reality technology have enabled physical walking in virtual environments. While most Virtual Reality systems render stereoscopic images to users, the implication of binocular viewing with respect to the performance of human walking in virtual environments remains largely unknown. In the present study, we conducted two walking experiments in virtual environments using a linear treadmill and a novel projected display known as the Wide Immersive Stereo Environment (WISE) to study the role of binocular viewing in virtual locomotion. The first experiment investigated the walking performance of people stepping over obstacles while the second experiment focused on a scenario on stepping over gaps. Both experiments were conducted under both stereoscopic viewing and non-stereoscopic viewing conditions. By analysing the gait parameters, we found that binocular viewing helped people to make more accurate movements to step over obstacles and gaps in virtual locomotion.", "title": "The Role of Binocular Vision in Avoiding Virtual Obstacles While Walking", "normalizedTitle": "The Role of Binocular Vision in Avoiding Virtual Obstacles While Walking", "fno": "08967011", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Rendering Computer Graphics", "Stereo Image Processing", "Three Dimensional Displays", "Virtual Reality", "Virtual Environments", "Stereoscopic Images", "Binocular Viewing", "Human Walking", "Walking Experiments", "Virtual Locomotion", "Walking Performance", "Stereoscopic Viewing", "Nonstereoscopic Viewing Conditions", "Binocular Vision", "Virtual Obstacles", "Virtual Reality Technology", "Wide Immersive Stereo Environment", "Legged Locomotion", "Stereo Image Processing", "Foot", "Virtual Environments", "Tracking", "Rendering Computer Graphics", "Magnetic Heads", "Stereopsis", "Virtual Locomotion", "Virtual Environments" ], "authors": [ { "givenName": "Jingbo", "surname": "Zhao", "fullName": "Jingbo Zhao", "affiliation": "College of Information and Electrical Engineering, China Agricultural University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Robert S.", "surname": "Allison", "fullName": "Robert S. Allison", "affiliation": "Department of Electrical Engineering and Computer Science, York University, Toronto, ON, Canada", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "07", "pubDate": "2021-07-01 00:00:00", "pubType": "trans", "pages": "3277-3288", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vr/2015/1727/0/07223431", "title": "Walking recording and experience system by Visual Psychophysics Lab", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223431/12OmNB1NVNQ", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvprw/2012/1611/0/06238904", "title": "The measurement of eyestrain caused from diverse binocular disparities, viewing time and display sizes in watching stereoscopic 3D content", "doi": null, "abstractUrl": "/proceedings-article/cvprw/2012/06238904/12OmNqJHFuT", "parentPublication": { "id": "proceedings/cvprw/2012/1611/0", "title": "2012 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446479", "title": "Adopting the Roll Manipulation for Redirected Walking", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446479/13bd1eSlys4", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08448288", "title": "Experiencing an Invisible World War I Battlefield Through Narrative-Driven Redirected Walking in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08448288/13bd1fZBGdu", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446216", "title": "I Can See on My Feet While Walking: Sensitivity to Translation Gains with Visible Feet", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446216/13bd1gJ1v0k", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sive/2018/5713/0/08577177", "title": "Influence of hearing your steps and environmental sounds in VR while walking", "doi": null, "abstractUrl": "/proceedings-article/sive/2018/08577177/17D45XoXP3w", "parentPublication": { "id": "proceedings/sive/2018/5713/0", "title": "2018 IEEE 4th VR Workshop on Sonic Interactions for Virtual Environments (SIVE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/culture-and-computing/2017/1135/0/08227335", "title": "Walk through a Museum with Binocular Stereo Effect and Spherical Panorama Views", "doi": null, "abstractUrl": "/proceedings-article/culture-and-computing/2017/08227335/17D45XtvpdY", "parentPublication": { "id": "proceedings/culture-and-computing/2017/1135/0", "title": "2017 International Conference on Culture and Computing (Culture and Computing)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797751", "title": "Improving Walking in Place Methods with Individualization and Deep Networks", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797751/1cJ0WSuJ27e", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08798345", "title": "Investigation of Visual Self-Representation for a Walking-in-Place Navigation System in Virtual Reality", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08798345/1cJ1hpkUgHS", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vrw/2020/6532/0/09090453", "title": "Perception of Walking Self-body Avatar Enhances Virtual-walking Sensation", "doi": null, "abstractUrl": "/proceedings-article/vrw/2020/09090453/1jIxoojmMy4", "parentPublication": { "id": "proceedings/vrw/2020/6532/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08967163", "articleId": "1gPjyn904OA", "__typename": "AdjacentArticleType" }, "next": { "fno": "08967166", "articleId": "1gPjyNWFSgg", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNCcKQnA", "title": "Feb.", "year": "2013", "issueNum": "02", "idPrefix": "tp", "pubType": "journal", "volume": "35", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyfKIEn", "doi": "10.1109/TPAMI.2012.101", "abstract": "We propose a gaze sensing method using visual saliency maps that does not need explicit personal calibration. Our goal is to create a gaze estimator using only the eye images captured from a person watching a video clip. Our method treats the saliency maps of the video frames as the probability distributions of the gaze points. We aggregate the saliency maps based on the similarity in eye images to efficiently identify the gaze points from the saliency maps. We establish a mapping between the eye images to the gaze points by using Gaussian process regression. In addition, we use a feedback loop from the gaze estimator to refine the gaze probability maps to improve the accuracy of the gaze estimation. The experimental results show that the proposed method works well with different people and video clips and achieves a 3.5-degree accuracy, which is sufficient for estimating a user's attention on a display.", "abstracts": [ { "abstractType": "Regular", "content": "We propose a gaze sensing method using visual saliency maps that does not need explicit personal calibration. Our goal is to create a gaze estimator using only the eye images captured from a person watching a video clip. Our method treats the saliency maps of the video frames as the probability distributions of the gaze points. We aggregate the saliency maps based on the similarity in eye images to efficiently identify the gaze points from the saliency maps. We establish a mapping between the eye images to the gaze points by using Gaussian process regression. In addition, we use a feedback loop from the gaze estimator to refine the gaze probability maps to improve the accuracy of the gaze estimation. The experimental results show that the proposed method works well with different people and video clips and achieves a 3.5-degree accuracy, which is sufficient for estimating a user's attention on a display.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We propose a gaze sensing method using visual saliency maps that does not need explicit personal calibration. Our goal is to create a gaze estimator using only the eye images captured from a person watching a video clip. Our method treats the saliency maps of the video frames as the probability distributions of the gaze points. We aggregate the saliency maps based on the similarity in eye images to efficiently identify the gaze points from the saliency maps. We establish a mapping between the eye images to the gaze points by using Gaussian process regression. In addition, we use a feedback loop from the gaze estimator to refine the gaze probability maps to improve the accuracy of the gaze estimation. The experimental results show that the proposed method works well with different people and video clips and achieves a 3.5-degree accuracy, which is sufficient for estimating a user's attention on a display.", "title": "Appearance-Based Gaze Estimation Using Visual Saliency", "normalizedTitle": "Appearance-Based Gaze Estimation Using Visual Saliency", "fno": "ttp2013020329", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Visualization", "Estimation", "Calibration", "Feature Extraction", "Accuracy", "Face", "Humans", "Face And Gesture Recognition", "Gaze Estimation", "Visual Attention" ], "authors": [ { "givenName": "Y.", "surname": "Sugano", "fullName": "Y. Sugano", "affiliation": "Sato Lab., Univ. of Tokyo, Tokyo, Japan", "__typename": "ArticleAuthorType" }, { "givenName": "Y.", "surname": "Matsushita", "fullName": "Y. Matsushita", "affiliation": "Microsoft Res. Asia, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Y.", "surname": "Sato", "fullName": "Y. Sato", "affiliation": "Sato Lab., Univ. of Tokyo, Tokyo, Japan", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2013-02-01 00:00:00", "pubType": "trans", "pages": "329-341", "year": "2013", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cvpr/2011/0394/0/05995675", "title": "Probabilistic gaze estimation without active personal calibration", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2011/05995675/12OmNC8MsAV", "parentPublication": { "id": "proceedings/cvpr/2011/0394/0", "title": "CVPR 2011", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2010/6984/0/05539984", "title": "Calibration-free gaze sensing using saliency maps", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2010/05539984/12OmNwfsI2l", "parentPublication": { "id": "proceedings/cvpr/2010/6984/0", "title": "2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2014/5209/0/5209b869", "title": "Appearance-Based Gaze Tracking with Free Head Movement", "doi": null, "abstractUrl": "/proceedings-article/icpr/2014/5209b869/12OmNyo1nKa", "parentPublication": { "id": "proceedings/icpr/2014/5209/0", "title": "2014 22nd International Conference on Pattern Recognition (ICPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvprw/2017/0733/0/0733c299", "title": "It’s Written All Over Your Face: Full-Face Appearance-Based Gaze Estimation", "doi": null, "abstractUrl": "/proceedings-article/cvprw/2017/0733c299/12OmNzaQoPr", "parentPublication": { "id": "proceedings/cvprw/2017/0733/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2014/10/06777326", "title": "Adaptive Linear Regression for Appearance-Based Gaze Estimation", "doi": null, "abstractUrl": "/journal/tp/2014/10/06777326/13rRUEgartY", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cisai/2021/0692/0/069200a651", "title": "Gaze Estimation Based on Difference Residual Network", "doi": null, "abstractUrl": "/proceedings-article/cisai/2021/069200a651/1BmOqegCHjG", "parentPublication": { "id": "proceedings/cisai/2021/0692/0", "title": "2021 International Conference on Computer Information Science and Artificial Intelligence (CISAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tm/5555/01/09802919", "title": "Continuous Gaze Tracking With Implicit Saliency-Aware Calibration on Mobile Devices", "doi": null, "abstractUrl": "/journal/tm/5555/01/09802919/1Eo1vvDggH6", "parentPublication": { "id": "trans/tm", "title": "IEEE Transactions on Mobile Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccvw/2019/5023/0/502300b088", "title": "Unsupervised Outlier Detection in Appearance-Based Gaze Estimation", "doi": null, "abstractUrl": "/proceedings-article/iccvw/2019/502300b088/1i5mmdOlIwU", "parentPublication": { "id": "proceedings/iccvw/2019/5023/0", "title": "2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccvw/2019/5023/0/502300b169", "title": "SalGaze: Personalizing Gaze Estimation using Visual Saliency", "doi": null, "abstractUrl": "/proceedings-article/iccvw/2019/502300b169/1i5mshouNby", "parentPublication": { "id": "proceedings/iccvw/2019/5023/0", "title": "2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cbms/2021/4121/0/412100a189", "title": "Enhanced CNN-Based Gaze Estimation on Wireless Capsule Endoscopy Images", "doi": null, "abstractUrl": "/proceedings-article/cbms/2021/412100a189/1vb8Wg2mwiQ", "parentPublication": { "id": "proceedings/cbms/2021/4121/0", "title": "2021 IEEE 34th International Symposium on Computer-Based Medical Systems (CBMS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttp2013020314", "articleId": "13rRUyYSWu0", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttp2013020342", "articleId": "13rRUEgarCv", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNCxL9Vf", "title": "April", "year": "1991", "issueNum": "04", "idPrefix": "tp", "pubType": "journal", "volume": "13", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwhpBEQ", "doi": "10.1109/34.88572", "abstract": "A novel approach to camera calibration by vanishing lines is proposed. Calibrated parameters include the orientation, position, and focal length of a camera. A hexagon is used as the calibration target to generate a vanishing line of the ground plane from its projected image. It is shown that the vanishing line includes useful geometric hints about the camera orientation parameters and the focal length, from which the orientation parameters can be solved easily and analytically. And the camera position parameters can be calibrated by the use of related geometric projective relationships. The simplicity of the target eliminates the complexity of the environment setup and simplifies the feature extraction in relevant image processing. The calibration formulas are also simple to compute. Experimental results show the feasibility of the proposed approach.", "abstracts": [ { "abstractType": "Regular", "content": "A novel approach to camera calibration by vanishing lines is proposed. Calibrated parameters include the orientation, position, and focal length of a camera. A hexagon is used as the calibration target to generate a vanishing line of the ground plane from its projected image. It is shown that the vanishing line includes useful geometric hints about the camera orientation parameters and the focal length, from which the orientation parameters can be solved easily and analytically. And the camera position parameters can be calibrated by the use of related geometric projective relationships. The simplicity of the target eliminates the complexity of the environment setup and simplifies the feature extraction in relevant image processing. The calibration formulas are also simple to compute. Experimental results show the feasibility of the proposed approach.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "A novel approach to camera calibration by vanishing lines is proposed. Calibrated parameters include the orientation, position, and focal length of a camera. A hexagon is used as the calibration target to generate a vanishing line of the ground plane from its projected image. It is shown that the vanishing line includes useful geometric hints about the camera orientation parameters and the focal length, from which the orientation parameters can be solved easily and analytically. And the camera position parameters can be calibrated by the use of related geometric projective relationships. The simplicity of the target eliminates the complexity of the environment setup and simplifies the feature extraction in relevant image processing. The calibration formulas are also simple to compute. Experimental results show the feasibility of the proposed approach.", "title": "Camera Calibration by Vanishing Lines for 3-D Computer Vision", "normalizedTitle": "Camera Calibration by Vanishing Lines for 3-D Computer Vision", "fno": "i0370", "hasPdf": true, "idPrefix": "tp", "keywords": [ "3 D Computer Vision Vanishing Lines Camera Calibration Hexagon Projected Image Focal Length Geometric Projective Relationships Feature Extraction Image Processing Calibration Computational Geometry Computer Vision Computerised Picture Processing Television Cameras" ], "authors": [ { "givenName": "L.L.", "surname": "Wang", "fullName": "L.L. Wang", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "W.H.", "surname": "Tsai", "fullName": "W.H. Tsai", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": false, "isOpenAccess": false, "issueNum": "04", "pubDate": "1991-04-01 00:00:00", "pubType": "trans", "pages": "370-376", "year": "1991", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [], "adjacentArticles": { "previous": { "fno": "i0365", "articleId": "13rRUwwJWGy", "__typename": "AdjacentArticleType" }, "next": { "fno": "i0376", "articleId": "13rRUxly8Yp", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNCeK2m4", "title": "Oct.-Dec.", "year": "2016", "issueNum": "04", "idPrefix": "th", "pubType": "journal", "volume": "9", "label": "Oct.-Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwbs1SE", "doi": "10.1109/TOH.2016.2598332", "abstract": "The present study investigated whether a tactile flow created by a matrix of vibrators in a seat pan simultaneously presented with an optical flow in peripheral vision enhances the perceived forward velocity of self-motion. A brief tactile motion stimulus consisted of four successive rows of vibration, and the interstimulus onset between the tactile rows was varied to change the velocity of the tactile motion. The results show that the forward velocity of self-motion is significantly overestimated for rapid tactile flows and underestimated for slow ones, compared with optical flow alone or non-motion vibrotactile stimulation conditions. In addition, the effect with a temporal tactile rhythm without changing the stimulus location was smaller than that with spatiotemporal tactile motion, with the interstimulus onset interval to elicit a clear sensation of tactile apparent motion. These findings suggest that spatiotemporal tactile motion is effective in inducing a change in the perceived forward velocity of self-motion.", "abstracts": [ { "abstractType": "Regular", "content": "The present study investigated whether a tactile flow created by a matrix of vibrators in a seat pan simultaneously presented with an optical flow in peripheral vision enhances the perceived forward velocity of self-motion. A brief tactile motion stimulus consisted of four successive rows of vibration, and the interstimulus onset between the tactile rows was varied to change the velocity of the tactile motion. The results show that the forward velocity of self-motion is significantly overestimated for rapid tactile flows and underestimated for slow ones, compared with optical flow alone or non-motion vibrotactile stimulation conditions. In addition, the effect with a temporal tactile rhythm without changing the stimulus location was smaller than that with spatiotemporal tactile motion, with the interstimulus onset interval to elicit a clear sensation of tactile apparent motion. These findings suggest that spatiotemporal tactile motion is effective in inducing a change in the perceived forward velocity of self-motion.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The present study investigated whether a tactile flow created by a matrix of vibrators in a seat pan simultaneously presented with an optical flow in peripheral vision enhances the perceived forward velocity of self-motion. A brief tactile motion stimulus consisted of four successive rows of vibration, and the interstimulus onset between the tactile rows was varied to change the velocity of the tactile motion. The results show that the forward velocity of self-motion is significantly overestimated for rapid tactile flows and underestimated for slow ones, compared with optical flow alone or non-motion vibrotactile stimulation conditions. In addition, the effect with a temporal tactile rhythm without changing the stimulus location was smaller than that with spatiotemporal tactile motion, with the interstimulus onset interval to elicit a clear sensation of tactile apparent motion. These findings suggest that spatiotemporal tactile motion is effective in inducing a change in the perceived forward velocity of self-motion.", "title": "Tactile Apparent Motion on the Torso Modulates Perceived Forward Self-Motion Velocity", "normalizedTitle": "Tactile Apparent Motion on the Torso Modulates Perceived Forward Self-Motion Velocity", "fno": "07534882", "hasPdf": true, "idPrefix": "th", "keywords": [ "Image Motion Analysis", "Computer Vision", "Optical Sensors", "Visualization", "Spatiotemporal Phenomena", "Stimulated Emission", "Velocity Perception Of Self Motion", "Multisensory", "Tactile Flow" ], "authors": [ { "givenName": "Tomohiro", "surname": "Amemiya", "fullName": "Tomohiro Amemiya", "affiliation": "NTT Communication Science Laboratories, NTT Corporation, Atsugi, Kanagawa, Japan", "__typename": "ArticleAuthorType" }, { "givenName": "Koichi", "surname": "Hirota", "fullName": "Koichi Hirota", "affiliation": "Department of Human Media Systems, Graduate School of Information Systems, University of Electro-Communications,, Chofu-shi, Tokyo, Japan", "__typename": "ArticleAuthorType" }, { "givenName": "Yasushi", "surname": "Ikei", "fullName": "Yasushi Ikei", "affiliation": "Graduate School of System Design, Tokyo Metropolitan University, Hino-shi, Tokyo, Japan", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2016-10-01 00:00:00", "pubType": "trans", "pages": "474-482", "year": "2016", "issn": "1939-1412", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icassp/1991/0003/0/00150990", "title": "Global motion identification for image sequence analysis and coding", "doi": null, "abstractUrl": "/proceedings-article/icassp/1991/00150990/12OmNCb3fuk", "parentPublication": { "id": "proceedings/icassp/1991/0003/0", "title": "Acoustics, Speech, and Signal Processing, IEEE International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvprw/2012/1611/0/06239252", "title": "Temporally consistent diffeomorphic motion estimation with mutual information: Application to echocardiographic sequences", "doi": null, "abstractUrl": "/proceedings-article/cvprw/2012/06239252/12OmNqBKU9m", "parentPublication": { "id": "proceedings/cvprw/2012/1611/0", "title": "2012 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/haptics/2006/0226/0/02260068", "title": "Towards Effective Information Display Using Vibrotactile Apparent Motion", "doi": null, "abstractUrl": "/proceedings-article/haptics/2006/02260068/12OmNvT2oN8", "parentPublication": { "id": "proceedings/haptics/2006/0226/0", "title": "2006 14th Symposium on Haptic Interfaces for Virtual Environment and Teleoperator Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/robot/1988/0852/0/00012201", "title": "Touch and motion (tactile sensor)", "doi": null, "abstractUrl": "/proceedings-article/robot/1988/00012201/12OmNvy2586", "parentPublication": { "id": "proceedings/robot/1988/0852/0", "title": "Proceedings. 1988 IEEE International Conference on Robotics and Automation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2013/4795/0/06549402", "title": "Perceived forward velocity increases with tactile flow on seat pan", "doi": null, "abstractUrl": "/proceedings-article/vr/2013/06549402/12OmNwHQB9h", "parentPublication": { "id": "proceedings/vr/2013/4795/0", "title": "2013 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3dui/2013/6097/0/06550200", "title": "Tactile flow on seat pan modulates perceived forward velocity", "doi": null, "abstractUrl": "/proceedings-article/3dui/2013/06550200/12OmNy6HQSO", "parentPublication": { "id": "proceedings/3dui/2013/6097/0", "title": "2013 IEEE Symposium on 3D User Interfaces (3DUI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2015/1727/0/07223412", "title": "A modified tactile brush algorithm for complex touch gestures", "doi": null, "abstractUrl": "/proceedings-article/vr/2015/07223412/12OmNyS6RDd", "parentPublication": { "id": "proceedings/vr/2015/1727/0", "title": "2015 IEEE Virtual Reality (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wvm/1989/1903/0/00047103", "title": "Towards a theory of apparent visual motion", "doi": null, "abstractUrl": "/proceedings-article/wvm/1989/00047103/12OmNywxlE9", "parentPublication": { "id": "proceedings/wvm/1989/1903/0", "title": "Proceedings Workshop on Visual Motion", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/th/2017/04/07876800", "title": "Intermanual Apparent Tactile Motion and Its Extension to 3D Interactions", "doi": null, "abstractUrl": "/journal/th/2017/04/07876800/13rRUx0xPTX", "parentPublication": { "id": "trans/th", "title": "IEEE Transactions on Haptics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cw/2019/2297/0/229700a143", "title": "Inducing Simple Actions While Working by Generating Tactile Apparent Motion", "doi": null, "abstractUrl": "/proceedings-article/cw/2019/229700a143/1fHkoHuPEHe", "parentPublication": { "id": "proceedings/cw/2019/2297/0", "title": "2019 International Conference on Cyberworlds (CW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07506075", "articleId": "13rRUwkxc5w", "__typename": "AdjacentArticleType" }, "next": { "fno": "07482745", "articleId": "13rRUxlgxOt", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvvc5OR", "title": "April-June", "year": "2017", "issueNum": "02", "idPrefix": "ta", "pubType": "journal", "volume": "8", "label": "April-June", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwhpBMP", "doi": "10.1109/TAFFC.2016.2582490", "abstract": "Autism Spectrum Disorder (ASD) is a highly prevalent neurodevelopmental disorder with enormous individual and social cost. In this paper, a novel virtual reality (VR)-based driving system was introduced to teach driving skills to adolescents with ASD. This driving system is capable of gathering eye gaze, electroencephalography, and peripheral physiology data in addition to driving performance data. The objective of this paper is to fuse multimodal information to measure cognitive load during driving such that driving tasks can be individualized for optimal skill learning. Individualization of ASD intervention is an important criterion due to the spectrum nature of the disorder. Twenty adolescents with ASD participated in our study and the data collected were used for systematic feature extraction and classification of cognitive loads based on five well-known machine learning methods. Subsequently, three information fusion schemes—feature level fusion, decision level fusion and hybrid level fusion—were explored. Results indicate that multimodal information fusion can be used to measure cognitive load with high accuracy. Such a mechanism is essential since it will allow individualization of driving skill training based on cognitive load, which will facilitate acceptance of this driving system for clinical use and eventual commercialization.", "abstracts": [ { "abstractType": "Regular", "content": "Autism Spectrum Disorder (ASD) is a highly prevalent neurodevelopmental disorder with enormous individual and social cost. In this paper, a novel virtual reality (VR)-based driving system was introduced to teach driving skills to adolescents with ASD. This driving system is capable of gathering eye gaze, electroencephalography, and peripheral physiology data in addition to driving performance data. The objective of this paper is to fuse multimodal information to measure cognitive load during driving such that driving tasks can be individualized for optimal skill learning. Individualization of ASD intervention is an important criterion due to the spectrum nature of the disorder. Twenty adolescents with ASD participated in our study and the data collected were used for systematic feature extraction and classification of cognitive loads based on five well-known machine learning methods. Subsequently, three information fusion schemes—feature level fusion, decision level fusion and hybrid level fusion—were explored. Results indicate that multimodal information fusion can be used to measure cognitive load with high accuracy. Such a mechanism is essential since it will allow individualization of driving skill training based on cognitive load, which will facilitate acceptance of this driving system for clinical use and eventual commercialization.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Autism Spectrum Disorder (ASD) is a highly prevalent neurodevelopmental disorder with enormous individual and social cost. In this paper, a novel virtual reality (VR)-based driving system was introduced to teach driving skills to adolescents with ASD. This driving system is capable of gathering eye gaze, electroencephalography, and peripheral physiology data in addition to driving performance data. The objective of this paper is to fuse multimodal information to measure cognitive load during driving such that driving tasks can be individualized for optimal skill learning. Individualization of ASD intervention is an important criterion due to the spectrum nature of the disorder. Twenty adolescents with ASD participated in our study and the data collected were used for systematic feature extraction and classification of cognitive loads based on five well-known machine learning methods. Subsequently, three information fusion schemes—feature level fusion, decision level fusion and hybrid level fusion—were explored. Results indicate that multimodal information fusion can be used to measure cognitive load with high accuracy. Such a mechanism is essential since it will allow individualization of driving skill training based on cognitive load, which will facilitate acceptance of this driving system for clinical use and eventual commercialization.", "title": "Cognitive Load Measurement in a Virtual Reality-Based Driving System for Autism Intervention", "normalizedTitle": "Cognitive Load Measurement in a Virtual Reality-Based Driving System for Autism Intervention", "fno": "07495013", "hasPdf": true, "idPrefix": "ta", "keywords": [ "Variable Speed Drives", "Physiology", "Electroencephalography", "Autism", "Training", "Vehicles", "Intelligent Systems", "Multi Modal Recognition", "Cognitive Models", "Physiological Measures", "Virtual Realities", "Driving Simulator", "Autism Spectrum Disorders" ], "authors": [ { "givenName": "Lian", "surname": "Zhang", "fullName": "Lian Zhang", "affiliation": "Department of Electrical Engineering and Computer Science, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Joshua", "surname": "Wade", "fullName": "Joshua Wade", "affiliation": "Department of Electrical Engineering and Computer Science, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Dayi", "surname": "Bian", "fullName": "Dayi Bian", "affiliation": "Department of Electrical Engineering and Computer Science, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Jing", "surname": "Fan", "fullName": "Jing Fan", "affiliation": "Department of Electrical Engineering and Computer Science, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Amy", "surname": "Swanson", "fullName": "Amy Swanson", "affiliation": "Vanderbilt Kennedy Center, Treatment and Research Institute for Autism Spectrum Disorders, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Amy", "surname": "Weitlauf", "fullName": "Amy Weitlauf", "affiliation": "Department of Pediatrics, Vanderbilt Kennedy Center, Treatment and Research Institute for Autism Spectrum Disorders, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Zachary", "surname": "Warren", "fullName": "Zachary Warren", "affiliation": "Department of Pediatrics, Vanderbilt Kennedy Center, Treatment and Research Institute for Autism Spectrum Disorders, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Nilanjan", "surname": "Sarkar", "fullName": "Nilanjan Sarkar", "affiliation": "Department of Electrical Engineering and Computer Science, Department of Mechanical Engineering, Vanderbilt University, Nashville, TN, USA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2017-04-01 00:00:00", "pubType": "trans", "pages": "176-189", "year": "2017", "issn": "1949-3045", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icci*cc/2017/0771/0/08109784", "title": "Estimation of biomarkers for autism and its co-morbidities using resting state EEG", "doi": null, "abstractUrl": "/proceedings-article/icci*cc/2017/08109784/12OmNAOKnSC", "parentPublication": { "id": "proceedings/icci*cc/2017/0771/0", "title": "2017 IEEE 16th International Conference on Cognitive Informatics & Cognitive Computing (ICCI*CC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/asonam/2014/5877/0/06921609", "title": "Data-mining twitter and the autism spectrum disorder: A Pilot study", "doi": null, "abstractUrl": "/proceedings-article/asonam/2014/06921609/12OmNqHItu7", "parentPublication": { "id": "proceedings/asonam/2014/5877/0", "title": "2014 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2013/1309/0/06732559", "title": "An evaluation of identification of suspected autism spectrum disorder (ASD) cases in early intervention (EI) records", "doi": null, "abstractUrl": "/proceedings-article/bibm/2013/06732559/12OmNvT2oJ3", "parentPublication": { "id": "proceedings/bibm/2013/1309/0", "title": "2013 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icccnt/2013/3926/0/06726798", "title": "Considerations in Autism therapy using robotics", "doi": null, "abstractUrl": "/proceedings-article/icccnt/2013/06726798/12OmNvm6VGY", "parentPublication": { "id": "proceedings/icccnt/2013/3926/0", "title": "2013 Fourth International Conference on Computing, Communications and Networking Technologies (ICCCNT)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccv/2017/1032/0/1032d287", "title": "Learning Visual Attention to Identify People with Autism Spectrum Disorder", "doi": null, "abstractUrl": "/proceedings-article/iccv/2017/1032d287/12OmNyQ7Ga7", "parentPublication": { "id": "proceedings/iccv/2017/1032/0", "title": "2017 IEEE International Conference on Computer Vision (ICCV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2015/9953/0/07344621", "title": "Cognitive state measurement from eye gaze analysis in an intelligent virtual reality driving system for autism intervention", "doi": null, "abstractUrl": "/proceedings-article/acii/2015/07344621/12OmNyfdOR4", "parentPublication": { "id": "proceedings/acii/2015/9953/0", "title": "2015 International Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/compsac/2019/2607/1/260701a630", "title": "Application of Reconstructed Phase Space in Autism Intervention", "doi": null, "abstractUrl": "/proceedings-article/compsac/2019/260701a630/1cYiwZcclRm", "parentPublication": { "id": "proceedings/compsac/2019/2607/1", "title": "2019 IEEE 43rd Annual Computer Software and Applications Conference (COMPSAC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iri/2019/1337/0/133700a151", "title": "Analysis of Temporal Relationships between ASD and Brain Activity through EEG and Machine Learning", "doi": null, "abstractUrl": "/proceedings-article/iri/2019/133700a151/1eEUMerWJ0I", "parentPublication": { "id": "proceedings/iri/2019/1337/0", "title": "2019 IEEE 20th International Conference on Information Reuse and Integration for Data Science (IRI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2019/3888/0/08925474", "title": "Computational Modeling of Psycho-physiological Arousal and Social Initiation of children with Autism in Interventions through Full-Body Interaction", "doi": null, "abstractUrl": "/proceedings-article/acii/2019/08925474/1fHGE1f2lNe", "parentPublication": { "id": "proceedings/acii/2019/3888/0", "title": "2019 8th International Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iscv/2020/8041/0/09204125", "title": "Augmented reality for children with Autism Spectrum Disorder - A systematic review", "doi": null, "abstractUrl": "/proceedings-article/iscv/2020/09204125/1nmi7vlqm9q", "parentPublication": { "id": "proceedings/iscv/2020/8041/0", "title": "2020 International Conference on Intelligent Systems and Computer Vision (ISCV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07498613", "articleId": "13rRUILLkCh", "__typename": "AdjacentArticleType" }, "next": { "fno": "07579221", "articleId": "13rRUxly9ch", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBqdrhK", "title": "January", "year": "1986", "issueNum": "01", "idPrefix": "co", "pubType": "magazine", "volume": "19", "label": "January", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUILLkGt", "doi": "10.1109/MC.1986.1663026", "abstract": null, "abstracts": [ { "abstractType": "Regular", "content": "", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": null, "title": "Message: From the Editor-in-Chief", "normalizedTitle": "Message: From the Editor-in-Chief", "fno": "01663026", "hasPdf": true, "idPrefix": "co", "keywords": [], "authors": [ { "givenName": "M.C.", "surname": "Mulder", "fullName": "M.C. Mulder", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "1986-01-01 00:00:00", "pubType": "mags", "pages": "8", "year": "1986", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/tg/2017/01/07747755", "title": "Message from the Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2017/01/07747755/13rRUwI5Ugh", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06935055", "title": "Message from the Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2014/12/06935055/13rRUwh80He", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/11/08053887", "title": "Message from the Editor-in-Chief and from the Associate Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2017/11/08053887/13rRUxBa56a", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ec/2018/01/08306211", "title": "Message from the Editor-in-Chief", "doi": null, "abstractUrl": "/journal/ec/2018/01/08306211/13rRUxYrbQj", "parentPublication": { "id": "trans/ec", "title": "IEEE Transactions on Emerging Topics in Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/11/07572705", "title": "Message from the Editor-in-Chief and from the Associate Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2016/11/07572705/13rRUyp7tX0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/11/09927195", "title": "Message from the Editor-in-Chief and from the Associate Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2022/11/09927195/1HGJm87UJvq", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/11/08855103", "title": "Message from the Editor-in-Chief and from the Associate Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2019/11/08855103/1dNHm0Dq8lG", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/04/09016331", "title": "Message from the Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2020/04/09016331/1hQmFe10XqU", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/12/09254193", "title": "Message from the Editor-in-Chief and from the Associate Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2020/12/09254193/1oDXLUaRaDK", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09340110", "title": "Message from the Editor-in-Chief", "doi": null, "abstractUrl": "/journal/tg/2021/02/09340110/1qMJUCAU2YM", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "01663024", "articleId": "13rRUyv53Il", "__typename": "AdjacentArticleType" }, "next": { "fno": "01663027", "articleId": "13rRUzphDt4", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzFdtce", "title": "Mar.-Apr.", "year": "2016", "issueNum": "02", "idPrefix": "cs", "pubType": "magazine", "volume": "18", "label": "Mar.-Apr.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUEgs2Q2", "doi": "10.1109/MCSE.2016.26", "abstract": "The guest editors introduce best papers on broadening participation in computing from the RESPECT'15 conference. The five articles presented here are part one of a two-part series representing research on broadening participation in computing at all levels of education: from K-12 schools through graduate school, with a focus on diversity with regard to gender, race, and ethnicity.", "abstracts": [ { "abstractType": "Regular", "content": "The guest editors introduce best papers on broadening participation in computing from the RESPECT'15 conference. The five articles presented here are part one of a two-part series representing research on broadening participation in computing at all levels of education: from K-12 schools through graduate school, with a focus on diversity with regard to gender, race, and ethnicity.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The guest editors introduce best papers on broadening participation in computing from the RESPECT'15 conference. The five articles presented here are part one of a two-part series representing research on broadening participation in computing at all levels of education: from K-12 schools through graduate school, with a focus on diversity with regard to gender, race, and ethnicity.", "title": "Guest Editors' introduction", "normalizedTitle": "Guest Editors' introduction", "fno": "mcs2016020006", "hasPdf": true, "idPrefix": "cs", "keywords": [ "Special Issues And Sections", "Meetings", "Education", "Scientific Computing", "Broadening Participation", "Computer Science Education", "Equity" ], "authors": [ { "givenName": "Tiffany", "surname": "Barnes", "fullName": "Tiffany Barnes", "affiliation": "North Carolina State University", "__typename": "ArticleAuthorType" }, { "givenName": "Jamie", "surname": "Payton", "fullName": "Jamie Payton", "affiliation": "University of North Carolina, Charlotte", "__typename": "ArticleAuthorType" }, { "givenName": "George K.", "surname": "Thiruvathukal", "fullName": "George K. Thiruvathukal", "affiliation": "Loyola University", "__typename": "ArticleAuthorType" }, { "givenName": "Kristy Elizabeth", "surname": "Boyer", "fullName": "Kristy Elizabeth Boyer", "affiliation": "University of Florida", "__typename": "ArticleAuthorType" }, { "givenName": "Jeff", "surname": "Forbes", "fullName": "Jeff Forbes", "affiliation": "Duke University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "02", "pubDate": "2016-03-01 00:00:00", "pubType": "mags", "pages": "6-8", "year": "2016", "issn": "1521-9615", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "trans/tg/2013/12/ttg20131200xi", "title": "Message from the Paper Chairs and Guest Editors", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg20131200xi/13rRUNvyaf0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2014/05/mcs2014050010", "title": "Advances in Leadership Computing [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/cs/2014/05/mcs2014050010/13rRUwbs1Wi", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2016/03/mcs2016030011", "title": "Best of RESPECT, Part 2", "doi": null, "abstractUrl": "/magazine/cs/2016/03/mcs2016030011/13rRUxCitDf", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/07/ttg2013071076", "title": "Guest Editors' Introduction: Special Section on the IEEE Conference on Visual Analytics Science and Technology (VAST)", "doi": null, "abstractUrl": "/journal/tg/2013/07/ttg2013071076/13rRUxOdD2D", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ex/2013/04/mex2013040005", "title": "Technological Challenges in Emergency Response [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/ex/2013/04/mex2013040005/13rRUxbCbn4", "parentPublication": { "id": "mags/ex", "title": "IEEE Intelligent Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/1986/02/01663144", "title": "Guest Editors' Introduction", "doi": null, "abstractUrl": "/magazine/co/1986/02/01663144/13rRUy3xYai", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/so/2015/06/mso2015060027", "title": "Refactoring [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/so/2015/06/mso2015060027/13rRUyuNsDN", "parentPublication": { "id": "mags/so", "title": "IEEE Software", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/06/08703194", "title": "Guest Editors' Introduction: Special Section on IEEE PacificVis 2019", "doi": null, "abstractUrl": "/journal/tg/2019/06/08703194/19Er7j5Ad7a", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/06/09766260", "title": "Guest Editors&#x0027; Introduction: Special Section on IEEE PacificVis 2022", "doi": null, "abstractUrl": "/journal/tg/2022/06/09766260/1D34QjpFGyQ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ex/1987/03/04307087", "title": "Guest Editors' Introduction", "doi": null, "abstractUrl": "/magazine/ex/1987/03/04307087/1e7uhjBqIow", "parentPublication": { "id": "mags/ex", "title": "IEEE Intelligent Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcs2016020004", "articleId": "13rRUxYIMZ6", "__typename": "AdjacentArticleType" }, "next": { "fno": "mcs2016020009", "articleId": "13rRUwwaKnO", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNx4yvuk", "title": "July-Aug.", "year": "2013", "issueNum": "04", "idPrefix": "ex", "pubType": "magazine", "volume": "28", "label": "July-Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxbCbn4", "doi": "10.1109/MIS.2013.118", "abstract": "The guest editors discuss some recent advances in using intelligent systems for emergency management, as well as remaining technological challenges.", "abstracts": [ { "abstractType": "Regular", "content": "The guest editors discuss some recent advances in using intelligent systems for emergency management, as well as remaining technological challenges.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The guest editors discuss some recent advances in using intelligent systems for emergency management, as well as remaining technological challenges.", "title": "Technological Challenges in Emergency Response [Guest editors' introduction]", "normalizedTitle": "Technological Challenges in Emergency Response [Guest editors' introduction]", "fno": "mex2013040005", "hasPdf": true, "idPrefix": "ex", "keywords": [ "Special Issues And Sections", "Emergency Management", "Disaster Management", "Intelligent Systems", "Emergency Management" ], "authors": [ { "givenName": "Sharad", "surname": "Mehrotra", "fullName": "Sharad Mehrotra", "affiliation": "University of California, Irvine", "__typename": "ArticleAuthorType" }, { "givenName": "Xiaogang", "surname": "Qiu", "fullName": "Xiaogang Qiu", "affiliation": "National University of Defense Technology, China", "__typename": "ArticleAuthorType" }, { "givenName": "Zhidong", "surname": "Cao", "fullName": "Zhidong Cao", "affiliation": "Chinese Academy of Sciences", "__typename": "ArticleAuthorType" }, { "givenName": "Austin", "surname": "Tate", "fullName": "Austin Tate", "affiliation": "University of Edinburgh", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "04", "pubDate": "2013-07-01 00:00:00", "pubType": "mags", "pages": "5-8", "year": "2013", "issn": "1541-1672", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "mags/cs/2016/02/mcs2016020006", "title": "Guest Editors' introduction", "doi": null, "abstractUrl": "/magazine/cs/2016/02/mcs2016020006/13rRUEgs2Q2", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2013/06/mcs2013060012", "title": "Exascale Computing [Guest Editorial]", "doi": null, "abstractUrl": "/magazine/cs/2013/06/mcs2013060012/13rRUIJcWs7", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/mi/2016/01/mmi2016010004", "title": "Near-Data Processing [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/mi/2016/01/mmi2016010004/13rRUIJuxu7", "parentPublication": { "id": "mags/mi", "title": "IEEE Micro", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg20131200xi", "title": "Message from the Paper Chairs and Guest Editors", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg20131200xi/13rRUNvyaf0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2014/05/mcs2014050010", "title": "Advances in Leadership Computing [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/cs/2014/05/mcs2014050010/13rRUwbs1Wi", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ex/2015/04/mex2015040002", "title": "Ambient Assisted Living [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/ex/2015/04/mex2015040002/13rRUwgQpvT", "parentPublication": { "id": "mags/ex", "title": "IEEE Intelligent Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2013/04/mcs2013040008", "title": "Cloud Computing [Guest editorial]", "doi": null, "abstractUrl": "/magazine/cs/2013/04/mcs2013040008/13rRUxYINc4", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ex/2016/05/mex2016050003", "title": "Intelligent Cybersecurity Agents [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/ex/2016/05/mex2016050003/13rRUypGGce", "parentPublication": { "id": "mags/ex", "title": "IEEE Intelligent Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/so/2015/06/mso2015060027", "title": "Refactoring [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/so/2015/06/mso2015060027/13rRUyuNsDN", "parentPublication": { "id": "mags/so", "title": "IEEE Software", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cs/2014/04/mcs2014040008", "title": "Extreme Data [Guest editors' introduction]", "doi": null, "abstractUrl": "/magazine/cs/2014/04/mcs2014040008/13rRUzphDtY", "parentPublication": { "id": "mags/cs", "title": "Computing in Science & Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mex2013040002", "articleId": "13rRUwInvhf", "__typename": "AdjacentArticleType" }, "next": { "fno": "mex2013040009", "articleId": "13rRUxBa5r1", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNCbCrUN", "title": "Dec.", "year": "2013", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "19", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUILLkDQ", "doi": "10.1109/TVCG.2013.217", "abstract": "A brief biography of Erez Lieberman Aiden is given highlighting his professional achievements.", "abstracts": [ { "abstractType": "Regular", "content": "A brief biography of Erez Lieberman Aiden is given highlighting his professional achievements.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "A brief biography of Erez Lieberman Aiden is given highlighting his professional achievements.", "title": "VIS 2013 Keynote Speaker: Erez Lieberman Aiden [biography]", "normalizedTitle": "VIS 2013 Keynote Speaker: Erez Lieberman Aiden [biography]", "fno": "ttg201312xxvii", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Biographies", "Aiden Erez Lieberman" ], "authors": [], "replicability": null, "showBuyMe": false, "showRecommendedArticles": false, "isOpenAccess": true, "issueNum": "12", "pubDate": "2013-12-01 00:00:00", "pubType": "trans", "pages": "xxvii-xxvii", "year": "2013", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [], "adjacentArticles": { "previous": { "fno": "ttg201312xxvi", "articleId": "13rRUwbs2gu", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg201312xxviii", "articleId": "13rRUygBwhJ", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyq0zFA", "title": "Sept.", "year": "2015", "issueNum": "09", "idPrefix": "tk", "pubType": "journal", "volume": "27", "label": "Sept.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUIIVlkR", "doi": "10.1109/TKDE.2015.2411609", "abstract": "This paper first introduces pattern aided regression (PXR) models, a new type of regression models designed to represent accurate and interpretable prediction models. This was motivated by two observations: (1) Regression modeling applications often involve complex diverse predictor-response relationships, which occur when the optimal regression models (of given regression model type) fitting two or more distinct logical groups of data are highly different. (2) State-of-the-art regression methods are often unable to adequately model such relationships. This paper defines PXR models using several patterns and local regression models, which respectively serve as logical and behavioral characterizations of distinct predictor-response relationships. The paper also introduces a contrast pattern aided regression (CPXR) method, to build accurate PXR models. In experiments, the PXR models built by CPXR are very accurate in general, often outperforming state-of-the-art regression methods by big margins. Usually using (a) around seven simple patterns and (b) linear local regression models, those PXR models are easy to interpret; in fact, their complexity is just a bit higher than that of (piecewise) linear regression models and is significantly lower than that of traditional ensemble based regression models. CPXR is especially effective for high-dimensional data. The paper also discusses how to use CPXR methodology for analyzing prediction models and correcting their prediction errors.", "abstracts": [ { "abstractType": "Regular", "content": "This paper first introduces pattern aided regression (PXR) models, a new type of regression models designed to represent accurate and interpretable prediction models. This was motivated by two observations: (1) Regression modeling applications often involve complex diverse predictor-response relationships, which occur when the optimal regression models (of given regression model type) fitting two or more distinct logical groups of data are highly different. (2) State-of-the-art regression methods are often unable to adequately model such relationships. This paper defines PXR models using several patterns and local regression models, which respectively serve as logical and behavioral characterizations of distinct predictor-response relationships. The paper also introduces a contrast pattern aided regression (CPXR) method, to build accurate PXR models. In experiments, the PXR models built by CPXR are very accurate in general, often outperforming state-of-the-art regression methods by big margins. Usually using (a) around seven simple patterns and (b) linear local regression models, those PXR models are easy to interpret; in fact, their complexity is just a bit higher than that of (piecewise) linear regression models and is significantly lower than that of traditional ensemble based regression models. CPXR is especially effective for high-dimensional data. The paper also discusses how to use CPXR methodology for analyzing prediction models and correcting their prediction errors.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "This paper first introduces pattern aided regression (PXR) models, a new type of regression models designed to represent accurate and interpretable prediction models. This was motivated by two observations: (1) Regression modeling applications often involve complex diverse predictor-response relationships, which occur when the optimal regression models (of given regression model type) fitting two or more distinct logical groups of data are highly different. (2) State-of-the-art regression methods are often unable to adequately model such relationships. This paper defines PXR models using several patterns and local regression models, which respectively serve as logical and behavioral characterizations of distinct predictor-response relationships. The paper also introduces a contrast pattern aided regression (CPXR) method, to build accurate PXR models. In experiments, the PXR models built by CPXR are very accurate in general, often outperforming state-of-the-art regression methods by big margins. Usually using (a) around seven simple patterns and (b) linear local regression models, those PXR models are easy to interpret; in fact, their complexity is just a bit higher than that of (piecewise) linear regression models and is significantly lower than that of traditional ensemble based regression models. CPXR is especially effective for high-dimensional data. The paper also discusses how to use CPXR methodology for analyzing prediction models and correcting their prediction errors.", "title": "Pattern-Aided Regression Modeling and Prediction Model Analysis", "normalizedTitle": "Pattern-Aided Regression Modeling and Prediction Model Analysis", "fno": "07058431", "hasPdf": true, "idPrefix": "tk", "keywords": [ "Formal Logic", "Pattern Recognition", "Regression Analysis", "Prediction Model Analysis", "PXR Models", "Complex Diverse Predictor Response Relationships", "Logical Groups", "Contrast Pattern Aided Regression", "CPXR Method", "Linear Local Regression Models", "Predictive Models", "Data Models", "Biological System Modeling", "Computational Modeling", "Analytical Models", "Regression Tree Analysis", "Linear Regression", "Correlation And Regression Analysis", "Model Validation And Analysis", "Error Analysis", "Data Mining", "Mining Methods And Algorithms", "Correlation And Regression Analysis", "Model Validation And Analysis", "Error Analysis", "Data Mining", "Mining Methods And Algorithms" ], "authors": [ { "givenName": "Guozhu", "surname": "Dong", "fullName": "Guozhu Dong", "affiliation": "Department of Computer Science and Engineering and Kno.e.sis Center, Wright State University, Dayton, OH", "__typename": "ArticleAuthorType" }, { "givenName": "Vahid", "surname": "Taslimitehrani", "fullName": "Vahid Taslimitehrani", "affiliation": "Department of Computer Science and Engineering and Kno.e.sis Center, Wright State University, Dayton, OH", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "09", "pubDate": "2015-09-01 00:00:00", "pubType": "trans", "pages": "2452-2465", "year": "2015", "issn": "1041-4347", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icde/2016/2020/0/07498398", "title": "Pattern-aided regression modeling and prediction model analysis", "doi": null, "abstractUrl": "/proceedings-article/icde/2016/07498398/12OmNAH5diJ", "parentPublication": { "id": "proceedings/icde/2016/2020/0", "title": "2016 IEEE 32nd International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/csci/2015/9795/0/9795a180", "title": "Benchmarking Regression Algorithms for Income Prediction Modeling", "doi": null, "abstractUrl": "/proceedings-article/csci/2015/9795a180/12OmNBTJINL", "parentPublication": { "id": "proceedings/csci/2015/9795/0", "title": "2015 International Conference on Computational Science and Computational Intelligence (CSCI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2014/5666/0/07004263", "title": "Regression trees for streaming data with local performance guarantees", "doi": null, "abstractUrl": "/proceedings-article/big-data/2014/07004263/12OmNwdbV8i", "parentPublication": { "id": "proceedings/big-data/2014/5666/0", "title": "2014 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/csmr-wcre/2014/3752/0/06747166", "title": "Cross-project defect prediction models: L'Union fait la force", "doi": null, "abstractUrl": "/proceedings-article/csmr-wcre/2014/06747166/12OmNx9WSVk", "parentPublication": { "id": "proceedings/csmr-wcre/2014/3752/0", "title": "2014 Software Evolution Week - IEEE Conference on Software Maintenance, Reengineering and Reverse Engineering (CSMR-WCRE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/asonam/2011/4375/0/4375a515", "title": "Rank Prediction in Graphs with Locally Weighted Polynomial Regression and EM of Polynomial Mixture Models", "doi": null, "abstractUrl": "/proceedings-article/asonam/2011/4375a515/12OmNzWx01s", "parentPublication": { "id": "proceedings/asonam/2011/4375/0", "title": "2011 International Conference on Advances in Social Networks Analysis and Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/dsn/2014/2233/0/2233a383", "title": "Hard Drive Failure Prediction Using Classification and Regression Trees", "doi": null, "abstractUrl": "/proceedings-article/dsn/2014/2233a383/12OmNzcPAsG", "parentPublication": { "id": "proceedings/dsn/2014/2233/0", "title": "2014 44th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccet/2009/3521/1/3521a316", "title": "Modeling of Rainfall Prediction over Myanmar Using Polynomial Regression", "doi": null, "abstractUrl": "/proceedings-article/iccet/2009/3521a316/12OmNzgwmRd", "parentPublication": { "id": null, "title": null, "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2019/11/08425794", "title": "Early Action Prediction by Soft Regression", "doi": null, "abstractUrl": "/journal/tp/2019/11/08425794/13rRUxASuwz", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-dss-smartcity-dependsys/2021/9457/0/945700b304", "title": "Short-Term Financial Data Prediction by Long-Term Regression", "doi": null, "abstractUrl": "/proceedings-article/hpcc-dss-smartcity-dependsys/2021/945700b304/1DNDQKKg0IU", "parentPublication": { "id": "proceedings/hpcc-dss-smartcity-dependsys/2021/9457/0", "title": "2021 IEEE 23rd Int Conf on High Performance Computing & Communications; 7th Int Conf on Data Science & Systems; 19th Int Conf on Smart City; 7th Int Conf on Dependability in Sensor, Cloud & Big Data Systems & Application (HPCC/DSS/SmartCity/DependSys)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/eecs/2019/6109/0/610900a022", "title": "Evaluation of Regression Algorithms in Residential Energy Consumption Prediction", "doi": null, "abstractUrl": "/proceedings-article/eecs/2019/610900a022/1oUCPQKNWmI", "parentPublication": { "id": "proceedings/eecs/2019/6109/0", "title": "2019 3rd European Conference on Electrical Engineering and Computer Science (EECS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07056447", "articleId": "13rRUxASuGK", "__typename": "AdjacentArticleType" }, "next": { "fno": "07079470", "articleId": "13rRUy0HYKa", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvsDHDY", "title": "Jan.", "year": "2020", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1cG4psmkNQA", "doi": "10.1109/TVCG.2019.2934262", "abstract": "Data-driven decision making related to individuals has become increasingly pervasive, but the issue concerning the potential discrimination has been raised by recent studies. In response, researchers have made efforts to propose and implement fairness measures and algorithms, but those efforts have not been translated to the real-world practice of data-driven decision making. As such, there is still an urgent need to create a viable tool to facilitate fair decision making. We propose FairSight, a visual analytic system to address this need; it is designed to achieve different notions of fairness in ranking decisions through identifying the required actions - understanding, measuring, diagnosing and mitigating biases - that together lead to fairer decision making. Through a case study and user study, we demonstrate that the proposed visual analytic and diagnostic modules in the system are effective in understanding the fairness-aware decision pipeline and obtaining more fair outcomes.", "abstracts": [ { "abstractType": "Regular", "content": "Data-driven decision making related to individuals has become increasingly pervasive, but the issue concerning the potential discrimination has been raised by recent studies. In response, researchers have made efforts to propose and implement fairness measures and algorithms, but those efforts have not been translated to the real-world practice of data-driven decision making. As such, there is still an urgent need to create a viable tool to facilitate fair decision making. We propose FairSight, a visual analytic system to address this need; it is designed to achieve different notions of fairness in ranking decisions through identifying the required actions - understanding, measuring, diagnosing and mitigating biases - that together lead to fairer decision making. Through a case study and user study, we demonstrate that the proposed visual analytic and diagnostic modules in the system are effective in understanding the fairness-aware decision pipeline and obtaining more fair outcomes.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Data-driven decision making related to individuals has become increasingly pervasive, but the issue concerning the potential discrimination has been raised by recent studies. In response, researchers have made efforts to propose and implement fairness measures and algorithms, but those efforts have not been translated to the real-world practice of data-driven decision making. As such, there is still an urgent need to create a viable tool to facilitate fair decision making. We propose FairSight, a visual analytic system to address this need; it is designed to achieve different notions of fairness in ranking decisions through identifying the required actions - understanding, measuring, diagnosing and mitigating biases - that together lead to fairer decision making. Through a case study and user study, we demonstrate that the proposed visual analytic and diagnostic modules in the system are effective in understanding the fairness-aware decision pipeline and obtaining more fair outcomes.", "title": "FairSight: Visual Analytics for Fairness in Decision Making", "normalizedTitle": "FairSight: Visual Analytics for Fairness in Decision Making", "fno": "08805420", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Decision Making", "Learning Artificial Intelligence", "Fairness Aware Decision Pipeline", "Fair Sight", "Data Driven Decision Making", "Fair Decision Making", "Visual Analytic System", "Ranking Decisions", "Machine Learning", "Decision Making", "Machine Learning", "Tools", "Pipelines", "Visual Analytics", "Machine Learning Algorithms", "Task Analysis", "Fairness In Machine Learning", "Visual Analytic" ], "authors": [ { "givenName": "Yongsu", "surname": "Ahn", "fullName": "Yongsu Ahn", "affiliation": "University of Pittsburgh", "__typename": "ArticleAuthorType" }, { "givenName": "Yu-Ru", "surname": "Lin", "fullName": "Yu-Ru Lin", "affiliation": "University of Pittsburgh", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2020-01-01 00:00:00", "pubType": "trans", "pages": "1086-1095", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/hicss/2011/9618/0/05718571", "title": "An Experimental Study of Financial Portfolio Selection with Visual Analytics for Decision Support", "doi": null, "abstractUrl": "/proceedings-article/hicss/2011/05718571/12OmNAlvHqY", "parentPublication": { "id": "proceedings/hicss/2011/9618/0", "title": "2011 44th Hawaii International Conference on System Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2013/4892/0/4892c416", "title": "Visual Analytics for Public Health: Supporting Knowledge Construction and Decision-Making", "doi": null, "abstractUrl": "/proceedings-article/hicss/2013/4892c416/12OmNrJiCNq", "parentPublication": { "id": "proceedings/hicss/2013/4892/0", "title": "2013 46th Hawaii International Conference on System Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2016/5670/0/5670b426", "title": "Introduction to the Minitrack on Interactive Visual Decision Analytics", "doi": null, "abstractUrl": "/proceedings-article/hicss/2016/5670b426/12OmNzWfoUn", "parentPublication": { "id": "proceedings/hicss/2016/5670/0", "title": "2016 49th Hawaii International Conference on System Sciences (HICSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2017/3163/0/08585665", "title": "The Anchoring Effect in Decision-Making with Visual Analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2017/08585665/17D45WZZ7CL", "parentPublication": { "id": "proceedings/vast/2017/3163/0", "title": "2017 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdmw/2019/4896/0/489600b072", "title": "On Fairness-Aware Learning for Non-discriminative Decision-Making", "doi": null, "abstractUrl": "/proceedings-article/icdmw/2019/489600b072/1gAwTux1APe", "parentPublication": { "id": "proceedings/icdmw/2019/4896/0", "title": "2019 International Conference on Data Mining Workshops (ICDMW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "letters/lc/2020/02/09134722", "title": "Contrastive Fairness in Machine Learning", "doi": null, "abstractUrl": "/journal/lc/2020/02/09134722/1lE0lZ5SpP2", "parentPublication": { "id": "letters/lc", "title": "IEEE Letters of the Computer Society", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09216629", "title": "A Visual Analytics Approach for Exploratory Causal Analysis: Exploration, Validation, and Applications", "doi": null, "abstractUrl": "/journal/tg/2021/02/09216629/1nJsGFc8lUY", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icstw/2021/4456/0/445600a110", "title": "Assuring Fairness of Algorithmic Decision Making", "doi": null, "abstractUrl": "/proceedings-article/icstw/2021/445600a110/1tYs5u4t1Sg", "parentPublication": { "id": "proceedings/icstw/2021/4456/0", "title": "2021 IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/01/09552229", "title": "FairRankVis: A Visual Analytics Framework for Exploring Algorithmic Fairness in Graph Mining Models", "doi": null, "abstractUrl": "/journal/tg/2022/01/09552229/1xic387kwVy", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/trex/2021/1817/0/181700a014", "title": "Making and Trusting Decisions in Visual Analytics", "doi": null, "abstractUrl": "/proceedings-article/trex/2021/181700a014/1yQB6h3HL6o", "parentPublication": { "id": "proceedings/trex/2021/1817/0", "title": "2021 IEEE Workshop on TRust and EXpertise in Visual Analytics (TREX)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08812988", "articleId": "1cOhCfAgaZO", "__typename": "AdjacentArticleType" }, "next": { "fno": "08807294", "articleId": "1cG6pGxvLOg", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1i4pcnl2VlC", "name": "ttg202001-08805420s1.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202001-08805420s1.mp4", "extension": "mp4", "size": "7 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNyPQ4Dx", "title": "Dec.", "year": "2012", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "18", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwwJWFM", "doi": "10.1109/TVCG.2012.251", "abstract": "We present the results of two user studies on the perception of visual variables on tiled high-resolution wall-sized displays. We contribute an understanding of, and indicators predicting how, large variations in viewing distances and viewing angles affect the accurate perception of angles, areas, and lengths. Our work, thus, helps visualization researchers with design considerations on how to create effective visualizations for these spaces. The first study showed that perception accuracy was impacted most when viewers were close to the wall but differently for each variable (Angle, Area, Length). Our second study examined the effect of perception when participants could move freely compared to when they had a static viewpoint. We found that a far but static viewpoint was as accurate but less time consuming than one that included free motion. Based on our findings, we recommend encouraging viewers to stand further back from the display when conducting perception estimation tasks. If tasks need to be conducted close to the wall display, important information should be placed directly in front of the viewer or above, and viewers should be provided with an estimation of the distortion effects predicted by our work—or encouraged to physically navigate the wall in specific ways to reduce judgement error.", "abstracts": [ { "abstractType": "Regular", "content": "We present the results of two user studies on the perception of visual variables on tiled high-resolution wall-sized displays. We contribute an understanding of, and indicators predicting how, large variations in viewing distances and viewing angles affect the accurate perception of angles, areas, and lengths. Our work, thus, helps visualization researchers with design considerations on how to create effective visualizations for these spaces. The first study showed that perception accuracy was impacted most when viewers were close to the wall but differently for each variable (Angle, Area, Length). Our second study examined the effect of perception when participants could move freely compared to when they had a static viewpoint. We found that a far but static viewpoint was as accurate but less time consuming than one that included free motion. Based on our findings, we recommend encouraging viewers to stand further back from the display when conducting perception estimation tasks. If tasks need to be conducted close to the wall display, important information should be placed directly in front of the viewer or above, and viewers should be provided with an estimation of the distortion effects predicted by our work—or encouraged to physically navigate the wall in specific ways to reduce judgement error.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present the results of two user studies on the perception of visual variables on tiled high-resolution wall-sized displays. We contribute an understanding of, and indicators predicting how, large variations in viewing distances and viewing angles affect the accurate perception of angles, areas, and lengths. Our work, thus, helps visualization researchers with design considerations on how to create effective visualizations for these spaces. The first study showed that perception accuracy was impacted most when viewers were close to the wall but differently for each variable (Angle, Area, Length). Our second study examined the effect of perception when participants could move freely compared to when they had a static viewpoint. We found that a far but static viewpoint was as accurate but less time consuming than one that included free motion. Based on our findings, we recommend encouraging viewers to stand further back from the display when conducting perception estimation tasks. If tasks need to be conducted close to the wall display, important information should be placed directly in front of the viewer or above, and viewers should be provided with an estimation of the distortion effects predicted by our work—or encouraged to physically navigate the wall in specific ways to reduce judgement error.", "title": "Perception of Visual Variables on Tiled Wall-Sized Displays for Information Visualization Applications", "normalizedTitle": "Perception of Visual Variables on Tiled Wall-Sized Displays for Information Visualization Applications", "fno": "ttg2012122516", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Information Analysis", "Data Visualization", "Navigation", "Visual Analytics", "Wall Displays", "Information Visualization", "Perception" ], "authors": [ { "givenName": "Anastasia", "surname": "Bezerianos", "fullName": "Anastasia Bezerianos", "affiliation": "Univ Paris-Sud", "__typename": "ArticleAuthorType" }, { "givenName": "Petra", "surname": "Isenberg", "fullName": "Petra Isenberg", "affiliation": "INRIA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2012-12-01 00:00:00", "pubType": "trans", "pages": "2516-2525", "year": "2012", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icig/2004/2244/0/01410480", "title": "A survey of multi-projector tiled display wall construction", "doi": null, "abstractUrl": "/proceedings-article/icig/2004/01410480/12OmNAWH9up", "parentPublication": { "id": "proceedings/icig/2004/2244/0", "title": "Proceedings. Third International Conference on Image and Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3pgcic/2011/4531/0/4531a299", "title": "Experiment on Multi-video Transmission with Multipoint Tiled Display Wall", "doi": null, "abstractUrl": "/proceedings-article/3pgcic/2011/4531a299/12OmNAXPye0", "parentPublication": { "id": "proceedings/3pgcic/2011/4531/0", "title": "P2P, Parallel, Grid, Cloud, and Internet Computing, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/nbis/2009/3767/0/3767a612", "title": "Study on Realistic Communication Technology with Tiled Displays Wall", "doi": null, "abstractUrl": "/proceedings-article/nbis/2009/3767a612/12OmNqBKUf2", "parentPublication": { "id": "proceedings/nbis/2009/3767/0", "title": "2009 International Conference on Network-Based Information Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/waina/2009/3639/0/3639a554", "title": "An Experiment on Tele-immersive Communication with Tiled Displays Wall over JGN2plus Network", "doi": null, "abstractUrl": "/proceedings-article/waina/2009/3639a554/12OmNqJ8tuG", "parentPublication": { "id": "proceedings/waina/2009/3639/0", "title": "2009 International Conference on Advanced Information Networking and Applications Workshops", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icvrv/2011/4602/0/4602a283", "title": "Building Virtual Entertainment Environment with Tiled Display Wall and Motion Tracking", "doi": null, "abstractUrl": "/proceedings-article/icvrv/2011/4602a283/12OmNwEJ0PR", "parentPublication": { "id": "proceedings/icvrv/2011/4602/0", "title": "2011 International Conference on Virtual Reality and Visualization", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/3pgcic/2010/4237/0/4237a421", "title": "An Experiment on Multipoint Tele-immersive Communication with Tiled Display Wall", "doi": null, "abstractUrl": "/proceedings-article/3pgcic/2010/4237a421/12OmNy2ah07", "parentPublication": { "id": "proceedings/3pgcic/2010/4237/0", "title": "P2P, Parallel, Grid, Cloud, and Internet Computing, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2002/1656/0/16560719", "title": "Exploring Interaction Strategies with Wall-Screen: A New Dual-Display Device for Managing Collections of Web Pages", "doi": null, "abstractUrl": "/proceedings-article/iv/2002/16560719/12OmNyXMQa4", "parentPublication": { "id": "proceedings/iv/2002/1656/0", "title": "Proceedings Sixth International Conference on Information Visualisation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2016/04/mcg2016040056", "title": "The Accuracy of Gauge-Figure Tasks in Monoscopic and Stereo Displays", "doi": null, "abstractUrl": "/magazine/cg/2016/04/mcg2016040056/13rRUwhpBGF", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/04/08260976", "title": "Widening Viewing Angles of Automultiscopic Displays Using Refractive Inserts", "doi": null, "abstractUrl": "/journal/tg/2018/04/08260976/13rRUxDqS8n", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2019/1377/0/08797980", "title": "Exploring Scalable WorkSpace Based on Virtual and Physical Movable Wall", "doi": null, "abstractUrl": "/proceedings-article/vr/2019/08797980/1cJ14PgErfi", "parentPublication": { "id": "proceedings/vr/2019/1377/0", "title": "2019 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2012122506", "articleId": "13rRUygBwhG", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2012122526", "articleId": "13rRUyY28Yv", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwvVrLR", "title": "December", "year": "2011", "issueNum": "12", "idPrefix": "co", "pubType": "magazine", "volume": "44", "label": "December", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUx0Pqw5", "doi": "10.1109/MC.2011.363", "abstract": "Researchers can use a large-scale collaborative digital workspace combined with visual analysis techniques to progressively develop and refine hypotheses to apply in gaining new insights into large, digital image collections.", "abstracts": [ { "abstractType": "Regular", "content": "Researchers can use a large-scale collaborative digital workspace combined with visual analysis techniques to progressively develop and refine hypotheses to apply in gaining new insights into large, digital image collections.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Researchers can use a large-scale collaborative digital workspace combined with visual analysis techniques to progressively develop and refine hypotheses to apply in gaining new insights into large, digital image collections.", "title": "Cultural Analytics in Large-Scale Visualization Environments", "normalizedTitle": "Cultural Analytics in Large-Scale Visualization Environments", "fno": "mco2011120039", "hasPdf": true, "idPrefix": "co", "keywords": [ "Cultural Analytics", "Visual Analytics", "Computing And The Arts", "Computational Analytics" ], "authors": [ { "givenName": "So", "surname": "Yamaoka", "fullName": "So Yamaoka", "affiliation": "University of California, San Diego", "__typename": "ArticleAuthorType" }, { "givenName": "Lev", "surname": "Manovich", "fullName": "Lev Manovich", "affiliation": "University of California, San Diego", "__typename": "ArticleAuthorType" }, { "givenName": "Jeremy", "surname": "Douglass", "fullName": "Jeremy Douglass", "affiliation": "University of California, San Diego", "__typename": "ArticleAuthorType" }, { "givenName": "Falko", "surname": "Kuester", "fullName": "Falko Kuester", "affiliation": "University of California, San Diego", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2011-12-01 00:00:00", "pubType": "mags", "pages": "39-48", "year": "2011", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/culture-computing/2015/8232/0/8232a095", "title": "Cultural Networks and the Future of Cultural Analytics", "doi": null, "abstractUrl": "/proceedings-article/culture-computing/2015/8232a095/12OmNvAAtDE", "parentPublication": { "id": "proceedings/culture-computing/2015/8232/0", "title": "2015 International Conference on Culture and Computing (Culture Computing)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2011/0868/0/06004103", "title": "Cultural Data Sculpting: Omnispatial Visualization for Cultural Datasets", "doi": null, "abstractUrl": "/proceedings-article/iv/2011/06004103/12OmNwCsdyq", "parentPublication": { "id": "proceedings/iv/2011/0868/0", "title": "2011 15th International Conference on Information Visualisation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2017/0831/0/0831a001", "title": "A Visual Analytics Approach for Word Relevances in Multiple Texts", "doi": null, "abstractUrl": "/proceedings-article/iv/2017/0831a001/12OmNwGZNCP", "parentPublication": { "id": "proceedings/iv/2017/0831/0", "title": "2017 21st International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vlhcc/2016/0252/0/07739710", "title": "Supporting Collaborative Information Analysis with Interactive Visualization", "doi": null, "abstractUrl": "/proceedings-article/vlhcc/2016/07739710/12OmNyQpgMG", "parentPublication": { "id": "proceedings/vlhcc/2016/0252/0", "title": "2016 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bdc/2014/1897/0/1897a035", "title": "GeoLens: Enabling Interactive Visual Analytics over Large-Scale, Multidimensional Geospatial Datasets", "doi": null, "abstractUrl": "/proceedings-article/bdc/2014/1897a035/12OmNzwHvid", "parentPublication": { "id": "proceedings/bdc/2014/1897/0", "title": "2014 IEEE/ACM International Symposium on Big Data Computing (BDC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2011/04/ttg2011040440", "title": "Forecasting Hotspots—A Predictive Analytics Approach", "doi": null, "abstractUrl": "/journal/tg/2011/04/ttg2011040440/13rRUwdrdSv", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/07/mco2013070039", "title": "Large-Scale Graph Visualization and Analytics", "doi": null, "abstractUrl": "/magazine/co/2013/07/mco2013070039/13rRUxBrGb7", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2012/04/mcg2012040023", "title": "Extreme-Scale Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2012/04/mcg2012040023/13rRUxjQyxF", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/10/09078839", "title": "Visual Analytics for Hypothesis-Driven Exploration in Computational Pathology", "doi": null, "abstractUrl": "/journal/tg/2021/10/09078839/1joA7ebE8Pm", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vizsec/2019/3876/0/09161633", "title": "NetCapVis: Web-based Progressive Visual Analytics for Network Packet Captures", "doi": null, "abstractUrl": "/proceedings-article/vizsec/2019/09161633/1m6hHX7VF7y", "parentPublication": { "id": "proceedings/vizsec/2019/3876/0", "title": "2019 IEEE Symposium on Visualization for Cyber Security (VizSec)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mco2011120033", "articleId": "13rRUxNmPMp", "__typename": "AdjacentArticleType" }, "next": { "fno": "mco2011120049", "articleId": "13rRUNvgzdE", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNCaLEju", "title": "Jan.", "year": "2018", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "24", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwghd9c", "doi": "10.1109/TVCG.2017.2745080", "abstract": "Topic modeling algorithms are widely used to analyze the thematic composition of text corpora but remain difficult to interpret and adjust. Addressing these limitations, we present a modular visual analytics framework, tackling the understandability and adaptability of topic models through a user-driven reinforcement learning process which does not require a deep understanding of the underlying topic modeling algorithms. Given a document corpus, our approach initializes two algorithm configurations based on a parameter space analysis that enhances document separability. We abstract the model complexity in an interactive visual workspace for exploring the automatic matching results of two models, investigating topic summaries, analyzing parameter distributions, and reviewing documents. The main contribution of our work is an iterative decision-making technique in which users provide a document-based relevance feedback that allows the framework to converge to a user-endorsed topic distribution. We also report feedback from a two-stage study which shows that our technique results in topic model quality improvements on two independent measures.", "abstracts": [ { "abstractType": "Regular", "content": "Topic modeling algorithms are widely used to analyze the thematic composition of text corpora but remain difficult to interpret and adjust. Addressing these limitations, we present a modular visual analytics framework, tackling the understandability and adaptability of topic models through a user-driven reinforcement learning process which does not require a deep understanding of the underlying topic modeling algorithms. Given a document corpus, our approach initializes two algorithm configurations based on a parameter space analysis that enhances document separability. We abstract the model complexity in an interactive visual workspace for exploring the automatic matching results of two models, investigating topic summaries, analyzing parameter distributions, and reviewing documents. The main contribution of our work is an iterative decision-making technique in which users provide a document-based relevance feedback that allows the framework to converge to a user-endorsed topic distribution. We also report feedback from a two-stage study which shows that our technique results in topic model quality improvements on two independent measures.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Topic modeling algorithms are widely used to analyze the thematic composition of text corpora but remain difficult to interpret and adjust. Addressing these limitations, we present a modular visual analytics framework, tackling the understandability and adaptability of topic models through a user-driven reinforcement learning process which does not require a deep understanding of the underlying topic modeling algorithms. Given a document corpus, our approach initializes two algorithm configurations based on a parameter space analysis that enhances document separability. We abstract the model complexity in an interactive visual workspace for exploring the automatic matching results of two models, investigating topic summaries, analyzing parameter distributions, and reviewing documents. The main contribution of our work is an iterative decision-making technique in which users provide a document-based relevance feedback that allows the framework to converge to a user-endorsed topic distribution. We also report feedback from a two-stage study which shows that our technique results in topic model quality improvements on two independent measures.", "title": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "normalizedTitle": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "fno": "08019825", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Analytical Models", "Adaptation Models", "Computational Modeling", "Visual Analytics", "Data Models", "Learning Artificial Intelligence", "Topic Model Configuration", "Reinforcement Learning", "Feature Detection And Tracking", "Iterative Optimization" ], "authors": [ { "givenName": "Mennatallah", "surname": "El-Assady", "fullName": "Mennatallah El-Assady", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Rita", "surname": "Sevastjanova", "fullName": "Rita Sevastjanova", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Fabian", "surname": "Sperrle", "fullName": "Fabian Sperrle", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Keim", "fullName": "Daniel Keim", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Christopher", "surname": "Collins", "fullName": "Christopher Collins", "affiliation": "University of Ontario Institute of Technology, Canada", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2018-01-01 00:00:00", "pubType": "trans", "pages": "382-391", "year": "2018", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icdm/2011/4408/0/4408a101", "title": "SolarMap: Multifaceted Visual Analytics for Topic Exploration", "doi": null, "abstractUrl": "/proceedings-article/icdm/2011/4408a101/12OmNzw8j1t", "parentPublication": { "id": "proceedings/icdm/2011/4408/0", "title": "2011 IEEE 11th International Conference on Data Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013121992", "title": "UTOPIAN: User-Driven Topic Modeling Based on Interactive Nonnegative Matrix Factorization", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013121992/13rRUIIVlcI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/09/08037991", "title": "A Visual Analytics Framework for Identifying Topic Drivers in Media Events", "doi": null, "abstractUrl": "/journal/tg/2018/09/08037991/13rRUxASuhI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07539597", "title": "TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections", "doi": null, "abstractUrl": "/journal/tg/2017/01/07539597/13rRUy0qnLK", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08467535", "title": "Visual Analytics for Topic Model Optimization based on User-Steerable Speculative Execution", "doi": null, "abstractUrl": "/journal/tg/2019/01/08467535/17D45XeKgtW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08807224", "title": "Semantic Concept Spaces: Guided Topic Model Refinement using Word-Embedding Projections", "doi": null, "abstractUrl": "/journal/tg/2020/01/08807224/1cG6twVJ2HC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2019/9226/0/922600a148", "title": "An Interactive Visual Analytics System for Incremental Classification Based on Semi-supervised Topic Modeling", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2019/922600a148/1cMF8cnyXfi", "parentPublication": { "id": "proceedings/pacificvis/2019/9226/0", "title": "2019 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/07/08943144", "title": "ProReveal: Progressive Visual Analytics With Safeguards", "doi": null, "abstractUrl": "/journal/tg/2021/07/08943144/1g3bi26D34k", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/09/09039699", "title": "ArchiText: Interactive Hierarchical Topic Modeling", "doi": null, "abstractUrl": "/journal/tg/2021/09/09039699/1igS4Rezjr2", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2020/8009/0/800900a012", "title": "Diagnosing Concept Drift with Visual Analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2020/800900a012/1q7jvQC41gs", "parentPublication": { "id": "proceedings/vast/2020/8009/0", "title": "2020 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08019821", "articleId": "13rRUwI5U2P", "__typename": "AdjacentArticleType" }, "next": { "fno": "08017604", "articleId": "13rRUB7a1fY", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXFgx0", "name": "ttg201801-08019825s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201801-08019825s1.zip", "extension": "zip", "size": "27.6 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNCbCrUN", "title": "Dec.", "year": "2013", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "19", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxC0SOX", "doi": "10.1109/TVCG.2013.168", "abstract": "We propose a novel video visual analytics system for interactive exploration of surveillance video data. Our approach consists of providing analysts with various views of information related to moving objects in a video. To do this we first extract each object's movement path. We visualize each movement by (a) creating a single action shot image (a still image that coalesces multiple frames), (b) plotting its trajectory in a space-time cube and (c) displaying an overall timeline view of all the movements. The action shots provide a still view of the moving object while the path view presents movement properties such as speed and location. We also provide tools for spatial and temporal filtering based on regions of interest. This allows analysts to filter out large amounts of movement activities while the action shot representation summarizes the content of each movement. We incorporated this multi-part visual representation of moving objects in sViSIT, a tool to facilitate browsing through the video content by interactive querying and retrieval of data. Based on our interaction with security personnel who routinely interact with surveillance video data, we identified some of the most common tasks performed. This resulted in designing a user study to measure time-to-completion of the various tasks. These generally required searching for specific events of interest (targets) in videos. Fourteen different tasks were designed and a total of 120 min of surveillance video were recorded (indoor and outdoor locations recording movements of people and vehicles). The time-to-completion of these tasks were compared against a manual fast forward video browsing guided with movement detection. We demonstrate how our system can facilitate lengthy video exploration and significantly reduce browsing time to find events of interest. Reports from expert users identify positive aspects of our approach which we summarize in our recommendations for future video visual analytics systems.", "abstracts": [ { "abstractType": "Regular", "content": "We propose a novel video visual analytics system for interactive exploration of surveillance video data. Our approach consists of providing analysts with various views of information related to moving objects in a video. To do this we first extract each object's movement path. We visualize each movement by (a) creating a single action shot image (a still image that coalesces multiple frames), (b) plotting its trajectory in a space-time cube and (c) displaying an overall timeline view of all the movements. The action shots provide a still view of the moving object while the path view presents movement properties such as speed and location. We also provide tools for spatial and temporal filtering based on regions of interest. This allows analysts to filter out large amounts of movement activities while the action shot representation summarizes the content of each movement. We incorporated this multi-part visual representation of moving objects in sViSIT, a tool to facilitate browsing through the video content by interactive querying and retrieval of data. Based on our interaction with security personnel who routinely interact with surveillance video data, we identified some of the most common tasks performed. This resulted in designing a user study to measure time-to-completion of the various tasks. These generally required searching for specific events of interest (targets) in videos. Fourteen different tasks were designed and a total of 120 min of surveillance video were recorded (indoor and outdoor locations recording movements of people and vehicles). The time-to-completion of these tasks were compared against a manual fast forward video browsing guided with movement detection. We demonstrate how our system can facilitate lengthy video exploration and significantly reduce browsing time to find events of interest. Reports from expert users identify positive aspects of our approach which we summarize in our recommendations for future video visual analytics systems.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We propose a novel video visual analytics system for interactive exploration of surveillance video data. Our approach consists of providing analysts with various views of information related to moving objects in a video. To do this we first extract each object's movement path. We visualize each movement by (a) creating a single action shot image (a still image that coalesces multiple frames), (b) plotting its trajectory in a space-time cube and (c) displaying an overall timeline view of all the movements. The action shots provide a still view of the moving object while the path view presents movement properties such as speed and location. We also provide tools for spatial and temporal filtering based on regions of interest. This allows analysts to filter out large amounts of movement activities while the action shot representation summarizes the content of each movement. We incorporated this multi-part visual representation of moving objects in sViSIT, a tool to facilitate browsing through the video content by interactive querying and retrieval of data. Based on our interaction with security personnel who routinely interact with surveillance video data, we identified some of the most common tasks performed. This resulted in designing a user study to measure time-to-completion of the various tasks. These generally required searching for specific events of interest (targets) in videos. Fourteen different tasks were designed and a total of 120 min of surveillance video were recorded (indoor and outdoor locations recording movements of people and vehicles). The time-to-completion of these tasks were compared against a manual fast forward video browsing guided with movement detection. We demonstrate how our system can facilitate lengthy video exploration and significantly reduce browsing time to find events of interest. Reports from expert users identify positive aspects of our approach which we summarize in our recommendations for future video visual analytics systems.", "title": "Interactive Exploration of Surveillance Video through Action Shot Summarization and Trajectory Visualization", "normalizedTitle": "Interactive Exploration of Surveillance Video through Action Shot Summarization and Trajectory Visualization", "fno": "ttg2013122119", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Interactive States", "Image Segmentation", "Data Visualization", "Visual Analytics", "Surveillance", "Tracking", "Navigation", "Video Summarization", "Interactive States", "Image Segmentation", "Data Visualization", "Visual Analytics", "Surveillance", "Tracking", "Navigation", "Video Browsing And Exploration", "Video Visual Analytics", "Surveillance Video", "Video Visualization" ], "authors": [ { "givenName": "Amir H.", "surname": "Meghdadi", "fullName": "Amir H. Meghdadi", "affiliation": "Dept. of Comput. Sci., Univ. of Manitoba, Winnipeg, MB, Canada", "__typename": "ArticleAuthorType" }, { "givenName": "Pourang", "surname": "Irani", "fullName": "Pourang Irani", "affiliation": "Dept. of Comput. Sci., Univ. of Manitoba, Winnipeg, MB, Canada", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2013-12-01 00:00:00", "pubType": "trans", "pages": "2119-2128", "year": "2013", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icsip/2014/5100/0/5100a265", "title": "Multilevel Framework for Summarization of Surveillance Videos", "doi": null, "abstractUrl": "/proceedings-article/icsip/2014/5100a265/12OmNAHW0I5", "parentPublication": { "id": "proceedings/icsip/2014/5100/0", "title": "2014 Fifth International Conference on Signal and Image Processing (ICSIP)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2012/2216/0/06460562", "title": "Video summarization using simple action patterns", "doi": null, "abstractUrl": "/proceedings-article/icpr/2012/06460562/12OmNBfZSmr", "parentPublication": { "id": "proceedings/icpr/2012/2216/0", "title": "2012 21st International Conference on Pattern Recognition (ICPR 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/avss/2016/3811/0/07738018", "title": "Video summarization of surveillance cameras", "doi": null, "abstractUrl": "/proceedings-article/avss/2016/07738018/12OmNC3FGfx", "parentPublication": { "id": "proceedings/avss/2016/3811/0", "title": "2016 13th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/avss/2013/0703/0/06636668", "title": "Multiple cue indexing and summarization of surveillance video", "doi": null, "abstractUrl": "/proceedings-article/avss/2013/06636668/12OmNyRxFzG", "parentPublication": { "id": "proceedings/avss/2013/0703/0", "title": "2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmew/2015/7079/0/07169855", "title": "Coherent event-based surveillance video synopsis using trajectory clustering", "doi": null, "abstractUrl": "/proceedings-article/icmew/2015/07169855/12OmNyYm2F4", "parentPublication": { "id": "proceedings/icmew/2015/7079/0", "title": "2015 IEEE International Conference on Multimedia & Expo Workshops (ICMEW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccvw/2011/0063/0/06130487", "title": "A surveillance video analysis and storage scheme for scalable synopsis browsing", "doi": null, "abstractUrl": "/proceedings-article/iccvw/2011/06130487/12OmNzvz6G4", "parentPublication": { "id": "proceedings/iccvw/2011/0063/0", "title": "2011 IEEE International Conference on Computer Vision Workshops (ICCV Workshops)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wacvw/2022/5824/0/582400a591", "title": "Where are we with Human Pose Estimation in Real-World Surveillance?", "doi": null, "abstractUrl": "/proceedings-article/wacvw/2022/582400a591/1B12wrd2gqk", "parentPublication": { "id": "proceedings/wacvw/2022/5824/0", "title": "2022 IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/td/2019/12/08734005", "title": "ISEE: An Intelligent Scene Exploration and Evaluation Platform for Large-Scale Visual Surveillance", "doi": null, "abstractUrl": "/journal/td/2019/12/08734005/1aKu0HupDji", "parentPublication": { "id": "trans/td", "title": "IEEE Transactions on Parallel & Distributed Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ccgrid/2021/9586/0/958600a386", "title": "VRefine: Refining Massive Surveillance Videos for Efficient Store and Fast Analyzing", "doi": null, "abstractUrl": "/proceedings-article/ccgrid/2021/958600a386/1vK0xNgx7Es", "parentPublication": { "id": "proceedings/ccgrid/2021/9586/0", "title": "2021 IEEE/ACM 21st International Symposium on Cluster, Cloud and Internet Computing (CCGrid)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sibgrapi/2021/2354/0/235400a176", "title": "A System for Visual Analysis of Objects Behavior in Surveillance Videos", "doi": null, "abstractUrl": "/proceedings-article/sibgrapi/2021/235400a176/1zurq5mjP0c", "parentPublication": { "id": "proceedings/sibgrapi/2021/2354/0", "title": "2021 34th SIBGRAPI Conference on Graphics, Patterns and Images (SIBGRAPI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2013122109", "articleId": "13rRUx0xPIJ", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2013122129", "articleId": "13rRUxBa5rW", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYesR8", "name": "ttg2013122119s.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg2013122119s.mp4", "extension": "mp4", "size": "14.5 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNxvO04Q", "title": "Jan.", "year": "2017", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "23", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUy0qnLK", "doi": "10.1109/TVCG.2016.2598445", "abstract": "Topic modeling, which reveals underlying topics of a document corpus, has been actively adopted in visual analytics for large-scale document collections. However, due to its significant processing time and non-interactive nature, topic modeling has so far not been tightly integrated into a visual analytics workflow. Instead, most such systems are limited to utilizing a fixed, initial set of topics. Motivated by this gap in the literature, we propose a novel interaction technique called TopicLens that allows a user to dynamically explore data through a lens interface where topic modeling and the corresponding 2D embedding are efficiently computed on the fly. To support this interaction in real time while maintaining view consistency, we propose a novel efficient topic modeling method and a semi-supervised 2D embedding algorithm. Our work is based on improving state-of-the-art methods such as nonnegative matrix factorization and t-distributed stochastic neighbor embedding. Furthermore, we have built a web-based visual analytics system integrated with TopicLens. We use this system to measure the performance and the visualization quality of our proposed methods. We provide several scenarios showcasing the capability of TopicLens using real-world datasets.", "abstracts": [ { "abstractType": "Regular", "content": "Topic modeling, which reveals underlying topics of a document corpus, has been actively adopted in visual analytics for large-scale document collections. However, due to its significant processing time and non-interactive nature, topic modeling has so far not been tightly integrated into a visual analytics workflow. Instead, most such systems are limited to utilizing a fixed, initial set of topics. Motivated by this gap in the literature, we propose a novel interaction technique called TopicLens that allows a user to dynamically explore data through a lens interface where topic modeling and the corresponding 2D embedding are efficiently computed on the fly. To support this interaction in real time while maintaining view consistency, we propose a novel efficient topic modeling method and a semi-supervised 2D embedding algorithm. Our work is based on improving state-of-the-art methods such as nonnegative matrix factorization and t-distributed stochastic neighbor embedding. Furthermore, we have built a web-based visual analytics system integrated with TopicLens. We use this system to measure the performance and the visualization quality of our proposed methods. We provide several scenarios showcasing the capability of TopicLens using real-world datasets.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Topic modeling, which reveals underlying topics of a document corpus, has been actively adopted in visual analytics for large-scale document collections. However, due to its significant processing time and non-interactive nature, topic modeling has so far not been tightly integrated into a visual analytics workflow. Instead, most such systems are limited to utilizing a fixed, initial set of topics. Motivated by this gap in the literature, we propose a novel interaction technique called TopicLens that allows a user to dynamically explore data through a lens interface where topic modeling and the corresponding 2D embedding are efficiently computed on the fly. To support this interaction in real time while maintaining view consistency, we propose a novel efficient topic modeling method and a semi-supervised 2D embedding algorithm. Our work is based on improving state-of-the-art methods such as nonnegative matrix factorization and t-distributed stochastic neighbor embedding. Furthermore, we have built a web-based visual analytics system integrated with TopicLens. We use this system to measure the performance and the visualization quality of our proposed methods. We provide several scenarios showcasing the capability of TopicLens using real-world datasets.", "title": "TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections", "normalizedTitle": "TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections", "fno": "07539597", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Document Image Processing", "Learning Artificial Intelligence", "Matrix Decomposition", "Stochastic Processes", "User Interfaces", "Topic Lens", "Multilevel Visual Topic Exploration", "Large Scale Document Collections", "Document Corpus", "Interaction Technique", "Lens Interface", "Topic Modeling Method", "Semisupervised 2 D Embedding Algorithm", "Nonnegative Matrix Factorization", "T Distributed Stochastic Neighbor Embedding", "Web Based Visual Analytics System", "Visualization Quality", "Lenses", "Computational Modeling", "Analytical Models", "Visual Analytics", "Two Dimensional Displays", "Real Time Systems", "Topic Modeling", "Nonnegative Matrix Factorization", "T Distributed Stochastic Neighbor Embedding", "Magic Lens", "Text Analytics" ], "authors": [ { "givenName": "Minjeong", "surname": "Kim", "fullName": "Minjeong Kim", "affiliation": "Korea University", "__typename": "ArticleAuthorType" }, { "givenName": "Kyeongpil", "surname": "Kang", "fullName": "Kyeongpil Kang", "affiliation": "Korea University", "__typename": "ArticleAuthorType" }, { "givenName": "Deokgun", "surname": "Park", "fullName": "Deokgun Park", "affiliation": "University of Maryland, College Park, MD, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Jaegul", "surname": "Choo", "fullName": "Jaegul Choo", "affiliation": "Korea University", "__typename": "ArticleAuthorType" }, { "givenName": "Niklas", "surname": "Elmqvist", "fullName": "Niklas Elmqvist", "affiliation": "University of Maryland, College Park, MD, USA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2017-01-01 00:00:00", "pubType": "trans", "pages": "151-160", "year": "2017", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vast/2012/4752/0/06400514", "title": "Big data exploration through visual analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2012/06400514/12OmNC3XhwY", "parentPublication": { "id": "proceedings/vast/2012/4752/0", "title": "2012 IEEE Conference on Visual Analytics Science and Technology (VAST 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2011/4408/0/4408a101", "title": "SolarMap: Multifaceted Visual Analytics for Topic Exploration", "doi": null, "abstractUrl": "/proceedings-article/icdm/2011/4408a101/12OmNzw8j1t", "parentPublication": { "id": "proceedings/icdm/2011/4408/0", "title": "2011 IEEE 11th International Conference on Data Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013121992", "title": "UTOPIAN: User-Driven Topic Modeling Based on Interactive Nonnegative Matrix Factorization", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013121992/13rRUIIVlcI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019825", "title": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019825/13rRUwghd9c", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122002", "title": "HierarchicalTopics: Visually Exploring Large Text Collections Using Topic Hierarchies", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122002/13rRUxNW1Zo", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08467535", "title": "Visual Analytics for Topic Model Optimization based on User-Steerable Speculative Execution", "doi": null, "abstractUrl": "/journal/tg/2019/01/08467535/17D45XeKgtW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/06/08667702", "title": "Visual Exploration of Neural Document Embedding in Information Retrieval: Semantics and Feature Selection", "doi": null, "abstractUrl": "/journal/tg/2019/06/08667702/18q6o0uDSXS", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08807224", "title": "Semantic Concept Spaces: Guided Topic Model Refinement using Word-Embedding Projections", "doi": null, "abstractUrl": "/journal/tg/2020/01/08807224/1cG6twVJ2HC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2018/6861/0/08802454", "title": "EmbeddingVis: A Visual Analytics Approach to Comparative Network Embedding Inspection", "doi": null, "abstractUrl": "/proceedings-article/vast/2018/08802454/1cJ6YEzEuQ0", "parentPublication": { "id": "proceedings/vast/2018/6861/0", "title": "2018 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2019/9226/0/922600a148", "title": "An Interactive Visual Analytics System for Incremental Classification Based on Semi-supervised Topic Modeling", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2019/922600a148/1cMF8cnyXfi", "parentPublication": { "id": "proceedings/pacificvis/2019/9226/0", "title": "2019 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07534824", "articleId": "13rRUxBJhvA", "__typename": "AdjacentArticleType" }, "next": { "fno": "07539549", "articleId": "13rRUy3xY8e", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzZ5oaF", "title": "July", "year": "2020", "issueNum": "07", "idPrefix": "tk", "pubType": "journal", "volume": "32", "label": "July", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "18l6FUrOG88", "doi": "10.1109/TKDE.2019.2904687", "abstract": "Lifelong topic model (LTM), an emerging paradigm for never-ending topic learning, aims to yield higher-quality topics as time passes through knowledge accumulated from the past yet learned for the future. In this paper, we propose a novel lifelong topic model based on non-negative matrix factorization (NMF), called Affinity Regularized NMF for LTM (NMF-LTM), which to our best knowledge is distinctive from the popular LDA-based LTMs. NMF-LTM achieves lifelong learning by introducing word-word graph Laplacian as semantic affinity regularization. Other priors such as sparsity, diversity, and between-class affinity are incorporated as well for better performance, and a theoretical guarantee is provided for the algorithmic convergence to a local minimum. Extensive experiments on various public corpora demonstrate the effectiveness of NMF-LTM, particularly its human-like behaviors in two carefully designed learning tasks and the ability in topic modeling of big data. A further exploration of semantic relatedness in knowledge graphs and a case study on a large-scale real-world corpus exhibit the strength of NMF-LTM in discovering high-quality topics in an efficient and robust way.", "abstracts": [ { "abstractType": "Regular", "content": "Lifelong topic model (LTM), an emerging paradigm for never-ending topic learning, aims to yield higher-quality topics as time passes through knowledge accumulated from the past yet learned for the future. In this paper, we propose a novel lifelong topic model based on non-negative matrix factorization (NMF), called Affinity Regularized NMF for LTM (NMF-LTM), which to our best knowledge is distinctive from the popular LDA-based LTMs. NMF-LTM achieves lifelong learning by introducing word-word graph Laplacian as semantic affinity regularization. Other priors such as sparsity, diversity, and between-class affinity are incorporated as well for better performance, and a theoretical guarantee is provided for the algorithmic convergence to a local minimum. Extensive experiments on various public corpora demonstrate the effectiveness of NMF-LTM, particularly its human-like behaviors in two carefully designed learning tasks and the ability in topic modeling of big data. A further exploration of semantic relatedness in knowledge graphs and a case study on a large-scale real-world corpus exhibit the strength of NMF-LTM in discovering high-quality topics in an efficient and robust way.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Lifelong topic model (LTM), an emerging paradigm for never-ending topic learning, aims to yield higher-quality topics as time passes through knowledge accumulated from the past yet learned for the future. In this paper, we propose a novel lifelong topic model based on non-negative matrix factorization (NMF), called Affinity Regularized NMF for LTM (NMF-LTM), which to our best knowledge is distinctive from the popular LDA-based LTMs. NMF-LTM achieves lifelong learning by introducing word-word graph Laplacian as semantic affinity regularization. Other priors such as sparsity, diversity, and between-class affinity are incorporated as well for better performance, and a theoretical guarantee is provided for the algorithmic convergence to a local minimum. Extensive experiments on various public corpora demonstrate the effectiveness of NMF-LTM, particularly its human-like behaviors in two carefully designed learning tasks and the ability in topic modeling of big data. A further exploration of semantic relatedness in knowledge graphs and a case study on a large-scale real-world corpus exhibit the strength of NMF-LTM in discovering high-quality topics in an efficient and robust way.", "title": "Affinity Regularized Non-Negative Matrix Factorization for Lifelong Topic Modeling", "normalizedTitle": "Affinity Regularized Non-Negative Matrix Factorization for Lifelong Topic Modeling", "fno": "08666058", "hasPdf": true, "idPrefix": "tk", "keywords": [ "Computer Aided Instruction", "Graph Theory", "Matrix Decomposition", "Text Analysis", "Affinity Regularized NMF", "Affinity Regularized Nonnegative Matrix Factorization", "Semantic Affinity Regularization", "Word Word Graph Laplacian", "Lifelong Learning", "Higher Quality Topics", "Lifelong Topic Modeling", "High Quality Topics", "NMF LTM", "Data Models", "Semantics", "Task Analysis", "Graphics Processing Units", "Big Data", "Convergence", "Maintenance Engineering", "Lifelong Topic Model LTM", "Non Negative Matrix Factorization NMF", "Semantic Affinity", "Knowledge Graph" ], "authors": [ { "givenName": "Yong", "surname": "Chen", "fullName": "Yong Chen", "affiliation": "Department of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Junjie", "surname": "Wu", "fullName": "Junjie Wu", "affiliation": "Beijing Key Laboratory of Emergency Support Simulation Technologies for City Operations, School of Economics and Management, Beijing Advanced Innovation Center for Big Data and Brain Computing, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Jianying", "surname": "Lin", "fullName": "Jianying Lin", "affiliation": "Department of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Rui", "surname": "Liu", "fullName": "Rui Liu", "affiliation": "Department of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Hui", "surname": "Zhang", "fullName": "Hui Zhang", "affiliation": "Department of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Zhiwen", "surname": "Ye", "fullName": "Zhiwen Ye", "affiliation": "Department of Computer Science and Engineering, Beihang University, Beijing, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "07", "pubDate": "2020-07-01 00:00:00", "pubType": "trans", "pages": "1249-1262", "year": "2020", "issn": "1041-4347", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/grc/2011/0372/0/06122566", "title": "Non-negative matrix factorization considering given vectors in a basis", "doi": null, "abstractUrl": "/proceedings-article/grc/2011/06122566/12OmNrJAe6u", "parentPublication": { "id": "proceedings/grc/2011/0372/0", "title": "2011 IEEE International Conference on Granular Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ipdpsw/2016/3682/0/3682a902", "title": "Enforced Sparse Non-negative Matrix Factorization", "doi": null, "abstractUrl": "/proceedings-article/ipdpsw/2016/3682a902/12OmNvjQ8M0", "parentPublication": { "id": "proceedings/ipdpsw/2016/3682/0", "title": "2016 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2017/3050/0/08217925", "title": "Graph regularized robust non-negative matrix factorization for clustering and selecting differentially expressed genes", "doi": null, "abstractUrl": "/proceedings-article/bibm/2017/08217925/12OmNzkuKzZ", "parentPublication": { "id": "proceedings/bibm/2017/3050/0", "title": "2017 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2008/3502/0/3502a063", "title": "Non-negative Matrix Factorization on Manifold", "doi": null, "abstractUrl": "/proceedings-article/icdm/2008/3502a063/12OmNzt0IKT", "parentPublication": { "id": "proceedings/icdm/2008/3502/0", "title": "2008 Eighth IEEE International Conference on Data Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2014/09/06544182", "title": "Convergence Analysis of Graph Regularized Non-Negative Matrix Factorization", "doi": null, "abstractUrl": "/journal/tk/2014/09/06544182/13rRUILc8fv", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/2018/03/07845582", "title": "Regularized Non-Negative Matrix Factorization for Identifying Differentially Expressed Genes and Clustering Samples: A Survey", "doi": null, "abstractUrl": "/journal/tb/2018/03/07845582/13rRUwgQpBI", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigcomp/2019/7789/0/08679467", "title": "An Optimization Scheme for Non-Negative Matrix Factorization Under Probability Constraints", "doi": null, "abstractUrl": "/proceedings-article/bigcomp/2019/08679467/18XkhSsgzrG", "parentPublication": { "id": "proceedings/bigcomp/2019/7789/0", "title": "2019 IEEE International Conference on Big Data and Smart Computing (BigComp)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/5555/01/10105466", "title": "NMTF-LTM: Towards an Alignment of Semantics for Lifelong Topic Modeling", "doi": null, "abstractUrl": "/journal/tk/5555/01/10105466/1MtgpbZRQ0E", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2021/06/08943941", "title": "Deep Non-Negative Matrix Factorization Architecture Based on Underlying Basis Images Learning", "doi": null, "abstractUrl": "/journal/tp/2021/06/08943941/1g6v5EjTdDy", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2021/8808/0/09412606", "title": "Double Manifolds Regularized Non-negative Matrix Factorization for Data Representation", "doi": null, "abstractUrl": "/proceedings-article/icpr/2021/09412606/1tmjTI7bp3a", "parentPublication": { "id": "proceedings/icpr/2021/8808/0", "title": "2020 25th International Conference on Pattern Recognition (ICPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08663457", "articleId": "18exkCGCv5u", "__typename": "AdjacentArticleType" }, "next": { "fno": "08666777", "articleId": "18mLxNL2ehG", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvsDHDY", "title": "Jan.", "year": "2020", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1cG6twVJ2HC", "doi": "10.1109/TVCG.2019.2934654", "abstract": "We present a framework that allows users to incorporate the semantics of their domain knowledge for topic model refinement while remaining model-agnostic. Our approach enables users to (1) understand the semantic space of the model, (2) identify regions of potential conflicts and problems, and (3) readjust the semantic relation of concepts based on their understanding, directly influencing the topic modeling. These tasks are supported by an interactive visual analytics workspace that uses word-embedding projections to define concept regions which can then be refined. The user-refined concepts are independent of a particular document collection and can be transferred to related corpora. All user interactions within the concept space directly affect the semantic relations of the underlying vector space model, which, in turn, change the topic modeling. In addition to direct manipulation, our system guides the users' decisionmaking process through recommended interactions that point out potential improvements. This targeted refinement aims at minimizing the feedback required for an efficient human-in-the-loop process. We confirm the improvements achieved through our approach in two user studies that show topic model quality improvements through our visual knowledge externalization and learning process.", "abstracts": [ { "abstractType": "Regular", "content": "We present a framework that allows users to incorporate the semantics of their domain knowledge for topic model refinement while remaining model-agnostic. Our approach enables users to (1) understand the semantic space of the model, (2) identify regions of potential conflicts and problems, and (3) readjust the semantic relation of concepts based on their understanding, directly influencing the topic modeling. These tasks are supported by an interactive visual analytics workspace that uses word-embedding projections to define concept regions which can then be refined. The user-refined concepts are independent of a particular document collection and can be transferred to related corpora. All user interactions within the concept space directly affect the semantic relations of the underlying vector space model, which, in turn, change the topic modeling. In addition to direct manipulation, our system guides the users' decisionmaking process through recommended interactions that point out potential improvements. This targeted refinement aims at minimizing the feedback required for an efficient human-in-the-loop process. We confirm the improvements achieved through our approach in two user studies that show topic model quality improvements through our visual knowledge externalization and learning process.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present a framework that allows users to incorporate the semantics of their domain knowledge for topic model refinement while remaining model-agnostic. Our approach enables users to (1) understand the semantic space of the model, (2) identify regions of potential conflicts and problems, and (3) readjust the semantic relation of concepts based on their understanding, directly influencing the topic modeling. These tasks are supported by an interactive visual analytics workspace that uses word-embedding projections to define concept regions which can then be refined. The user-refined concepts are independent of a particular document collection and can be transferred to related corpora. All user interactions within the concept space directly affect the semantic relations of the underlying vector space model, which, in turn, change the topic modeling. In addition to direct manipulation, our system guides the users' decisionmaking process through recommended interactions that point out potential improvements. This targeted refinement aims at minimizing the feedback required for an efficient human-in-the-loop process. We confirm the improvements achieved through our approach in two user studies that show topic model quality improvements through our visual knowledge externalization and learning process.", "title": "Semantic Concept Spaces: Guided Topic Model Refinement using Word-Embedding Projections", "normalizedTitle": "Semantic Concept Spaces: Guided Topic Model Refinement using Word-Embedding Projections", "fno": "08807224", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Document Handling", "Interactive Systems", "Learning Artificial Intelligence", "Natural Language Processing", "Vectors", "Guided Topic Model Refinement", "Word Embedding Projections", "Topic Modeling", "Interactive Visual Analytics", "User Refined Concepts", "User Interactions", "Vector Space Model", "Visual Knowledge Externalization", "Learning Process", "Semantic Concept Spaces", "Topic Model Quality", "Semantics", "Analytical Models", "Computational Modeling", "Visual Analytics", "Machine Learning", "Task Analysis", "Topic Model Optimization", "Word Embedding", "Mixed Initiative Refinement", "Guided Visual Analytics", "Semantic Mapping" ], "authors": [ { "givenName": "Mennatallah", "surname": "El-Assady", "fullName": "Mennatallah El-Assady", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Rebecca", "surname": "Kehlbeck", "fullName": "Rebecca Kehlbeck", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Christopher", "surname": "Collins", "fullName": "Christopher Collins", "affiliation": "Ontario Tech University, Canada", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Keim", "fullName": "Daniel Keim", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Oliver", "surname": "Deussen", "fullName": "Oliver Deussen", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2020-01-01 00:00:00", "pubType": "trans", "pages": "1001-1011", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icicic/2009/3873/0/pid966505", "title": "Improving Topic Extraction in Chinese Documents Using Word Sense Disambiguation", "doi": null, "abstractUrl": "/proceedings-article/icicic/2009/pid966505/12OmNvjyxC4", "parentPublication": { "id": "proceedings/icicic/2009/3873/0", "title": "Innovative Computing ,Information and Control, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2011/4408/0/4408a101", "title": "SolarMap: Multifaceted Visual Analytics for Topic Exploration", "doi": null, "abstractUrl": "/proceedings-article/icdm/2011/4408a101/12OmNzw8j1t", "parentPublication": { "id": "proceedings/icdm/2011/4408/0", "title": "2011 IEEE 11th International Conference on Data Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013121992", "title": "UTOPIAN: User-Driven Topic Modeling Based on Interactive Nonnegative Matrix Factorization", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013121992/13rRUIIVlcI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019825", "title": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019825/13rRUwghd9c", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08467535", "title": "Visual Analytics for Topic Model Optimization based on User-Steerable Speculative Execution", "doi": null, "abstractUrl": "/journal/tg/2019/01/08467535/17D45XeKgtW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2021/3902/0/09671598", "title": "Analyzing Scientific Publications using Domain-Specific Word Embedding and Topic Modelling", "doi": null, "abstractUrl": "/proceedings-article/big-data/2021/09671598/1A8hpYaHQzK", "parentPublication": { "id": "proceedings/big-data/2021/3902/0", "title": "2021 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2019/9226/0/922600a148", "title": "An Interactive Visual Analytics System for Incremental Classification Based on Semi-supervised Topic Modeling", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2019/922600a148/1cMF8cnyXfi", "parentPublication": { "id": "proceedings/pacificvis/2019/9226/0", "title": "2019 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/compsac/2019/2607/2/260702a549", "title": "A Grammar Based Approach to BPMN Model Semantic Preservation using Refinement", "doi": null, "abstractUrl": "/proceedings-article/compsac/2019/260702a549/1cYip2SneBG", "parentPublication": { "id": "compsac/2019/2607/2", "title": "2019 IEEE 43rd Annual Computer Software and Applications Conference (COMPSAC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/09/09039699", "title": "ArchiText: Interactive Hierarchical Topic Modeling", "doi": null, "abstractUrl": "/journal/tg/2021/09/09039699/1igS4Rezjr2", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2021/4509/0/450900k0659", "title": "Refine Myself by Teaching Myself: Feature Refinement via Self-Knowledge Distillation", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2021/450900k0659/1yeKqQMDWKI", "parentPublication": { "id": "proceedings/cvpr/2021/4509/0", "title": "2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08807355", "articleId": "1cG6a6b0eys", "__typename": "AdjacentArticleType" }, "next": { "fno": "08807320", "articleId": "1cG6vb0dTG0", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1vDhWHXEYZW", "title": "Sept.", "year": "2021", "issueNum": "09", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "Sept.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1igS4Rezjr2", "doi": "10.1109/TVCG.2020.2981456", "abstract": "Human-in-the-loop topic modeling allows users to explore and steer the process to produce better quality topics that align with their needs. When integrated into visual analytic systems, many existing automated topic modeling algorithms are given interactive parameters to allow users to tune or adjust them. However, this has limitations when the algorithms cannot be easily adapted to changes, and it is difficult to realize interactivity closely supported by underlying algorithms. Instead, we emphasize the concept of tight integration, which advocates for the need to co-develop interactive algorithms and interactive visual analytic systems in parallel to allow flexibility and scalability. In this article, we describe design goals for efficiently and effectively executing the concept of tight integration among computation, visualization, and interaction for hierarchical topic modeling of text data. We propose computational base operations for interactive tasks to achieve the design goals. To instantiate our concept, we present ArchiText, a prototype system for interactive hierarchical topic modeling, which offers fast, flexible, and algorithmically valid analysis via tight integration. Utilizing interactive hierarchical topic modeling, our technique lets users generate, explore, and flexibly steer hierarchical topics to discover more informed topics and their document memberships.", "abstracts": [ { "abstractType": "Regular", "content": "Human-in-the-loop topic modeling allows users to explore and steer the process to produce better quality topics that align with their needs. When integrated into visual analytic systems, many existing automated topic modeling algorithms are given interactive parameters to allow users to tune or adjust them. However, this has limitations when the algorithms cannot be easily adapted to changes, and it is difficult to realize interactivity closely supported by underlying algorithms. Instead, we emphasize the concept of tight integration, which advocates for the need to co-develop interactive algorithms and interactive visual analytic systems in parallel to allow flexibility and scalability. In this article, we describe design goals for efficiently and effectively executing the concept of tight integration among computation, visualization, and interaction for hierarchical topic modeling of text data. We propose computational base operations for interactive tasks to achieve the design goals. To instantiate our concept, we present ArchiText, a prototype system for interactive hierarchical topic modeling, which offers fast, flexible, and algorithmically valid analysis via tight integration. Utilizing interactive hierarchical topic modeling, our technique lets users generate, explore, and flexibly steer hierarchical topics to discover more informed topics and their document memberships.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Human-in-the-loop topic modeling allows users to explore and steer the process to produce better quality topics that align with their needs. When integrated into visual analytic systems, many existing automated topic modeling algorithms are given interactive parameters to allow users to tune or adjust them. However, this has limitations when the algorithms cannot be easily adapted to changes, and it is difficult to realize interactivity closely supported by underlying algorithms. Instead, we emphasize the concept of tight integration, which advocates for the need to co-develop interactive algorithms and interactive visual analytic systems in parallel to allow flexibility and scalability. In this article, we describe design goals for efficiently and effectively executing the concept of tight integration among computation, visualization, and interaction for hierarchical topic modeling of text data. We propose computational base operations for interactive tasks to achieve the design goals. To instantiate our concept, we present ArchiText, a prototype system for interactive hierarchical topic modeling, which offers fast, flexible, and algorithmically valid analysis via tight integration. Utilizing interactive hierarchical topic modeling, our technique lets users generate, explore, and flexibly steer hierarchical topics to discover more informed topics and their document memberships.", "title": "ArchiText: Interactive Hierarchical Topic Modeling", "normalizedTitle": "ArchiText: Interactive Hierarchical Topic Modeling", "fno": "09039699", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Interactive Systems", "Text Analysis", "Interactive Hierarchical Topic Modeling", "Human In The Loop Topic Modeling", "Quality Topics", "Existing Automated Topic Modeling Algorithms", "Interactive Parameters", "Interactive Algorithms", "Interactive Visual Analytic Systems", "Interactive Tasks", "Hierarchical Topics", "Informed Topics", "Computational Modeling", "Analytical Models", "Visual Analytics", "Data Models", "Data Visualization", "Task Analysis", "Context Modeling", "Text Analytics", "Topic Modeling", "Nonnegative Matrix Factorization", "Hierarchical Topics", "Visual Analytics" ], "authors": [ { "givenName": "Hannah", "surname": "Kim", "fullName": "Hannah Kim", "affiliation": "Georgia Institute of Technology, Atlanta, GA, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Barry", "surname": "Drake", "fullName": "Barry Drake", "affiliation": "Georgia Tech Research Institute, Atlanta, GA, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Alex", "surname": "Endert", "fullName": "Alex Endert", "affiliation": "Georgia Institute of Technology, Atlanta, GA, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Haesun", "surname": "Park", "fullName": "Haesun Park", "affiliation": "Georgia Institute of Technology, Atlanta, GA, USA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "09", "pubDate": "2021-09-01 00:00:00", "pubType": "trans", "pages": "3644-3655", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/dsc/2016/1192/0/1192a400", "title": "Online Topic Evolution Modeling Based on Hierarchical Dirichlet Process", "doi": null, "abstractUrl": "/proceedings-article/dsc/2016/1192a400/12OmNzX6crK", "parentPublication": { "id": "proceedings/dsc/2016/1192/0", "title": "2016 IEEE First International Conference on Data Science in Cyberspace (DSC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013121992", "title": "UTOPIAN: User-Driven Topic Modeling Based on Interactive Nonnegative Matrix Factorization", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013121992/13rRUIIVlcI", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019825", "title": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019825/13rRUwghd9c", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122002", "title": "HierarchicalTopics: Visually Exploring Large Text Collections Using Topic Hierarchies", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122002/13rRUxNW1Zo", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07539597", "title": "TopicLens: Efficient Multi-Level Visual Topic Exploration of Large-Scale Document Collections", "doi": null, "abstractUrl": "/journal/tg/2017/01/07539597/13rRUy0qnLK", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08467535", "title": "Visual Analytics for Topic Model Optimization based on User-Steerable Speculative Execution", "doi": null, "abstractUrl": "/journal/tg/2019/01/08467535/17D45XeKgtW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08807354", "title": "VASABI: Hierarchical User Profiles for Interactive Visual User Behaviour Analytics", "doi": null, "abstractUrl": "/journal/tg/2020/01/08807354/1cG6pt9f4ly", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08807224", "title": "Semantic Concept Spaces: Guided Topic Model Refinement using Word-Embedding Projections", "doi": null, "abstractUrl": "/journal/tg/2020/01/08807224/1cG6twVJ2HC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2019/9226/0/922600a148", "title": "An Interactive Visual Analytics System for Incremental Classification Based on Semi-supervised Topic Modeling", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2019/922600a148/1cMF8cnyXfi", "parentPublication": { "id": "proceedings/pacificvis/2019/9226/0", "title": "2019 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2019/2284/0/08986922", "title": "TopicSifter: Interactive Search Space Reduction through Targeted Topic Modeling", "doi": null, "abstractUrl": "/proceedings-article/vast/2019/08986922/1hrMz9LdbzO", "parentPublication": { "id": "proceedings/vast/2019/2284/0", "title": "2019 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09067088", "articleId": "1j1lyTz50k0", "__typename": "AdjacentArticleType" }, "next": { "fno": "09056539", "articleId": "1iJ5w45wq1a", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1vDi0R6fDxu", "name": "ttg202109-09039699s1-supp1-2981456.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202109-09039699s1-supp1-2981456.pdf", "extension": "pdf", "size": "4.24 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNzvhvFQ", "title": "January", "year": "2012", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "18", "label": "January", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxly8SS", "doi": "10.1109/TVCG.2010.225", "abstract": "Many text collections with temporal references, such as news corpora and weblogs, are generated to report and discuss real life events. Thus, event-related tasks, such as detecting real life events that drive the generation of the text documents, tracking event evolutions, and investigating reports and commentaries about events of interest, are important when exploring such text collections. To incorporate and leverage human efforts in conducting such tasks, we propose a novel visual analytics approach named EventRiver. EventRiver integrates event-based automated text analysis and visualization to reveal the events motivating the text generation and the long term stories they construct. On the visualization, users can interactively conduct tasks such as event browsing, tracking, association, and investigation. A working prototype of EventRiver has been implemented for exploring news corpora. A set of case studies, experiments, and a preliminary user test have been conducted to evaluate its effectiveness and efficiency.", "abstracts": [ { "abstractType": "Regular", "content": "Many text collections with temporal references, such as news corpora and weblogs, are generated to report and discuss real life events. Thus, event-related tasks, such as detecting real life events that drive the generation of the text documents, tracking event evolutions, and investigating reports and commentaries about events of interest, are important when exploring such text collections. To incorporate and leverage human efforts in conducting such tasks, we propose a novel visual analytics approach named EventRiver. EventRiver integrates event-based automated text analysis and visualization to reveal the events motivating the text generation and the long term stories they construct. On the visualization, users can interactively conduct tasks such as event browsing, tracking, association, and investigation. A working prototype of EventRiver has been implemented for exploring news corpora. A set of case studies, experiments, and a preliminary user test have been conducted to evaluate its effectiveness and efficiency.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Many text collections with temporal references, such as news corpora and weblogs, are generated to report and discuss real life events. Thus, event-related tasks, such as detecting real life events that drive the generation of the text documents, tracking event evolutions, and investigating reports and commentaries about events of interest, are important when exploring such text collections. To incorporate and leverage human efforts in conducting such tasks, we propose a novel visual analytics approach named EventRiver. EventRiver integrates event-based automated text analysis and visualization to reveal the events motivating the text generation and the long term stories they construct. On the visualization, users can interactively conduct tasks such as event browsing, tracking, association, and investigation. A working prototype of EventRiver has been implemented for exploring news corpora. A set of case studies, experiments, and a preliminary user test have been conducted to evaluate its effectiveness and efficiency.", "title": "EventRiver: Visually Exploring Text Collections with Temporal References", "normalizedTitle": "EventRiver: Visually Exploring Text Collections with Temporal References", "fno": "ttg2012010093", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Visual Analytics", "Information Visualization", "Topic", "Event", "Text", "Clustering" ], "authors": [ { "givenName": "Dongning", "surname": "Luo", "fullName": "Dongning Luo", "affiliation": "University of North Carolina at Charlotte, Charlotte", "__typename": "ArticleAuthorType" }, { "givenName": "Jing", "surname": "Yang", "fullName": "Jing Yang", "affiliation": "University of North Carolina at Charlotte, Charlotte", "__typename": "ArticleAuthorType" }, { "givenName": "Milos", "surname": "Krstajic", "fullName": "Milos Krstajic", "affiliation": "University of Konstanz, Konstanz", "__typename": "ArticleAuthorType" }, { "givenName": "William", "surname": "Ribarsky", "fullName": "William Ribarsky", "affiliation": "University of North Carolina at Charlotte, Charlotte", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel A.", "surname": "Keim", "fullName": "Daniel A. Keim", "affiliation": "University of Konstanz, Konstanz", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2012-01-01 00:00:00", "pubType": "trans", "pages": "93-105", "year": "2012", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ictai/2011/4596/0/4596a936", "title": "TopicView: Visually Comparing Topic Models of Text Collections", "doi": null, "abstractUrl": "/proceedings-article/ictai/2011/4596a936/12OmNArKSif", "parentPublication": { "id": "proceedings/ictai/2011/4596/0", "title": "2011 IEEE 23rd International Conference on Tools with Artificial Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ithingscpscom/2011/4580/0/4580a488", "title": "Topic Tracking Based on Event Network", "doi": null, "abstractUrl": "/proceedings-article/ithingscpscom/2011/4580a488/12OmNAu1Fnk", "parentPublication": { "id": "proceedings/ithingscpscom/2011/4580/0", "title": "International Conference on Internet of Things and International Conference on Cyber, Physical and Social Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2009/3733/0/3733a149", "title": "Topic-Based Coordination for Visual Analysis of Evolving Document Collections", "doi": null, "abstractUrl": "/proceedings-article/iv/2009/3733a149/12OmNBhpS9v", "parentPublication": { "id": "proceedings/iv/2009/3733/0", "title": "2009 13th International Conference Information Visualisation", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2012/4752/0/06400485", "title": "LeadLine: Interactive visual analysis of text data through event identification and exploration", "doi": null, "abstractUrl": "/proceedings-article/vast/2012/06400485/12OmNvT2p5P", "parentPublication": { "id": "proceedings/vast/2012/4752/0", "title": "2012 IEEE Conference on Visual Analytics Science and Technology (VAST 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/smap/2008/3444/0/3444a069", "title": "A Logic Framework for Sports Video Summarization Using Text-Based Semantic Annotation", "doi": null, "abstractUrl": "/proceedings-article/smap/2008/3444a069/12OmNzl3WRL", "parentPublication": { "id": "proceedings/smap/2008/3444/0", "title": "2008 Third International Workshop on Semantic Media Adaptation and Personalization", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2011/4408/0/4408a101", "title": "SolarMap: Multifaceted Visual Analytics for Topic Exploration", "doi": null, "abstractUrl": "/proceedings-article/icdm/2011/4408a101/12OmNzw8j1t", "parentPublication": { "id": "proceedings/icdm/2011/4408/0", "title": "2011 IEEE 11th International Conference on Data Mining", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2012/02/mco2012020073", "title": "Discovering the Ebb and Flow of Ideas from Text Corpora", "doi": null, "abstractUrl": "/magazine/co/2012/02/mco2012020073/13rRUx0xPMa", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122002", "title": "HierarchicalTopics: Visually Exploring Large Text Collections Using Topic Hierarchies", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122002/13rRUxNW1Zo", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2011/12/ttg2011122412", "title": "TextFlow: Towards Better Understanding of Evolving Topics in Text", "doi": null, "abstractUrl": "/journal/tg/2011/12/ttg2011122412/13rRUxYrbUE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/mlui/2021/1372/0/137200a001", "title": "DocTable: Table-Oriented Interactive Machine Learning for Text Corpora", "doi": null, "abstractUrl": "/proceedings-article/mlui/2021/137200a001/1yNhhY4pkgo", "parentPublication": { "id": "proceedings/mlui/2021/1372/0", "title": "2021 IEEE Workshop on Machine Learning from User Interactions (MLUI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2012010081", "articleId": "13rRUwInvB2", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2012010106", "articleId": "13rRUILtJm7", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyQphgV", "title": "May", "year": "2013", "issueNum": "05", "idPrefix": "co", "pubType": "magazine", "volume": "46", "label": "May", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUB6Sq3O", "doi": "10.1109/MC.2012.430", "abstract": "The application of visual analytics, which combines the advantages of computational knowledge discovery and interactive visualization, to social media data highlights the many benefits of this integrated approach. The Web extra at http://youtu.be/nhoq71gqyXE is a video demonstrating a prototype system for visual-interactive analysis of large georeferenced microblog datasets, describing the design of the system, and detailing its application to the VAST 2011 Challenge dataset. The dataset models an epidemic outbreak in a fictitious metropolitan area. The video shows how the system can detect the epidemic and analyze its development over time. The system was implemented by Juri Buchmueller, Fabian Maass, Stephan Sellien, Florian Stoffel, and Matthias Zieker at the University of Konstanz (they also produced this video). Further information on the system and the VAST challenge dataset can be found in E. Bertini et al., \"Visual Analytics of Terrorist Activities Related to Epidemics,\" Proc. IEEE Conf. Visual Analytics Science and Technology (VAST 11), IEEE CS, pp. 329-330, 2011.", "abstracts": [ { "abstractType": "Regular", "content": "The application of visual analytics, which combines the advantages of computational knowledge discovery and interactive visualization, to social media data highlights the many benefits of this integrated approach. The Web extra at http://youtu.be/nhoq71gqyXE is a video demonstrating a prototype system for visual-interactive analysis of large georeferenced microblog datasets, describing the design of the system, and detailing its application to the VAST 2011 Challenge dataset. The dataset models an epidemic outbreak in a fictitious metropolitan area. The video shows how the system can detect the epidemic and analyze its development over time. The system was implemented by Juri Buchmueller, Fabian Maass, Stephan Sellien, Florian Stoffel, and Matthias Zieker at the University of Konstanz (they also produced this video). Further information on the system and the VAST challenge dataset can be found in E. Bertini et al., \"Visual Analytics of Terrorist Activities Related to Epidemics,\" Proc. IEEE Conf. Visual Analytics Science and Technology (VAST 11), IEEE CS, pp. 329-330, 2011.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The application of visual analytics, which combines the advantages of computational knowledge discovery and interactive visualization, to social media data highlights the many benefits of this integrated approach. The Web extra at http://youtu.be/nhoq71gqyXE is a video demonstrating a prototype system for visual-interactive analysis of large georeferenced microblog datasets, describing the design of the system, and detailing its application to the VAST 2011 Challenge dataset. The dataset models an epidemic outbreak in a fictitious metropolitan area. The video shows how the system can detect the epidemic and analyze its development over time. The system was implemented by Juri Buchmueller, Fabian Maass, Stephan Sellien, Florian Stoffel, and Matthias Zieker at the University of Konstanz (they also produced this video). Further information on the system and the VAST challenge dataset can be found in E. Bertini et al., \"Visual Analytics of Terrorist Activities Related to Epidemics,\" Proc. IEEE Conf. Visual Analytics Science and Technology (VAST 11), IEEE CS, pp. 329-330, 2011.", "title": "Visual Analysis of Social Media Data", "normalizedTitle": "Visual Analysis of Social Media Data", "fno": "mco2013050068", "hasPdf": true, "idPrefix": "co", "keywords": [ "Media", "Data Visualization", "Visual Analytics", "Data Analysis", "Data Mining", "Social Network Services", "Complex Data", "Visual Analytics", "Knowledge Discovery", "Interactive Data Visualization", "Social Media", "Text Visualization" ], "authors": [ { "givenName": "Tobias", "surname": "Schreck", "fullName": "Tobias Schreck", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Keim", "fullName": "Daniel Keim", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2013-05-01 00:00:00", "pubType": "mags", "pages": "68-75", "year": "2013", "issn": "0018-9162", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vast/2012/4752/0/06400514", "title": "Big data exploration through visual analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2012/06400514/12OmNC3XhwY", "parentPublication": { "id": "proceedings/vast/2012/4752/0", "title": "2012 IEEE Conference on Visual Analytics Science and Technology (VAST 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2018/3365/0/08446324", "title": "Immersive Visual Analysis to Explore Mystery at Wildlife Preserve", "doi": null, "abstractUrl": "/proceedings-article/vr/2018/08446324/13bd1ftOBDo", "parentPublication": { "id": "proceedings/vr/2018/3365/0", "title": "2018 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/07/mco2013070047", "title": "Real-Time Visual Analytics for Text Streams", "doi": null, "abstractUrl": "/magazine/co/2013/07/mco2013070047/13rRUxAStVJ", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875992", "title": "EvoRiver: Visual Analysis of Topic Coopetition on Social Media", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875992/13rRUxBa563", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/07/ttg2013071076", "title": "Guest Editors' Introduction: Special Section on the IEEE Conference on Visual Analytics Science and Technology (VAST)", "doi": null, "abstractUrl": "/journal/tg/2013/07/ttg2013071076/13rRUxOdD2D", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122012", "title": "Visual Analysis of Topic Competition on Social Media", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122012/13rRUyogGAa", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bdva/2018/9194/0/08534023", "title": "SocialOcean: Visual Analysis and Characterization of Social Media Bubbles", "doi": null, "abstractUrl": "/proceedings-article/bdva/2018/08534023/17D45WIXbOL", "parentPublication": { "id": "proceedings/bdva/2018/9194/0", "title": "2018 International Symposium on Big Data Visual and Immersive Analytics (BDVA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2010/9488/0/05653042", "title": "Data ingestion and evidence marshalling in Jigsaw VAST 2010 Mini Challenge 1 award: Good support for data ingest", "doi": null, "abstractUrl": "/proceedings-article/vast/2010/05653042/1eof2WlsGd2", "parentPublication": { "id": "proceedings/vast/2010/9488/0", "title": "2010 IEEE Symposium on Visual Analytics Science and Technology", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2010/9488/0/05651204", "title": "VisWorks text and network visual analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2010/05651204/1eof34V7mPS", "parentPublication": { "id": "proceedings/vast/2010/9488/0", "title": "2010 IEEE Symposium on Visual Analytics Science and Technology", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2020/9134/0/913400a415", "title": "Big Data Visualization and Visual Analytics of COVID-19 Data", "doi": null, "abstractUrl": "/proceedings-article/iv/2020/913400a415/1rSRdimCgJG", "parentPublication": { "id": "proceedings/iv/2020/9134/0", "title": "2020 24th International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mco2013050058", "articleId": "13rRUwgyOgw", "__typename": "AdjacentArticleType" }, "next": { "fno": "mco2013050076", "articleId": "13rRUyoPSSy", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1zBamVZHyne", "title": "Jan.", "year": "2022", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "28", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1xic6y40Iwg", "doi": "10.1109/TVCG.2021.3114800", "abstract": "Breaking news and first-hand reports often trend on social media platforms before traditional news outlets cover them. The real-time analysis of posts on such platforms can reveal valuable and timely insights for journalists, politicians, business analysts, and first responders, but the high number and diversity of new posts pose a challenge. In this work, we present an interactive system that enables the visual analysis of streaming social media data on a large scale in real-time. We propose an efficient and explainable dynamic clustering algorithm that powers a continuously updated visualization of the current thematic landscape as well as detailed visual summaries of specific topics of interest. Our parallel clustering strategy provides an adaptive stream with a digestible but diverse selection of recent posts related to relevant topics. We also integrate familiar visual metaphors that are highly interlinked for enabling both explorative and more focused monitoring tasks. Analysts can gradually increase the resolution to dive deeper into particular topics. In contrast to previous work, our system also works with non-geolocated posts and avoids extensive preprocessing such as detecting events. We evaluated our dynamic clustering algorithm and discuss several use cases that show the utility of our system.", "abstracts": [ { "abstractType": "Regular", "content": "Breaking news and first-hand reports often trend on social media platforms before traditional news outlets cover them. The real-time analysis of posts on such platforms can reveal valuable and timely insights for journalists, politicians, business analysts, and first responders, but the high number and diversity of new posts pose a challenge. In this work, we present an interactive system that enables the visual analysis of streaming social media data on a large scale in real-time. We propose an efficient and explainable dynamic clustering algorithm that powers a continuously updated visualization of the current thematic landscape as well as detailed visual summaries of specific topics of interest. Our parallel clustering strategy provides an adaptive stream with a digestible but diverse selection of recent posts related to relevant topics. We also integrate familiar visual metaphors that are highly interlinked for enabling both explorative and more focused monitoring tasks. Analysts can gradually increase the resolution to dive deeper into particular topics. In contrast to previous work, our system also works with non-geolocated posts and avoids extensive preprocessing such as detecting events. We evaluated our dynamic clustering algorithm and discuss several use cases that show the utility of our system.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Breaking news and first-hand reports often trend on social media platforms before traditional news outlets cover them. The real-time analysis of posts on such platforms can reveal valuable and timely insights for journalists, politicians, business analysts, and first responders, but the high number and diversity of new posts pose a challenge. In this work, we present an interactive system that enables the visual analysis of streaming social media data on a large scale in real-time. We propose an efficient and explainable dynamic clustering algorithm that powers a continuously updated visualization of the current thematic landscape as well as detailed visual summaries of specific topics of interest. Our parallel clustering strategy provides an adaptive stream with a digestible but diverse selection of recent posts related to relevant topics. We also integrate familiar visual metaphors that are highly interlinked for enabling both explorative and more focused monitoring tasks. Analysts can gradually increase the resolution to dive deeper into particular topics. In contrast to previous work, our system also works with non-geolocated posts and avoids extensive preprocessing such as detecting events. We evaluated our dynamic clustering algorithm and discuss several use cases that show the utility of our system.", "title": "Real-Time Visual Analysis of High-Volume Social Media Posts", "normalizedTitle": "Real-Time Visual Analysis of High-Volume Social Media Posts", "fno": "09552886", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Social Networking Online", "Heuristic Algorithms", "Data Visualization", "Clustering Algorithms", "Real Time Systems", "Text Analysis", "Visual Analytics", "Social Media Analysis", "Dynamic Clustering", "Streaming Data" ], "authors": [ { "givenName": "Johannes", "surname": "Knittel", "fullName": "Johannes Knittel", "affiliation": "University of Stuttgart, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Steffen", "surname": "Koch", "fullName": "Steffen Koch", "affiliation": "University of Stuttgart, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Tan", "surname": "Tang", "fullName": "Tan Tang", "affiliation": "State Key Lab of CAD&CG, Zhejiang University, China", "__typename": "ArticleAuthorType" }, { "givenName": "Wei", "surname": "Chen", "fullName": "Wei Chen", "affiliation": "State Key Lab of CAD&CG, Zhejiang University, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yingcai", "surname": "Wu", "fullName": "Yingcai Wu", "affiliation": "State Key Lab of CAD&CG, Zhejiang University, China", "__typename": "ArticleAuthorType" }, { "givenName": "Shixia", "surname": "Liu", "fullName": "Shixia Liu", "affiliation": "Tsinghua University, China", "__typename": "ArticleAuthorType" }, { "givenName": "Thomas", "surname": "Ertl", "fullName": "Thomas Ertl", "affiliation": "University of Stuttgart, Germany", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2022-01-01 00:00:00", "pubType": "trans", "pages": "879-889", "year": "2022", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icdcs/2017/1792/0/1792c497", "title": "Pythia: A System for Online Topic Discovery of Social Media Posts", "doi": null, "abstractUrl": "/proceedings-article/icdcs/2017/1792c497/12OmNqMPfQT", "parentPublication": { "id": "proceedings/icdcs/2017/1792/0", "title": "2017 IEEE 37th International Conference on Distributed Computing Systems (ICDCS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875992", "title": "EvoRiver: Visual Analysis of Topic Coopetition on Social Media", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875992/13rRUxBa563", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/07/mco2013070030", "title": "Visual Analytics Support for Intelligence Analysis", "doi": null, "abstractUrl": "/magazine/co/2013/07/mco2013070030/13rRUxD9h0P", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06876032", "title": "OpinionFlow: Visual Analysis of Opinion Diffusion on Social Media", "doi": null, "abstractUrl": "/journal/tg/2014/12/06876032/13rRUxYINfe", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06876013", "title": "#FluxFlow: Visual Analysis of Anomalous Information Spreading on Social Media", "doi": null, "abstractUrl": "/journal/tg/2014/12/06876013/13rRUy0qnGn", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122012", "title": "Visual Analysis of Topic Competition on Social Media", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122012/13rRUyogGAa", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ithings-greencom-cpscom-smartdata/2017/3066/0/08276881", "title": "Event Detection and Key Posts Discovering in Social Media Data Streams", "doi": null, "abstractUrl": "/proceedings-article/ithings-greencom-cpscom-smartdata/2017/08276881/17D45VsBU20", "parentPublication": { "id": "proceedings/ithings-greencom-cpscom-smartdata/2017/3066/0", "title": "2017 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bdva/2018/9194/0/08534023", "title": "SocialOcean: Visual Analysis and Characterization of Social Media Bubbles", "doi": null, "abstractUrl": "/proceedings-article/bdva/2018/08534023/17D45WIXbOL", "parentPublication": { "id": "proceedings/bdva/2018/9194/0", "title": "2018 International Symposium on Big Data Visual and Immersive Analytics (BDVA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icsc/2019/6783/0/08665516", "title": "MVP: Finding the Most Valuable Posts in Financial Social Networks", "doi": null, "abstractUrl": "/proceedings-article/icsc/2019/08665516/18qcefq3VwQ", "parentPublication": { "id": "proceedings/icsc/2019/6783/0", "title": "2019 IEEE 13th International Conference on Semantic Computing (ICSC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdmw/2022/4609/0/460900b168", "title": "Disentangling the Information Flood on OSNs: Finding Notable Posts and Topics", "doi": null, "abstractUrl": "/proceedings-article/icdmw/2022/460900b168/1KBqYUQ5xqo", "parentPublication": { "id": "proceedings/icdmw/2022/4609/0", "title": "2022 IEEE International Conference on Data Mining Workshops (ICDMW)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09555925", "articleId": "1xlw1EdMc9i", "__typename": "AdjacentArticleType" }, "next": { "fno": "09552923", "articleId": "1xic1nONd3q", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1zBaUyShxIY", "name": "ttg202201-09552886s1-supp1-3114800.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202201-09552886s1-supp1-3114800.mp4", "extension": "mp4", "size": "15 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNwGqBql", "title": "July-Aug.", "year": "2013", "issueNum": "04", "idPrefix": "cg", "pubType": "magazine", "volume": "33", "label": "July-Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUx0xPCH", "doi": "10.1109/MCG.2013.66", "abstract": "The prevailing choices to graphically represent a social network are a node-link graph and an adjacency matrix. Both techniques have unique strengths and weaknesses for different domain applications. This article focuses on how to change adjacency matrices from merely showing pairwise associations among network actors (or graph nodes) to depicting clusters of a social network. Node-link graphs supplement the discussion.", "abstracts": [ { "abstractType": "Regular", "content": "The prevailing choices to graphically represent a social network are a node-link graph and an adjacency matrix. Both techniques have unique strengths and weaknesses for different domain applications. This article focuses on how to change adjacency matrices from merely showing pairwise associations among network actors (or graph nodes) to depicting clusters of a social network. Node-link graphs supplement the discussion.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The prevailing choices to graphically represent a social network are a node-link graph and an adjacency matrix. Both techniques have unique strengths and weaknesses for different domain applications. This article focuses on how to change adjacency matrices from merely showing pairwise associations among network actors (or graph nodes) to depicting clusters of a social network. Node-link graphs supplement the discussion.", "title": "Visual Matrix Clustering of Social Networks", "normalizedTitle": "Visual Matrix Clustering of Social Networks", "fno": "mcg2013040088", "hasPdf": true, "idPrefix": "cg", "keywords": [ "Social Network Services", "Data Visualization", "Visualization", "Image Color Analysis", "Visual Analytics", "Geospatial Analysis", "Sociology", "Computer Graphics", "Adjacency Matrix", "Node Link Graph", "Social Networks", "Visualization", "Visual Analytics" ], "authors": [ { "givenName": null, "surname": "Pak Chung Wong", "fullName": "Pak Chung Wong", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "P.", "surname": "Mackey", "fullName": "P. Mackey", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "H.", "surname": "Foote", "fullName": "H. Foote", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "R.", "surname": "May", "fullName": "R. May", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2013-07-01 00:00:00", "pubType": "mags", "pages": "88-96", "year": "2013", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pacificvis/2013/4797/0/06596142", "title": "Visual task solution strategies in tree diagrams", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2013/06596142/12OmNxWcHdG", "parentPublication": { "id": "proceedings/pacificvis/2013/4797/0", "title": "2013 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2015/9926/0/07363826", "title": "Matisse: A visual analytics system for exploring emotion trends in social media text streams", "doi": null, "abstractUrl": "/proceedings-article/big-data/2015/07363826/12OmNyFCvXJ", "parentPublication": { "id": "proceedings/big-data/2015/9926/0", "title": "2015 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ieee-infovis/2005/2790/0/27900005", "title": "Vizster: Visualizing Online Social Networks", "doi": null, "abstractUrl": "/proceedings-article/ieee-infovis/2005/27900005/12OmNym2bVU", "parentPublication": { "id": "proceedings/ieee-infovis/2005/2790/0", "title": "Information Visualization, IEEE Symposium on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2012/12/ttg2012122457", "title": "Compressed Adjacency Matrices: Untangling Gene Regulatory Networks", "doi": null, "abstractUrl": "/journal/tg/2012/12/ttg2012122457/13rRUNvyakM", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07534826", "title": "Blockwise Human Brain Network Visual Comparison Using NodeTrix Representation", "doi": null, "abstractUrl": "/journal/tg/2017/01/07534826/13rRUwwJWFQ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875992", "title": "EvoRiver: Visual Analysis of Topic Coopetition on Social Media", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875992/13rRUxBa563", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2011/11/ttg2011111587", "title": "Visual Analysis of Large Graphs Using (X,Y)-Clustering and Hybrid Visualizations", "doi": null, "abstractUrl": "/journal/tg/2011/11/ttg2011111587/13rRUxBa5nl", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122032", "title": "Visual Analytics for Multimodal Social Network Analysis: A Design Study with Social Scientists", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122032/13rRUyuegp5", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0/205800a718", "title": "Neighborhood Graph Embedding for Nodes Clustering of Social Network", "doi": null, "abstractUrl": "/proceedings-article/hpcc-smartcity-dss/2019/205800a718/1dPouNqfHnW", "parentPublication": { "id": "proceedings/hpcc-smartcity-dss/2019/2058/0", "title": "2019 IEEE 21st International Conference on High Performance Computing and Communications; IEEE 17th International Conference on Smart City; IEEE 5th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2019/0858/0/09006118", "title": "Representation Learning in Heterogeneous Professional Social Networks with Ambiguous Social Connections", "doi": null, "abstractUrl": "/proceedings-article/big-data/2019/09006118/1hJshpgTpWE", "parentPublication": { "id": "proceedings/big-data/2019/0858/0", "title": "2019 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcg2013040082", "articleId": "13rRUy08MyE", "__typename": "AdjacentArticleType" }, "next": null, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNBfIhaQ", "title": "July-Aug.", "year": "2012", "issueNum": "04", "idPrefix": "cg", "pubType": "magazine", "volume": "32", "label": "July-Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxC0SGA", "doi": "10.1109/MCG.2012.87", "abstract": "A team of scientists and researchers discusses the top 10 challenges in extreme-scale visual analytics (VA). The discussion covers applying VA technologies to both scientific and nonscientific data, evaluating the problems and challenges from both technical and social perspectives.", "abstracts": [ { "abstractType": "Regular", "content": "A team of scientists and researchers discusses the top 10 challenges in extreme-scale visual analytics (VA). The discussion covers applying VA technologies to both scientific and nonscientific data, evaluating the problems and challenges from both technical and social perspectives.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "A team of scientists and researchers discusses the top 10 challenges in extreme-scale visual analytics (VA). The discussion covers applying VA technologies to both scientific and nonscientific data, evaluating the problems and challenges from both technical and social perspectives.", "title": "The Top 10 Challenges in Extreme-Scale Visual Analytics", "normalizedTitle": "The Top 10 Challenges in Extreme-Scale Visual Analytics", "fno": "mcg2012040063", "hasPdf": true, "idPrefix": "cg", "keywords": [ "Visual Analytics", "Large Scale Systems", "High Performance Computing", "Visual Analytics", "Large Scale Systems", "Computer Graphics", "Extreme Scale Visual Analytics", "Visual Analytics", "Large Data Visualization", "Interaction", "User Interfaces" ], "authors": [ { "givenName": "Pak Chung", "surname": "Wong", "fullName": "Pak Chung Wong", "affiliation": "Pacific Northwest National Laboratory", "__typename": "ArticleAuthorType" }, { "givenName": "Han-Wei", "surname": "Shen", "fullName": "Han-Wei Shen", "affiliation": "Ohio State University", "__typename": "ArticleAuthorType" }, { "givenName": "Christopher R.", "surname": "Johnson", "fullName": "Christopher R. Johnson", "affiliation": "University of Utah", "__typename": "ArticleAuthorType" }, { "givenName": "Chaomei", "surname": "Chen", "fullName": "Chaomei Chen", "affiliation": "Drexel University", "__typename": "ArticleAuthorType" }, { "givenName": "Robert B.", "surname": "Ross", "fullName": "Robert B. Ross", "affiliation": "Argonne National Laboratory", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2012-07-01 00:00:00", "pubType": "mags", "pages": "63-67", "year": "2012", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/hicss/2013/4892/0/4892c416", "title": "Visual Analytics for Public Health: Supporting Knowledge Construction and Decision-Making", "doi": null, "abstractUrl": "/proceedings-article/hicss/2013/4892c416/12OmNrJiCNq", "parentPublication": { "id": "proceedings/hicss/2013/4892/0", "title": "2013 46th Hawaii International Conference on System Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2009/11/mco2009110028", "title": "Architectures for Extreme-Scale Computing", "doi": null, "abstractUrl": "/magazine/co/2009/11/mco2009110028/13rRUwwJWC8", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07534883", "title": "Characterizing Guidance in Visual Analytics", "doi": null, "abstractUrl": "/journal/tg/2017/01/07534883/13rRUxBa568", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2015/02/mcg2015020016", "title": "Preparing Undergraduates for Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2015/02/mcg2015020016/13rRUxjQyjN", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2012/04/mcg2012040023", "title": "Extreme-Scale Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2012/04/mcg2012040023/13rRUxjQyxF", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2015/03/06908006", "title": "Personal Visualization and Personal Visual Analytics", "doi": null, "abstractUrl": "/journal/tg/2015/03/06908006/13rRUyYBlgA", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09906970", "title": "Tac-Trainer: A Visual Analytics System for IoT-based Racket Sports Training", "doi": null, "abstractUrl": "/journal/tg/2023/01/09906970/1H5EW63diWA", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/10/08423105", "title": "Commercial Visual Analytics Systems&#x2013;Advances in the Big Data Analytics Field", "doi": null, "abstractUrl": "/journal/tg/2019/10/08423105/1cYd7bZMLp6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/trex/2020/8514/0/851400a009", "title": "Beyond Trust Building &#x2014; Calibrating Trust in Visual Analytics", "doi": null, "abstractUrl": "/proceedings-article/trex/2020/851400a009/1pXm2QUw2ek", "parentPublication": { "id": "proceedings/trex/2020/8514/0", "title": "2020 IEEE Workshop on TRust and EXpertise in Visual Analytics (TREX)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2020/9134/0/913400a368", "title": "A Characterization of Data Exchange between Visual Analytics Tools", "doi": null, "abstractUrl": "/proceedings-article/iv/2020/913400a368/1rSRaA2LJBK", "parentPublication": { "id": "proceedings/iv/2020/9134/0", "title": "2020 24th International Conference Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcg2012040055", "articleId": "13rRUygT7cJ", "__typename": "AdjacentArticleType" }, "next": { "fno": "mcg2012040068", "articleId": "13rRUxjyX6u", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvsDHDY", "title": "Jan.", "year": "2020", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1cG4JtVNK2A", "doi": "10.1109/TVCG.2019.2934266", "abstract": "Social media platforms are filled with social spambots. Detecting these malicious accounts is essential, yet challenging, as they continually evolve to evade detection techniques. In this article, we present VASSL, a visual analytics system that assists in the process of detecting and labeling spambots. Our tool enhances the performance and scalability of manual labeling by providing multiple connected views and utilizing dimensionality reduction, sentiment analysis and topic modeling, enabling insights for the identification of spambots. The system allows users to select and analyze groups of accounts in an interactive manner, which enables the detection of spambots that may not be identified when examined individually. We present a user study to objectively evaluate the performance of VASSL users, as well as capturing subjective opinions about the usefulness and the ease of use of the tool.", "abstracts": [ { "abstractType": "Regular", "content": "Social media platforms are filled with social spambots. Detecting these malicious accounts is essential, yet challenging, as they continually evolve to evade detection techniques. In this article, we present VASSL, a visual analytics system that assists in the process of detecting and labeling spambots. Our tool enhances the performance and scalability of manual labeling by providing multiple connected views and utilizing dimensionality reduction, sentiment analysis and topic modeling, enabling insights for the identification of spambots. The system allows users to select and analyze groups of accounts in an interactive manner, which enables the detection of spambots that may not be identified when examined individually. We present a user study to objectively evaluate the performance of VASSL users, as well as capturing subjective opinions about the usefulness and the ease of use of the tool.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Social media platforms are filled with social spambots. Detecting these malicious accounts is essential, yet challenging, as they continually evolve to evade detection techniques. In this article, we present VASSL, a visual analytics system that assists in the process of detecting and labeling spambots. Our tool enhances the performance and scalability of manual labeling by providing multiple connected views and utilizing dimensionality reduction, sentiment analysis and topic modeling, enabling insights for the identification of spambots. The system allows users to select and analyze groups of accounts in an interactive manner, which enables the detection of spambots that may not be identified when examined individually. We present a user study to objectively evaluate the performance of VASSL users, as well as capturing subjective opinions about the usefulness and the ease of use of the tool.", "title": "VASSL: A Visual Analytics Toolkit for Social Spambot Labeling", "normalizedTitle": "VASSL: A Visual Analytics Toolkit for Social Spambot Labeling", "fno": "08805463", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Reduction", "Data Visualisation", "Sentiment Analysis", "Social Networking Online", "Unsolicited E Mail", "Malicious Accounts", "Detection Techniques", "Visual Analytics System", "Manual Labeling", "Dimensionality Reduction", "Sentiment Analysis", "Topic Modeling", "Visual Analytics Toolkit", "Social Spambot Labeling", "Social Media Platforms", "Social Spambots", "VASSL", "Labeling", "Social Networking Online", "Visual Analytics", "Feature Extraction", "Tools", "Manuals", "Spambot", "Labeling", "Detection", "Visual Analytics", "Social Media Annotation" ], "authors": [ { "givenName": "Mosab", "surname": "Khayat", "fullName": "Mosab Khayat", "affiliation": "Purdue University", "__typename": "ArticleAuthorType" }, { "givenName": "Morteza", "surname": "Karimzadeh", "fullName": "Morteza Karimzadeh", "affiliation": "University of Colorado Boulder", "__typename": "ArticleAuthorType" }, { "givenName": "Jieqiong", "surname": "Zhao", "fullName": "Jieqiong Zhao", "affiliation": "Purdue University", "__typename": "ArticleAuthorType" }, { "givenName": "David S.", "surname": "Ebert", "fullName": "David S. Ebert", "affiliation": "Purdue University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2020-01-01 00:00:00", "pubType": "trans", "pages": "874-883", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/fg/2011/9140/0/05771459", "title": "Scalable face labeling in online social networks", "doi": null, "abstractUrl": "/proceedings-article/fg/2011/05771459/12OmNAZfxLK", "parentPublication": { "id": "proceedings/fg/2011/9140/0", "title": "Face and Gesture 2011", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cts/2016/2300/0/07870996", "title": "Be the Data: Social Meetings with Visual Analytics", "doi": null, "abstractUrl": "/proceedings-article/cts/2016/07870996/12OmNAnMuEx", "parentPublication": { "id": "proceedings/cts/2016/2300/0", "title": "2016 International Conference on Collaboration Technologies and Systems (CTS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/pacificvis/2017/5738/0/08031598", "title": "Aeonium: Visual analytics to support collaborative qualitative coding", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2017/08031598/12OmNvwTGDl", "parentPublication": { "id": "proceedings/pacificvis/2017/5738/0", "title": "2017 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/enic/2015/7592/0/7592a155", "title": "A Semi-automatic Approach for Labeling Large Amounts of Automated and Non-automated Social Media User Accounts", "doi": null, "abstractUrl": "/proceedings-article/enic/2015/7592a155/12OmNx8wTmn", "parentPublication": { "id": "proceedings/enic/2015/7592/0", "title": "2015 Second European Network Intelligence Conference (ENIC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2015/04/06895278", "title": "ISC: An Iterative Social Based Classifier for Adult Account Detection on Twitter", "doi": null, "abstractUrl": "/journal/tk/2015/04/06895278/13rRUwdrdSS", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tq/2018/04/07876716", "title": "Social Fingerprinting: Detection of Spambot Groups Through DNA-Inspired Behavioral Modeling", "doi": null, "abstractUrl": "/journal/tq/2018/04/07876716/13rRUwh80vR", "parentPublication": { "id": "trans/tq", "title": "IEEE Transactions on Dependable and Secure Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019851", "title": "Comparing Visual-Interactive Labeling with Active Learning: An Experimental Study", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019851/13rRUxBrGh7", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07539297", "title": "Visual Analytics for Mobile Eye Tracking", "doi": null, "abstractUrl": "/journal/tg/2017/01/07539297/13rRUyv53Fx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09904017", "title": "Visual Concept Programming: A Visual Analytics Approach to Injecting Human Intelligence at Scale", "doi": null, "abstractUrl": "/journal/tg/2023/01/09904017/1H0GlgwfKak", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigcomp/2023/7578/0/757800a293", "title": "NFTeller: Dual Centric Visual Analytics of NFT Transactions", "doi": null, "abstractUrl": "/proceedings-article/bigcomp/2023/757800a293/1LFLG16yI0w", "parentPublication": { "id": "proceedings/bigcomp/2023/7578/0", "title": "2023 IEEE International Conference on Big Data and Smart Computing (BigComp)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08827593", "articleId": "1dgdXsKkxeo", "__typename": "AdjacentArticleType" }, "next": { "fno": "08805457", "articleId": "1cG4J3z5PX2", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNwE9On0", "title": "Nov.-Dec.", "year": "2019", "issueNum": "06", "idPrefix": "cg", "pubType": "magazine", "volume": "39", "label": "Nov.-Dec.", "downloadables": { "hasCover": true, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "17D45WwsQ6K", "doi": "10.1109/MCG.2019.2894094", "abstract": "Image segmentation is an important subtask in biomedical research applications, such as estimating the position and shape of a tumor. Unfortunately, advanced image segmentation methods are not widely applied in research applications as they often miss features, such as uncertainty communication, and may lack an intuitive approach for the use of the underlying algorithm. To solve this problem, this paper fuses a fuzzy and a hierarchical segmentation approach together, thus providing a flexible multiclass segmentation method based on probabilistic path propagations. By utilizing this method, analysts and physicians can map their mental model of image components and their composition to higher level objects. The probabilistic segmentation of higher order components is propagated along the user-defined hierarchy to highlight the potential of improvement resulting in each level of hierarchy by providing an intuitive representation. The effectiveness of this approach is demonstrated by evaluating our segmentations of biomedical datasets, comparing it to the state-of-the-art segmentation approaches, and an extensive user study.", "abstracts": [ { "abstractType": "Regular", "content": "Image segmentation is an important subtask in biomedical research applications, such as estimating the position and shape of a tumor. Unfortunately, advanced image segmentation methods are not widely applied in research applications as they often miss features, such as uncertainty communication, and may lack an intuitive approach for the use of the underlying algorithm. To solve this problem, this paper fuses a fuzzy and a hierarchical segmentation approach together, thus providing a flexible multiclass segmentation method based on probabilistic path propagations. By utilizing this method, analysts and physicians can map their mental model of image components and their composition to higher level objects. The probabilistic segmentation of higher order components is propagated along the user-defined hierarchy to highlight the potential of improvement resulting in each level of hierarchy by providing an intuitive representation. The effectiveness of this approach is demonstrated by evaluating our segmentations of biomedical datasets, comparing it to the state-of-the-art segmentation approaches, and an extensive user study.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Image segmentation is an important subtask in biomedical research applications, such as estimating the position and shape of a tumor. Unfortunately, advanced image segmentation methods are not widely applied in research applications as they often miss features, such as uncertainty communication, and may lack an intuitive approach for the use of the underlying algorithm. To solve this problem, this paper fuses a fuzzy and a hierarchical segmentation approach together, thus providing a flexible multiclass segmentation method based on probabilistic path propagations. By utilizing this method, analysts and physicians can map their mental model of image components and their composition to higher level objects. The probabilistic segmentation of higher order components is propagated along the user-defined hierarchy to highlight the potential of improvement resulting in each level of hierarchy by providing an intuitive representation. The effectiveness of this approach is demonstrated by evaluating our segmentations of biomedical datasets, comparing it to the state-of-the-art segmentation approaches, and an extensive user study.", "title": "Hierarchical Image Semantics Using Probabilistic Path Propagations for Biomedical Research", "normalizedTitle": "Hierarchical Image Semantics Using Probabilistic Path Propagations for Biomedical Research", "fno": "08618426", "hasPdf": true, "idPrefix": "cg", "keywords": [ "Biomedical MRI", "Fuzzy Set Theory", "Image Segmentation", "Medical Image Processing", "Probability", "Flexible Multiclass Segmentation Method", "Probabilistic Path Propagations", "Image Components", "Higher Level Objects", "Probabilistic Segmentation", "Higher Order Components", "User Defined Hierarchy", "Intuitive Representation", "Biomedical Datasets", "Hierarchical Image Semantics", "Biomedical Research Applications", "Image Segmentation Methods", "Hierarchical Segmentation Approach", "Image Segmentation", "Biomedical Imaging", "Probabilistic Logic", "Semantics", "Uncertainty", "Motion Segmentation", "Cognitive Science" ], "authors": [ { "givenName": "Christina", "surname": "Gillmann", "fullName": "Christina Gillmann", "affiliation": "University of Kaiserslautern", "__typename": "ArticleAuthorType" }, { "givenName": "Tobias", "surname": "Post", "fullName": "Tobias Post", "affiliation": "University of Kaiserslautern", "__typename": "ArticleAuthorType" }, { "givenName": "Thomas", "surname": "Wischgoll", "fullName": "Thomas Wischgoll", "affiliation": "Wright State University", "__typename": "ArticleAuthorType" }, { "givenName": "Hans", "surname": "Hagen", "fullName": "Hans Hagen", "affiliation": "University of Kaiserslautern", "__typename": "ArticleAuthorType" }, { "givenName": "Ross", "surname": "Maciejewski", "fullName": "Ross Maciejewski", "affiliation": "Arizona State University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "2019-11-01 00:00:00", "pubType": "mags", "pages": "86-101", "year": "2019", "issn": "0272-1716", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/cbms/2018/6060/0/606001a375", "title": "Biomedical Image Segmentation Using Fully Convolutional Networks on TrueNorth", "doi": null, "abstractUrl": "/proceedings-article/cbms/2018/606001a375/12OmNBqMDkP", "parentPublication": { "id": "proceedings/cbms/2018/6060/0", "title": "2018 IEEE 31st International Symposium on Computer-Based Medical Systems (CBMS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2014/5669/0/06999170", "title": "Biomedical image segmentation for semantic visual feature extraction", "doi": null, "abstractUrl": "/proceedings-article/bibm/2014/06999170/12OmNvTk04I", "parentPublication": { "id": "proceedings/bibm/2014/5669/0", "title": "2014 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icassp/1988/9999/0/00196729", "title": "Automatic segmentation of biomedical images", "doi": null, "abstractUrl": "/proceedings-article/icassp/1988/00196729/12OmNwEJ12j", "parentPublication": { "id": "proceedings/icassp/1988/9999/0", "title": "ICASSP-88., International Conference on Acoustics, Speech, and Signal Processing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2012/4357/0/06399676", "title": "Calibrated probabilistic predictions for biomedical applications", "doi": null, "abstractUrl": "/proceedings-article/bibe/2012/06399676/12OmNwHhoUV", "parentPublication": { "id": "proceedings/bibe/2012/4357/0", "title": "2012 IEEE 12th International Conference on Bioinformatics & Bioengineering (BIBE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/waina/2009/3639/0/3639b002", "title": "A Software System Development for Probabilistic Relational Database Applications for Biomedical Informatics", "doi": null, "abstractUrl": "/proceedings-article/waina/2009/3639b002/12OmNy6qfLo", "parentPublication": { "id": "proceedings/waina/2009/3639/0", "title": "2009 International Conference on Advanced Information Networking and Applications Workshops", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ainaw/2008/3096/0/3096a720", "title": "Probabilistic Relational Database Applications for Biomedical Informatics", "doi": null, "abstractUrl": "/proceedings-article/ainaw/2008/3096a720/12OmNzyp5W0", "parentPublication": { "id": "proceedings/ainaw/2008/3096/0", "title": "2008 22nd International Conference on Advanced Information Networking and Applications (AINA 2008)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2011/12/ttk2011121903", "title": "Semantics of Ranking Queries for Probabilistic Data", "doi": null, "abstractUrl": "/journal/tk/2011/12/ttk2011121903/13rRUxjQypz", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2018/6420/0/642000i300", "title": "Quantization of Fully Convolutional Networks for Accurate Biomedical Image Segmentation", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2018/642000i300/17D45WXIkDU", "parentPublication": { "id": "proceedings/cvpr/2018/6420/0", "title": "2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2020/6215/0/09313161", "title": "SEAUNet:Domain Adaptation for Biomedical Image Segmentation", "doi": null, "abstractUrl": "/proceedings-article/bibm/2020/09313161/1qmfS3FHax2", "parentPublication": { "id": "proceedings/bibm/2020/6215/0", "title": "2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibm/2020/6215/0/09313254", "title": "Constrained Multi-scale Dense Connections for Accurate Biomedical Image Segmentation", "doi": null, "abstractUrl": "/proceedings-article/bibm/2020/09313254/1qmgbQk5nOM", "parentPublication": { "id": "proceedings/bibm/2020/6215/0", "title": "2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08891843", "articleId": "1eIcaz2vORq", "__typename": "AdjacentArticleType" }, "next": { "fno": "08891838", "articleId": "1eIcbfxNKso", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1uR9KQn3cNq", "title": "Aug.", "year": "2021", "issueNum": "08", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1hS2LZ6csyQ", "doi": "10.1109/TVCG.2020.2977634", "abstract": "Understanding the quality of insight has become increasingly important with the trend of allowing users to post comments during visual exploration, yet approaches for qualifying insight are rare. This article presents a case study to investigate the possibility of characterizing the quality of insight via the interactions performed. To do this, we devised the interaction of a visualization tool-MediSyn-for insight generation. MediSyn supports five types of interactions: selecting, connecting, elaborating, exploring, and sharing. We evaluated MediSyn with 14 participants by allowing them to freely explore the data and generate insights. We then extracted seven interaction patterns from their interaction logs and correlated the patterns to four aspects of insight quality. The results show the possibility of qualifying insights via interactions. Among other findings, exploration actions can lead to unexpected insights; the drill-down pattern tends to increase the domain values of insights. A qualitative analysis shows that using domain knowledge to guide exploration can positively affect the domain value of derived insights. We discuss the study's implications, lessons learned, and future research opportunities.", "abstracts": [ { "abstractType": "Regular", "content": "Understanding the quality of insight has become increasingly important with the trend of allowing users to post comments during visual exploration, yet approaches for qualifying insight are rare. This article presents a case study to investigate the possibility of characterizing the quality of insight via the interactions performed. To do this, we devised the interaction of a visualization tool-MediSyn-for insight generation. MediSyn supports five types of interactions: selecting, connecting, elaborating, exploring, and sharing. We evaluated MediSyn with 14 participants by allowing them to freely explore the data and generate insights. We then extracted seven interaction patterns from their interaction logs and correlated the patterns to four aspects of insight quality. The results show the possibility of qualifying insights via interactions. Among other findings, exploration actions can lead to unexpected insights; the drill-down pattern tends to increase the domain values of insights. A qualitative analysis shows that using domain knowledge to guide exploration can positively affect the domain value of derived insights. We discuss the study's implications, lessons learned, and future research opportunities.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Understanding the quality of insight has become increasingly important with the trend of allowing users to post comments during visual exploration, yet approaches for qualifying insight are rare. This article presents a case study to investigate the possibility of characterizing the quality of insight via the interactions performed. To do this, we devised the interaction of a visualization tool-MediSyn-for insight generation. MediSyn supports five types of interactions: selecting, connecting, elaborating, exploring, and sharing. We evaluated MediSyn with 14 participants by allowing them to freely explore the data and generate insights. We then extracted seven interaction patterns from their interaction logs and correlated the patterns to four aspects of insight quality. The results show the possibility of qualifying insights via interactions. Among other findings, exploration actions can lead to unexpected insights; the drill-down pattern tends to increase the domain values of insights. A qualitative analysis shows that using domain knowledge to guide exploration can positively affect the domain value of derived insights. We discuss the study's implications, lessons learned, and future research opportunities.", "title": "Characterizing the Quality of Insight by Interactions: A Case Study", "normalizedTitle": "Characterizing the Quality of Insight by Interactions: A Case Study", "fno": "09020101", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Content Management", "Data Visualisation", "Internet", "Visual Exploration", "Qualifying Insight", "Visualization Tool", "Interaction Patterns", "Interaction Logs", "Insight Quality", "Unexpected Insights", "Derived Insights", "Medi Syn", "Insight Generation", "Data Visualization", "Tools", "Task Analysis", "Visualization", "Market Research", "Pattern Analysis", "Cognitive Science", "Insight", "Interaction", "Interaction Pattern", "Entity", "Visualization", "Insight Based Evaluation" ], "authors": [ { "givenName": "Chen", "surname": "He", "fullName": "Chen He", "affiliation": "Department of Computer Science, University of Helsinki, Helsinki, Finland", "__typename": "ArticleAuthorType" }, { "givenName": "Luana", "surname": "Micallef", "fullName": "Luana Micallef", "affiliation": "Human-Centered Computing, Department of Computer Science, University of Copenhagen, Denmark", "__typename": "ArticleAuthorType" }, { "givenName": "Liye", "surname": "He", "fullName": "Liye He", "affiliation": "Institute for Molecular Medicine Finland, University of Helsinki, Helsinki, Finland", "__typename": "ArticleAuthorType" }, { "givenName": "Gopal", "surname": "Peddinti", "fullName": "Gopal Peddinti", "affiliation": "VTT Technical Research Center of Finland Oy, Espoo, Finland", "__typename": "ArticleAuthorType" }, { "givenName": "Tero", "surname": "Aittokallio", "fullName": "Tero Aittokallio", "affiliation": "Institute for Molecular Medicine Finland, University of Helsinki, Helsinki, Finland", "__typename": "ArticleAuthorType" }, { "givenName": "Giulio", "surname": "Jacucci", "fullName": "Giulio Jacucci", "affiliation": "Department of Computer Science, University of Helsinki, Helsinki, Finland", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "08", "pubDate": "2021-08-01 00:00:00", "pubType": "trans", "pages": "3410-3424", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pacificvis/2009/4404/0/04906837", "title": "Toward effective insight management in visual analytics systems", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2009/04906837/12OmNybfr7N", "parentPublication": { "id": "proceedings/pacificvis/2009/4404/0", "title": "2009 IEEE Pacific Visualization Symposium", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875922", "title": "Characterizing Molecular Interactions in Chemical Systems", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875922/13rRUwInvsR", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2015/04/mcg2015040028", "title": "Characterizing Visualization Insights from Quantified Selfers' Personal Data Presentations", "doi": null, "abstractUrl": "/magazine/cg/2015/04/mcg2015040028/13rRUxCRFQl", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/01/07192662", "title": "A Case Study Using Visualization Interaction Logs and Insight Metrics to Understand How Analysts Arrive at Insights", "doi": null, "abstractUrl": "/journal/tg/2016/01/07192662/13rRUyuegha", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vl-hcc/2022/4214/0/09833097", "title": "The Role of Expertise on Insight Generation from Visualization Sequences", "doi": null, "abstractUrl": "/proceedings-article/vl-hcc/2022/09833097/1FUSFyWN47C", "parentPublication": { "id": "proceedings/vl-hcc/2022/4214/0", "title": "2022 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09906971", "title": "DashBot: Insight-Driven Dashboard Generation Based on Deep Reinforcement Learning", "doi": null, "abstractUrl": "/journal/tg/2023/01/09906971/1H5EWMQX9ZK", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/beliv/2022/9629/0/962900a047", "title": "How Personality and Visual Channels Affect Insight Generation", "doi": null, "abstractUrl": "/proceedings-article/beliv/2022/962900a047/1J6hRsejysE", "parentPublication": { "id": "proceedings/beliv/2022/9629/0", "title": "2022 IEEE Evaluation and Beyond - Methodological Approaches for Visualization (BELIV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09222353", "title": "Implicit Multidimensional Projection of Local Subspaces", "doi": null, "abstractUrl": "/journal/tg/2021/02/09222353/1nTqcxPMEIE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vis/2020/8014/0/801400a171", "title": "Characterizing Automated Data Insights", "doi": null, "abstractUrl": "/proceedings-article/vis/2020/801400a171/1qROmjyLLmE", "parentPublication": { "id": "proceedings/vis/2020/8014/0", "title": "2020 IEEE Visualization Conference (VIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/12/09511808", "title": "VisInReport: Complementing Visual Discourse Analytics Through Personalized Insight Reports", "doi": null, "abstractUrl": "/journal/tg/2022/12/09511808/1vYRHccYKDS", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09405484", "articleId": "1sP1gmcPi7u", "__typename": "AdjacentArticleType" }, "next": { "fno": "09018081", "articleId": "1hN4BNhncqc", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1uR9WapjRio", "name": "ttg202108-09020101s1-supp1-2977634.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202108-09020101s1-supp1-2977634.mp4", "extension": "mp4", "size": "67.4 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNwJPMX5", "title": "Dec.", "year": "2011", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "17", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxC0SEf", "doi": "10.1109/TVCG.2011.194", "abstract": "Multi-valued data sets are increasingly common, with the number of dimensions growing. A number of multi-variate visualization techniques have been presented to display such data. However, evaluating the utility of such techniques for general data sets remains difficult. Thus most techniques are studied on only one data set. Another criticism that could be levied against previous evaluations of multi-variate visualizations is that the task doesn't require the presence of multiple variables. At the same time, the taxonomy of tasks that users may perform visually is extensive. We designed a task, trend localization, that required comparison of multiple data values in a multi-variate visualization. We then conducted a user study with this task, evaluating five multivariate visualization techniques from the literature (Brush Strokes, Data-Driven Spots, Oriented Slivers, Color Blending, Dimensional Stacking) and juxtaposed grayscale maps. We report the results and discuss the implications for both the techniques and the task.", "abstracts": [ { "abstractType": "Regular", "content": "Multi-valued data sets are increasingly common, with the number of dimensions growing. A number of multi-variate visualization techniques have been presented to display such data. However, evaluating the utility of such techniques for general data sets remains difficult. Thus most techniques are studied on only one data set. Another criticism that could be levied against previous evaluations of multi-variate visualizations is that the task doesn't require the presence of multiple variables. At the same time, the taxonomy of tasks that users may perform visually is extensive. We designed a task, trend localization, that required comparison of multiple data values in a multi-variate visualization. We then conducted a user study with this task, evaluating five multivariate visualization techniques from the literature (Brush Strokes, Data-Driven Spots, Oriented Slivers, Color Blending, Dimensional Stacking) and juxtaposed grayscale maps. We report the results and discuss the implications for both the techniques and the task.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Multi-valued data sets are increasingly common, with the number of dimensions growing. A number of multi-variate visualization techniques have been presented to display such data. However, evaluating the utility of such techniques for general data sets remains difficult. Thus most techniques are studied on only one data set. Another criticism that could be levied against previous evaluations of multi-variate visualizations is that the task doesn't require the presence of multiple variables. At the same time, the taxonomy of tasks that users may perform visually is extensive. We designed a task, trend localization, that required comparison of multiple data values in a multi-variate visualization. We then conducted a user study with this task, evaluating five multivariate visualization techniques from the literature (Brush Strokes, Data-Driven Spots, Oriented Slivers, Color Blending, Dimensional Stacking) and juxtaposed grayscale maps. We report the results and discuss the implications for both the techniques and the task.", "title": "Evaluation of Trend Localization with Multi-Variate Visualizations", "normalizedTitle": "Evaluation of Trend Localization with Multi-Variate Visualizations", "fno": "ttg2011122053", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Visualisation", "Image Colour Analysis", "Trend Localization Evaluation", "Multivalued Data Sets", "Multivariate Visualization Technique", "Multiple Data Value Comparison", "Juxtaposed Grayscale Map", "Brush Strokes Technique", "Data Driven Spots Technique", "Oriented Slivers Technique", "Color Blending Technique", "Dimensional Stacking", "Data Visualization", "Image Color Analysis", "Data Visualization", "Gray Scale", "Shape Analysis", "User Study", "Multi Variate Visualization", "Visual Task Design", "Visual Analytics" ], "authors": [ { "givenName": "Mark A.", "surname": "Livingston", "fullName": "Mark A. Livingston", "affiliation": "Naval Research Laboratory", "__typename": "ArticleAuthorType" }, { "givenName": "Jonathan W.", "surname": "Decker", "fullName": "Jonathan W. Decker", "affiliation": "Naval Research Laboratory", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2011-12-01 00:00:00", "pubType": "trans", "pages": "2053-2062", "year": "2011", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pacificvis/2018/1424/0/142401a106", "title": "Modeling and Visualization of Uncertainty-Aware Geometry Using Multi-variate Normal Distributions", "doi": null, "abstractUrl": "/proceedings-article/pacificvis/2018/142401a106/12OmNBO3Kc8", "parentPublication": { "id": "proceedings/pacificvis/2018/1424/0", "title": "2018 IEEE Pacific Visualization Symposium (PacificVis)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iv/2014/4103/0/4103a084", "title": "A Heatmap-Based Time-Varying Multi-variate Data Visualization Unifying Numeric and Categorical Variables", "doi": null, "abstractUrl": "/proceedings-article/iv/2014/4103a084/12OmNqESuhq", "parentPublication": { "id": "proceedings/iv/2014/4103/0", "title": "2014 18th International Conference on Information Visualisation (IV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2014/2555/0/06816667", "title": "Leveraging metadata for identifying local, robust multi-variate temporal (RMT) features", "doi": null, "abstractUrl": "/proceedings-article/icde/2014/06816667/12OmNyFCvST", "parentPublication": { "id": "proceedings/icde/2014/2555/0", "title": "2014 IEEE 30th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/01/07185456", "title": "Visualization-by-Sketching: An Artist&#x0027;s Interface for Creating Multivariate Time-Varying Data Visualizations", "doi": null, "abstractUrl": "/journal/tg/2016/01/07185456/13rRUIIVlcO", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875978", "title": "Ranking Visualizations of Correlation Using Weber's Law", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875978/13rRUyeCkai", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08440829", "title": "Evaluating Multi-Dimensional Visualizations for Understanding Fuzzy Clusters", "doi": null, "abstractUrl": "/journal/tg/2019/01/08440829/17D45WWzW3b", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08454343", "title": "A Heuristic Approach to Value-Driven Evaluation of Visualizations", "doi": null, "abstractUrl": "/journal/tg/2019/01/08454343/17D45XDIXSW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/02/08453863", "title": "Feature Level-Sets: Generalizing Iso-Surfaces to Multi-Variate Data", "doi": null, "abstractUrl": "/journal/tg/2020/02/08453863/1gd8NarXyzC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09222289", "title": "Lyra 2: Designing Interactive Visualizations by Demonstration", "doi": null, "abstractUrl": "/journal/tg/2021/02/09222289/1nTqMd2ZViE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/smds/2020/8777/0/877700a053", "title": "M2NN: Rare Event Inference through Multi-variate Multi-scale Attention", "doi": null, "abstractUrl": "/proceedings-article/smds/2020/877700a053/1pP3P2IYCze", "parentPublication": { "id": "proceedings/smds/2020/8777/0", "title": "2020 IEEE International Conference on Smart Data Services (SMDS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2011122045", "articleId": "13rRUwcS1CS", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2011122063", "articleId": "13rRUy2YLSY", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYesQT", "name": "ttg2011122053s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg2011122053s1.zip", "extension": "zip", "size": "1.4 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNBOUxmQ", "title": "November/December", "year": "2008", "issueNum": "06", "idPrefix": "tg", "pubType": "journal", "volume": "14", "label": "November/December", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUyuegp1", "doi": "10.1109/TVCG.2008.153", "abstract": "Scatterplots remain one of the most popular and widely-used visual representations for multidimensional data due to their simplicity, familiarity and visual clarity, even if they lack some of the flexibility and visual expressiveness of newer multidimensional visualization techniques. This paper presents new interactive methods to explore multidimensional data using scatterplots. This exploration is performed using a matrix of scatterplots that gives an overview of the possible configurations, thumbnails of the scatterplots, and support for interactive navigation in the multidimensional space. Transitions between scatterplots are performed as animated rotations in 3D space, somewhat akin to rolling dice. Users can iteratively build queries using bounding volumes in the dataset, sculpting the query from different viewpoints to become more and more refined. Furthermore, the dimensions in the navigation space can be reordered, manually or automatically, to highlight salient correlations and differences among them. An example scenario presents the interaction techniques supporting smooth and effortless visual exploration of multidimensional datasets.", "abstracts": [ { "abstractType": "Regular", "content": "Scatterplots remain one of the most popular and widely-used visual representations for multidimensional data due to their simplicity, familiarity and visual clarity, even if they lack some of the flexibility and visual expressiveness of newer multidimensional visualization techniques. This paper presents new interactive methods to explore multidimensional data using scatterplots. This exploration is performed using a matrix of scatterplots that gives an overview of the possible configurations, thumbnails of the scatterplots, and support for interactive navigation in the multidimensional space. Transitions between scatterplots are performed as animated rotations in 3D space, somewhat akin to rolling dice. Users can iteratively build queries using bounding volumes in the dataset, sculpting the query from different viewpoints to become more and more refined. Furthermore, the dimensions in the navigation space can be reordered, manually or automatically, to highlight salient correlations and differences among them. An example scenario presents the interaction techniques supporting smooth and effortless visual exploration of multidimensional datasets.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Scatterplots remain one of the most popular and widely-used visual representations for multidimensional data due to their simplicity, familiarity and visual clarity, even if they lack some of the flexibility and visual expressiveness of newer multidimensional visualization techniques. This paper presents new interactive methods to explore multidimensional data using scatterplots. This exploration is performed using a matrix of scatterplots that gives an overview of the possible configurations, thumbnails of the scatterplots, and support for interactive navigation in the multidimensional space. Transitions between scatterplots are performed as animated rotations in 3D space, somewhat akin to rolling dice. Users can iteratively build queries using bounding volumes in the dataset, sculpting the query from different viewpoints to become more and more refined. Furthermore, the dimensions in the navigation space can be reordered, manually or automatically, to highlight salient correlations and differences among them. An example scenario presents the interaction techniques supporting smooth and effortless visual exploration of multidimensional datasets.", "title": "Rolling the Dice: Multidimensional Visual Exploration using Scatterplot Matrix Navigation", "normalizedTitle": "Rolling the Dice: Multidimensional Visual Exploration using Scatterplot Matrix Navigation", "fno": "ttg2008061141", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Index Terms Visual Exploration", "Visual Queries", "Visual Analytics", "Navigation", "Multivariate Data", "Interaction" ], "authors": [ { "givenName": "Niklas", "surname": "Elmqvist", "fullName": "Niklas Elmqvist", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Pierre", "surname": "Dragicevic", "fullName": "Pierre Dragicevic", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Jean-Daniel", "surname": "Fekete", "fullName": "Jean-Daniel Fekete", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "2008-11-01 00:00:00", "pubType": "trans", "pages": "1141-1148", "year": "2008", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/big-data/2014/5666/0/07004262", "title": "Evaluating density-based motion for big data visual analytics", "doi": null, "abstractUrl": "/proceedings-article/big-data/2014/07004262/12OmNB0nWeq", "parentPublication": { "id": "proceedings/big-data/2014/5666/0", "title": "2014 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vl/1994/6660/0/00363622", "title": "Zooming and tunneling in Tioga: supporting navigation in multidimensional space", "doi": null, "abstractUrl": "/proceedings-article/vl/1994/00363622/12OmNqJZgxA", "parentPublication": { "id": "proceedings/vl/1994/6660/0", "title": "Proceedings of 1994 IEEE Symposium on Visual Languages", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2014/6227/0/07042500", "title": "A multidimensional brush for scatterplot data analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2014/07042500/12OmNxR5UJf", "parentPublication": { "id": "proceedings/vast/2014/6227/0", "title": "2014 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2012/11/ttg2012111969", "title": "3D Scatterplot Navigation", "doi": null, "abstractUrl": "/journal/tg/2012/11/ttg2012111969/13rRUB6Sq0y", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/01/07192671", "title": "InterAxis: Steering Scatterplot Axes via Observation-Level Interaction", "doi": null, "abstractUrl": "/journal/tg/2016/01/07192671/13rRUILLkDT", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/10/ttg2013101768", "title": "The Generalized Sensitivity Scatterplot", "doi": null, "abstractUrl": "/journal/tg/2013/10/ttg2013101768/13rRUwbs2gs", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/01/07192658", "title": "Automatic Selection of Partitioning Variables for Small Multiple Displays", "doi": null, "abstractUrl": "/journal/tg/2016/01/07192658/13rRUxBrGh3", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2010/06/ttg2010061100", "title": "The FlowVizMenu and Parallel Scatterplot Matrix: Hybrid Multidimensional Visualizations for Network Exploration", "doi": null, "abstractUrl": "/journal/tg/2010/06/ttg2010061100/13rRUxD9gXB", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2008/06/ttg2008061459", "title": "Brushing of Attribute Clouds for the Visualization of Multivariate Data", "doi": null, "abstractUrl": "/journal/tg/2008/06/ttg2008061459/13rRUxly8Xz", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09826389", "title": "Automatic Scatterplot Design Optimization for Clustering Identification", "doi": null, "abstractUrl": "/journal/tg/5555/01/09826389/1EVdDTX0i2I", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2008060000", "articleId": "13rRUwhpBE4", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2008061149", "articleId": "13rRUxAASSX", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYet2t", "name": "ttg2008061141.avi", "location": "https://www.computer.org/csdl/api/v1/extra/ttg2008061141.avi", "extension": "avi", "size": "34.5 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNvqEvRo", "title": "PrePrints", "year": "5555", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": null, "label": "PrePrints", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1Bya8LDahDa", "doi": "10.1109/TVCG.2022.3156760", "abstract": "In this work, we propose an interactive visual approach for the exploration and formation of structural relationships in embeddings of high-dimensional data. These structural relationships, such as item sequences, associations of items with groups, and hierarchies between groups of items, are defining properties of many real-world datasets. Nevertheless, most existing methods for the visual exploration of embeddings treat these structures as second-class citizens or do not take them into account at all. In our proposed analysis workflow, users explore enriched scatterplots of the embedding, in which relationships between items and/or groups are visually highlighted. The original high-dimensional data for single items, groups of items, or differences between connected items and groups is accessible through additional summary visualizations. We carefully tailored these summary and difference visualizations to the various data types and semantic contexts. During their exploratory analysis, users can externalize their insights by setting up additional groups and relationships between items and/or groups. We demonstrate the utility and potential impact of our approach by means of two use cases and multiple examples from various domains.", "abstracts": [ { "abstractType": "Regular", "content": "In this work, we propose an interactive visual approach for the exploration and formation of structural relationships in embeddings of high-dimensional data. These structural relationships, such as item sequences, associations of items with groups, and hierarchies between groups of items, are defining properties of many real-world datasets. Nevertheless, most existing methods for the visual exploration of embeddings treat these structures as second-class citizens or do not take them into account at all. In our proposed analysis workflow, users explore enriched scatterplots of the embedding, in which relationships between items and/or groups are visually highlighted. The original high-dimensional data for single items, groups of items, or differences between connected items and groups is accessible through additional summary visualizations. We carefully tailored these summary and difference visualizations to the various data types and semantic contexts. During their exploratory analysis, users can externalize their insights by setting up additional groups and relationships between items and/or groups. We demonstrate the utility and potential impact of our approach by means of two use cases and multiple examples from various domains.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In this work, we propose an interactive visual approach for the exploration and formation of structural relationships in embeddings of high-dimensional data. These structural relationships, such as item sequences, associations of items with groups, and hierarchies between groups of items, are defining properties of many real-world datasets. Nevertheless, most existing methods for the visual exploration of embeddings treat these structures as second-class citizens or do not take them into account at all. In our proposed analysis workflow, users explore enriched scatterplots of the embedding, in which relationships between items and/or groups are visually highlighted. The original high-dimensional data for single items, groups of items, or differences between connected items and groups is accessible through additional summary visualizations. We carefully tailored these summary and difference visualizations to the various data types and semantic contexts. During their exploratory analysis, users can externalize their insights by setting up additional groups and relationships between items and/or groups. We demonstrate the utility and potential impact of our approach by means of two use cases and multiple examples from various domains.", "title": "Visual Exploration of Relationships and Structure in Low-Dimensional Embeddings", "normalizedTitle": "Visual Exploration of Relationships and Structure in Low-Dimensional Embeddings", "fno": "09729550", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Visualization", "Task Analysis", "Layout", "Data Visualization", "Space Exploration", "Visual Analytics", "Trajectory", "Dimensionality Reduction", "Projection", "Visual Analytics", "Layout Enrichment", "Aggregation", "Comparison" ], "authors": [ { "givenName": "Klaus", "surname": "Eckelt", "fullName": "Klaus Eckelt", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria, 4040", "__typename": "ArticleAuthorType" }, { "givenName": "Andreas", "surname": "Hinterreiter", "fullName": "Andreas Hinterreiter", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria, 4040", "__typename": "ArticleAuthorType" }, { "givenName": "Patrick", "surname": "Adelberger", "fullName": "Patrick Adelberger", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Conny", "surname": "Walchshofer", "fullName": "Conny Walchshofer", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Vaishali", "surname": "Dhanoa", "fullName": "Vaishali Dhanoa", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Christina", "surname": "Humer", "fullName": "Christina Humer", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Moritz", "surname": "Heckmann", "fullName": "Moritz Heckmann", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Christian", "surname": "Steinparz", "fullName": "Christian Steinparz", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" }, { "givenName": "Marc", "surname": "Streit", "fullName": "Marc Streit", "affiliation": "Institute of Computer Graphics, Johannes Kepler University Linz, 27266 Linz, Upper Austria, Austria", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": false, "showRecommendedArticles": true, "isOpenAccess": true, "issueNum": "01", "pubDate": "2022-03-01 00:00:00", "pubType": "trans", "pages": "1-1", "year": "5555", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ism/2008/3454/0/3454a460", "title": "An Interactive, 3D Visual Exploration Tool for Undirected Relationships", "doi": null, "abstractUrl": "/proceedings-article/ism/2008/3454a460/12OmNx5YvcI", "parentPublication": { "id": "proceedings/ism/2008/3454/0", "title": "2008 Tenth IEEE International Symposium on Multimedia", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/06/ttg2013061034", "title": "PIWI: Visually Exploring Graphs Based on Their Community Structure", "doi": null, "abstractUrl": "/journal/tg/2013/06/ttg2013061034/13rRUxd2aYZ", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06876014", "title": "Visual Exploration of Sparse Traffic Trajectory Data", "doi": null, "abstractUrl": "/journal/tg/2014/12/06876014/13rRUxjQyvk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/12/06875994", "title": "ConTour: Data-Driven Exploration of Multi-Relational Datasets for Drug Discovery", "doi": null, "abstractUrl": "/journal/tg/2014/12/06875994/13rRUxlgy3J", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019864", "title": "Visual Exploration of Semantic Relationships in Neural Word Embeddings", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019864/13rRUzphDy1", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08454489", "title": "Patterns and Pace: Quantifying Diverse Exploration Behavior with Visualizations on the Web", "doi": null, "abstractUrl": "/journal/tg/2019/01/08454489/17D45W1Oa3s", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/5555/01/09930144", "title": "Out of the Plane: Flower Vs. Star Glyphs to Support High-Dimensional Exploration in Two-Dimensional Embeddings", "doi": null, "abstractUrl": "/journal/tg/5555/01/09930144/1HMOX2J2VMY", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vis/2022/8812/0/881200a085", "title": "Let&#x0027;s Get Personal: Exploring the Design of Personalized Visualizations", "doi": null, "abstractUrl": "/proceedings-article/vis/2022/881200a085/1J6hbZrS4dG", "parentPublication": { "id": "proceedings/vis/2022/8812/0", "title": "2022 IEEE Visualization and Visual Analytics (VIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09222068", "title": "<italic>TaxThemis</italic>: Interactive Mining and Exploration of Suspicious Tax Evasion Groups", "doi": null, "abstractUrl": "/journal/tg/2021/02/09222068/1nTqzVqnWU0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/12/09508898", "title": "Towards Systematic Design Considerations for Visualizing Cross-View Data Relationships", "doi": null, "abstractUrl": "/journal/tg/2022/12/09508898/1vQzkzRdSWk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09729564", "articleId": "1Bya8xf11Oo", "__typename": "AdjacentArticleType" }, "next": { "fno": "09729540", "articleId": "1Bya8YD1tUk", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1BzQ6uf5Rf2", "name": "ttg555501-09729550s1-supp1-3156760.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg555501-09729550s1-supp1-3156760.mp4", "extension": "mp4", "size": "29.4 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "1BzPxbqLS6I", "title": "April", "year": "2022", "issueNum": "04", "idPrefix": "tk", "pubType": "journal", "volume": "34", "label": "April", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1k93iAmLWzS", "doi": "10.1109/TKDE.2020.2997869", "abstract": "Location-Based Social Networks (LBSNs) have been widely used as a primary data source for studying the impact of mobility and social relationships on each other. Traditional approaches manually define features to characterize users&#x2019; mobility homophily and social proximity, and show that mobility and social features can help friendship and location prediction tasks, respectively. However, these hand-crafted features not only require tedious human efforts, but also are difficult to generalize. Against this background, we propose in this paper LBSN2Vec++, a heterogeneous hypergraph embedding approach designed specifically for LBSN data for automatic feature learning. Specifically, LBSN data intrinsically forms a heterogeneous hypergraph including both user-user homogeneous edges (friendships) and user-time-POI-semantic heterogeneous hyperedges (check-ins). Based on this hypergraph, we first propose a random-walk-with-stay scheme to jointly sample user check-ins and social relationships, and then learn node embeddings from the sampled (hyper)edges by not only preserving the <inline-formula><tex-math notation=\"LaTeX\">Z_$n$_Z</tex-math></inline-formula>-wise node proximity captured by the hyperedges, but also considering embedding space transformation between node domains to fully grasp the complex structural characteristics of the LBSN heterogeneous hypergraph. Using real-world LBSN datasets collected in six cities all over the world, our extensive evaluation shows that LBSN2Vec++ significantly and consistently outperforms both state-of-the-art graph embedding techniques by up to 68 percent and the best-performing hand-crafted features in the literature by up to 70.14 percent on friendship and location prediction tasks.", "abstracts": [ { "abstractType": "Regular", "content": "Location-Based Social Networks (LBSNs) have been widely used as a primary data source for studying the impact of mobility and social relationships on each other. Traditional approaches manually define features to characterize users&#x2019; mobility homophily and social proximity, and show that mobility and social features can help friendship and location prediction tasks, respectively. However, these hand-crafted features not only require tedious human efforts, but also are difficult to generalize. Against this background, we propose in this paper LBSN2Vec++, a heterogeneous hypergraph embedding approach designed specifically for LBSN data for automatic feature learning. Specifically, LBSN data intrinsically forms a heterogeneous hypergraph including both user-user homogeneous edges (friendships) and user-time-POI-semantic heterogeneous hyperedges (check-ins). Based on this hypergraph, we first propose a random-walk-with-stay scheme to jointly sample user check-ins and social relationships, and then learn node embeddings from the sampled (hyper)edges by not only preserving the <inline-formula><tex-math notation=\"LaTeX\">$n$</tex-math><alternatives><mml:math><mml:mi>n</mml:mi></mml:math><inline-graphic xlink:href=\"yang-ieq1-2997869.gif\"/></alternatives></inline-formula>-wise node proximity captured by the hyperedges, but also considering embedding space transformation between node domains to fully grasp the complex structural characteristics of the LBSN heterogeneous hypergraph. Using real-world LBSN datasets collected in six cities all over the world, our extensive evaluation shows that LBSN2Vec++ significantly and consistently outperforms both state-of-the-art graph embedding techniques by up to 68 percent and the best-performing hand-crafted features in the literature by up to 70.14 percent on friendship and location prediction tasks.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Location-Based Social Networks (LBSNs) have been widely used as a primary data source for studying the impact of mobility and social relationships on each other. Traditional approaches manually define features to characterize users’ mobility homophily and social proximity, and show that mobility and social features can help friendship and location prediction tasks, respectively. However, these hand-crafted features not only require tedious human efforts, but also are difficult to generalize. Against this background, we propose in this paper LBSN2Vec++, a heterogeneous hypergraph embedding approach designed specifically for LBSN data for automatic feature learning. Specifically, LBSN data intrinsically forms a heterogeneous hypergraph including both user-user homogeneous edges (friendships) and user-time-POI-semantic heterogeneous hyperedges (check-ins). Based on this hypergraph, we first propose a random-walk-with-stay scheme to jointly sample user check-ins and social relationships, and then learn node embeddings from the sampled (hyper)edges by not only preserving the --wise node proximity captured by the hyperedges, but also considering embedding space transformation between node domains to fully grasp the complex structural characteristics of the LBSN heterogeneous hypergraph. Using real-world LBSN datasets collected in six cities all over the world, our extensive evaluation shows that LBSN2Vec++ significantly and consistently outperforms both state-of-the-art graph embedding techniques by up to 68 percent and the best-performing hand-crafted features in the literature by up to 70.14 percent on friendship and location prediction tasks.", "title": "LBSN2Vec++: Heterogeneous Hypergraph Embedding for Location-Based Social Networks", "normalizedTitle": "LBSN2Vec++: Heterogeneous Hypergraph Embedding for Location-Based Social Networks", "fno": "09099985", "hasPdf": true, "idPrefix": "tk", "keywords": [ "Graph Theory", "Internet", "Learning Artificial Intelligence", "Location Based Services", "Mobile Computing", "Social Networking Online", "Location Based Social Networks", "Social Relationships", "Mobility", "Heterogeneous Hypergraph Embedding", "Feature Learning", "User User Homogeneous Edges", "User Check Ins", "Node Embeddings Learning", "LBSN 2 Vec", "User Time POI Semantic Heterogeneous Hyperedges", "N Wise Node Proximity", "Task Analysis", "Social Network Services", "Semantics", "Marine Vehicles", "Data Models", "Predictive Models", "Correlation", "User Mobility", "Social Relationship", "Location Based Social Network", "Heterogeneous Hypergraph", "Graph Embedding" ], "authors": [ { "givenName": "Dingqi", "surname": "Yang", "fullName": "Dingqi Yang", "affiliation": "University of Fribourg, Fribourg, Switzerland", "__typename": "ArticleAuthorType" }, { "givenName": "Bingqing", "surname": "Qu", "fullName": "Bingqing Qu", "affiliation": "University of Fribourg, Fribourg, Switzerland", "__typename": "ArticleAuthorType" }, { "givenName": "Jie", "surname": "Yang", "fullName": "Jie Yang", "affiliation": "Delft University of Technology, Delft, CD, Netherlands", "__typename": "ArticleAuthorType" }, { "givenName": "Philippe", "surname": "Cudré-Mauroux", "fullName": "Philippe Cudré-Mauroux", "affiliation": "Delft University of Technology, Delft, CD, Netherlands", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "04", "pubDate": "2022-04-01 00:00:00", "pubType": "trans", "pages": "1843-1855", "year": "2022", "issn": "1041-4347", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ncm/2009/3769/0/3769b025", "title": "A Global Social Graph as a Hybrid Hypergraph", "doi": null, "abstractUrl": "/proceedings-article/ncm/2009/3769b025/12OmNClQ0xF", "parentPublication": { "id": "proceedings/ncm/2009/3769/0", "title": "Networked Computing and Advanced Information Management, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/td/2006/03/l0205", "title": "Efficient Algorithms for Minimum Congestion Hypergraph Embedding in a Cycle", "doi": null, "abstractUrl": "/journal/td/2006/03/l0205/13rRUwh80GC", "parentPublication": { "id": "trans/td", "title": "IEEE Transactions on Parallel & Distributed Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icme/2018/1737/0/08486506", "title": "Social-Guided Representation Learning for Images via Deep Heterogeneous Hypergraph Embedding", "doi": null, "abstractUrl": "/proceedings-article/icme/2018/08486506/14jQfRHkjqW", "parentPublication": { "id": "proceedings/icme/2018/1737/0", "title": "2018 IEEE International Conference on Multimedia and Expo (ICME)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2018/9159/0/08594961", "title": "Leveraging Hypergraph Random Walk Tag Expansion and User Social Relation for Microblog Recommendation", "doi": null, "abstractUrl": "/proceedings-article/icdm/2018/08594961/17D45XvMcam", "parentPublication": { "id": "proceedings/icdm/2018/9159/0", "title": "2018 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2023/03/09782536", "title": "Hypergraph Collaborative Network on Vertices and Hyperedges", "doi": null, "abstractUrl": "/journal/tp/2023/03/09782536/1DGRXX38Y9i", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ishc/2021/6743/0/674300a072", "title": "Short Text Classification via Hypergraph Convolution Network", "doi": null, "abstractUrl": "/proceedings-article/ishc/2021/674300a072/1EBWee7VjKE", "parentPublication": { "id": "proceedings/ishc/2021/6743/0", "title": "2021 3rd International Symposium on Smart and Healthy Cities (ISHC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2023/03/09795251", "title": "HGNN<sup>+</sup>: General Hypergraph Neural Networks", "doi": null, "abstractUrl": "/journal/tp/2023/03/09795251/1Eb15xX3fHy", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/sc/2023/02/09809922", "title": "Efficient Point-of-Interest Recommendation Services With Heterogenous Hypergraph Embedding", "doi": null, "abstractUrl": "/journal/sc/2023/02/09809922/1EzDLQEY4r6", "parentPublication": { "id": "trans/sc", "title": "IEEE Transactions on Services Computing", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2022/0883/0/088300b621", "title": "Dynamic Hypergraph Convolutional Network", "doi": null, "abstractUrl": "/proceedings-article/icde/2022/088300b621/1FwFAmjJMju", "parentPublication": { "id": "proceedings/icde/2022/0883/0", "title": "2022 IEEE 38th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2022/07/09187569", "title": "Distributed Hypergraph Processing Using Intersection Graphs", "doi": null, "abstractUrl": "/journal/tk/2022/07/09187569/1mVFlr5j4Aw", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09117196", "articleId": "1kGfwdImijK", "__typename": "AdjacentArticleType" }, "next": { "fno": "09102984", "articleId": "1kcn6RmARPO", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvGPE8n", "title": "Jan.", "year": "2016", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "22", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwd9CG5", "doi": "10.1109/TVCG.2015.2467621", "abstract": "The exploration and analysis of scientific literature collections is an important task for effective knowledge management. Past interest in such document sets has spurred the development of numerous visualization approaches for their interactive analysis. They either focus on the textual content of publications, or on document metadata including authors and citations. Previously presented approaches for citation analysis aim primarily at the visualization of the structure of citation networks and their exploration. We extend the state-of-the-art by presenting an approach for the interactive visual analysis of the contents of scientific documents, and combine it with a new and flexible technique to analyze their citations. This technique facilitates user-steered aggregation of citations which are linked to the content of the citing publications using a highly interactive visualization approach. Through enriching the approach with additional interactive views of other important aspects of the data, we support the exploration of the dataset over time and enable users to analyze citation patterns, spot trends, and track long-term developments. We demonstrate the strengths of our approach through a use case and discuss it based on expert user feedback.", "abstracts": [ { "abstractType": "Regular", "content": "The exploration and analysis of scientific literature collections is an important task for effective knowledge management. Past interest in such document sets has spurred the development of numerous visualization approaches for their interactive analysis. They either focus on the textual content of publications, or on document metadata including authors and citations. Previously presented approaches for citation analysis aim primarily at the visualization of the structure of citation networks and their exploration. We extend the state-of-the-art by presenting an approach for the interactive visual analysis of the contents of scientific documents, and combine it with a new and flexible technique to analyze their citations. This technique facilitates user-steered aggregation of citations which are linked to the content of the citing publications using a highly interactive visualization approach. Through enriching the approach with additional interactive views of other important aspects of the data, we support the exploration of the dataset over time and enable users to analyze citation patterns, spot trends, and track long-term developments. We demonstrate the strengths of our approach through a use case and discuss it based on expert user feedback.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "The exploration and analysis of scientific literature collections is an important task for effective knowledge management. Past interest in such document sets has spurred the development of numerous visualization approaches for their interactive analysis. They either focus on the textual content of publications, or on document metadata including authors and citations. Previously presented approaches for citation analysis aim primarily at the visualization of the structure of citation networks and their exploration. We extend the state-of-the-art by presenting an approach for the interactive visual analysis of the contents of scientific documents, and combine it with a new and flexible technique to analyze their citations. This technique facilitates user-steered aggregation of citations which are linked to the content of the citing publications using a highly interactive visualization approach. Through enriching the approach with additional interactive views of other important aspects of the data, we support the exploration of the dataset over time and enable users to analyze citation patterns, spot trends, and track long-term developments. We demonstrate the strengths of our approach through a use case and discuss it based on expert user feedback.", "title": "CiteRivers: Visual Analytics of Citation Patterns", "normalizedTitle": "CiteRivers: Visual Analytics of Citation Patterns", "fno": "07192685", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Visualization", "Market Research", "Metadata", "Tag Clouds", "Data Mining", "Color", "Joining Processes", "Clustering", "Scientific Literature", "Visual Document Analysis", "Visual Citation Analysis", "Streamgraph", "Clustering", "Scientific Literature", "Visual Document Analysis", "Visual Citation Analysis", "Streamgraph" ], "authors": [ { "givenName": "Florian", "surname": "Heimerl", "fullName": "Florian Heimerl", "affiliation": ", Institute for Visualization and Interactive Systems (VIS)", "__typename": "ArticleAuthorType" }, { "givenName": "Qi", "surname": "Han", "fullName": "Qi Han", "affiliation": ", Institute for Visualization and Interactive Systems (VIS)", "__typename": "ArticleAuthorType" }, { "givenName": "Steffen", "surname": "Koch", "fullName": "Steffen Koch", "affiliation": ", Institute for Visualization and Interactive Systems (VIS)", "__typename": "ArticleAuthorType" }, { "givenName": "Thomas", "surname": "Ertl", "fullName": "Thomas Ertl", "affiliation": ", Institute for Visualization and Interactive Systems (VIS)", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2016-01-01 00:00:00", "pubType": "trans", "pages": "190-199", "year": "2016", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/bdva/2015/7343/0/07314304", "title": "Visual Analytics of Gene Sets Comparison", "doi": null, "abstractUrl": "/proceedings-article/bdva/2015/07314304/12OmNC3FGdO", "parentPublication": { "id": "proceedings/bdva/2015/7343/0", "title": "2015 Big Data Visual Analytics (BDVA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sose/2014/3616/0/3616a398", "title": "Empirical Patterns in Google Scholar Citation Counts", "doi": null, "abstractUrl": "/proceedings-article/sose/2014/3616a398/12OmNCm7BAU", "parentPublication": { "id": "proceedings/sose/2014/3616/0", "title": "2014 IEEE 8th International Symposium on Service Oriented System Engineering (SOSE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/coinfo/2009/3898/0/3898a278", "title": "The Effect of Open Access Journals on Citation Impact: A Citation Analysis of Open Access Journals Using Google Scholar", "doi": null, "abstractUrl": "/proceedings-article/coinfo/2009/3898a278/12OmNqC2uXO", "parentPublication": { "id": "proceedings/coinfo/2009/3898/0", "title": "2009 Fourth International Conference on Cooperation and Promotion of Information Resources in Science and Technology (COINFO 2009)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/jcdl/2014/5569/0/06970192", "title": "RefSeer: A citation recommendation system", "doi": null, "abstractUrl": "/proceedings-article/jcdl/2014/06970192/12OmNqFrGux", "parentPublication": { "id": "proceedings/jcdl/2014/5569/0", "title": "2014 IEEE/ACM Joint Conference on Digital Libraries (JCDL)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icisa/2011/9222/0/05772372", "title": "Effects of Unpopular Citation Fields in Citation Matching Performance", "doi": null, "abstractUrl": "/proceedings-article/icisa/2011/05772372/12OmNqG0SMI", "parentPublication": { "id": "proceedings/icisa/2011/9222/0", "title": "2011 International Conference on Information Science and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigcomp/2018/3649/0/364901a398", "title": "Article Impact Value for Nearby Citation Network Analysis", "doi": null, "abstractUrl": "/proceedings-article/bigcomp/2018/364901a398/12OmNrJ11yO", "parentPublication": { "id": "proceedings/bigcomp/2018/3649/0", "title": "2018 IEEE International Conference on Big Data and Smart Computing (BigComp)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2015/12/07153562", "title": "Citation Networks and the Emergence of Knowledge Core", "doi": null, "abstractUrl": "/journal/tk/2015/12/07153562/13rRUwbs2gL", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/01/07192633", "title": "Visual Analysis and Dissemination of Scientific Literature Collections with SurVis", "doi": null, "abstractUrl": "/journal/tg/2016/01/07192633/13rRUwwJWFP", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2019/0858/0/09006200", "title": "Paper Recommendation Based on Citation Relation", "doi": null, "abstractUrl": "/proceedings-article/big-data/2019/09006200/1hJsmHUpEPK", "parentPublication": { "id": "proceedings/big-data/2019/0858/0", "title": "2019 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2020/2903/0/09101712", "title": "Automating Software Citation using GitCite", "doi": null, "abstractUrl": "/proceedings-article/icde/2020/09101712/1kaMPm4g4hi", "parentPublication": { "id": "proceedings/icde/2020/2903/0", "title": "2020 IEEE 36th International Conference on Data Engineering (ICDE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07192633", "articleId": "13rRUwwJWFP", "__typename": "AdjacentArticleType" }, "next": { "fno": "07192680", "articleId": "13rRUwjoNx7", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXFgAF", "name": "ttg201601-07192685s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201601-07192685s1.zip", "extension": "zip", "size": "31.6 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNBBzofL", "title": "Sept.-Oct.", "year": "2014", "issueNum": "05", "idPrefix": "so", "pubType": "magazine", "volume": "31", "label": "Sept.-Oct.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwhpBMz", "doi": "10.1109/MS.2014.101", "abstract": "Modern software differs significantly from traditional computer applications that mostly process reasonably small amounts of static input data-sets in batch mode. Modern software increasingly processes massive amounts of data, whereby it is also often the case that new input data is produced and/or existing data is modified on the fly. Consequently, programming models that facilitate the development of such software are emerging. What characterizes them is that data, respectively changes thereof, implicitly flow through computation modules. The software engineer declaratively defines computations as compositions of other computations without explicitly modeling how data should flow along dependency relations between data producer and data consumer modules, letting the runtime to automatically manage and optimize data flows.", "abstracts": [ { "abstractType": "Regular", "content": "Modern software differs significantly from traditional computer applications that mostly process reasonably small amounts of static input data-sets in batch mode. Modern software increasingly processes massive amounts of data, whereby it is also often the case that new input data is produced and/or existing data is modified on the fly. Consequently, programming models that facilitate the development of such software are emerging. What characterizes them is that data, respectively changes thereof, implicitly flow through computation modules. The software engineer declaratively defines computations as compositions of other computations without explicitly modeling how data should flow along dependency relations between data producer and data consumer modules, letting the runtime to automatically manage and optimize data flows.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Modern software differs significantly from traditional computer applications that mostly process reasonably small amounts of static input data-sets in batch mode. Modern software increasingly processes massive amounts of data, whereby it is also often the case that new input data is produced and/or existing data is modified on the fly. Consequently, programming models that facilitate the development of such software are emerging. What characterizes them is that data, respectively changes thereof, implicitly flow through computation modules. The software engineer declaratively defines computations as compositions of other computations without explicitly modeling how data should flow along dependency relations between data producer and data consumer modules, letting the runtime to automatically manage and optimize data flows.", "title": "Programming with Implicit Flows", "normalizedTitle": "Programming with Implicit Flows", "fno": "mso2014050052", "hasPdf": true, "idPrefix": "so", "keywords": [], "authors": [ { "givenName": "Guido", "surname": "Salvaneschi", "fullName": "Guido Salvaneschi", "affiliation": "Technical University of Darmstadt, Darmstadt", "__typename": "ArticleAuthorType" }, { "givenName": "Patrick", "surname": "Eugster", "fullName": "Patrick Eugster", "affiliation": "Purdue University, West Lafayette", "__typename": "ArticleAuthorType" }, { "givenName": "Mira", "surname": "Mezini", "fullName": "Mira Mezini", "affiliation": "Darmstadt University of Technology, Darmstadt", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2014-09-01 00:00:00", "pubType": "mags", "pages": "52-59", "year": "2014", "issn": "0740-7459", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/ifip-networking/2016/8283/0/07497217", "title": "Consolidating flows with implicit deadlines for energy-proportional data center networks", "doi": null, "abstractUrl": "/proceedings-article/ifip-networking/2016/07497217/12OmNAYoKkz", "parentPublication": { "id": "proceedings/ifip-networking/2016/8283/0", "title": "2016 IFIP Networking Conference (IFIP Networking) and Workshops", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/csmr/2010/4321/0/4321a146", "title": "Static Information Flow Analysis with Handling of Implicit Flows and a Study on Effects of Implicit Flows vs Explicit Flows", "doi": null, "abstractUrl": "/proceedings-article/csmr/2010/4321a146/12OmNB9bvkf", "parentPublication": { "id": "proceedings/csmr/2010/4321/0", "title": "2010 14th European Conference on Software Maintenance and Reengineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcmp-ugc/2009/3946/0/3946a127", "title": "Towards Prediction of 3-D Separated Flows Using an Unstructured LES Code", "doi": null, "abstractUrl": "/proceedings-article/hpcmp-ugc/2009/3946a127/12OmNCbCrL1", "parentPublication": { "id": "proceedings/hpcmp-ugc/2009/3946/0", "title": "HPCMP Users Group Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hase/2001/1275/0/12750127", "title": "Genetic Programming Model for Software Quality Classification", "doi": null, "abstractUrl": "/proceedings-article/hase/2001/12750127/12OmNrAv3NC", "parentPublication": { "id": "proceedings/hase/2001/1275/0", "title": "Proceedings Sixth IEEE International Symposium on High Assurance Systems Engineering. Special Topic: Impact of Networking", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/seep/1996/7379/0/73790078", "title": "A front-end to deductive database systems for multiparadigm programming", "doi": null, "abstractUrl": "/proceedings-article/seep/1996/73790078/12OmNrYCXM7", "parentPublication": { "id": "proceedings/seep/1996/7379/0", "title": "Proceedings 1996 International Conference Software Engineering: Education and Practice", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccl/1988/0874/0/00013085", "title": "Adapting modules to an integrated programming environment", "doi": null, "abstractUrl": "/proceedings-article/iccl/1988/00013085/12OmNvAS4oZ", "parentPublication": { "id": "proceedings/iccl/1988/0874/0", "title": "Proceedings 1988 International Conference on Computer Languages", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/ts/1977/02/01702418", "title": "Experience with Modular Concurrent Programming", "doi": null, "abstractUrl": "/journal/ts/1977/02/01702418/13rRUwbaqN1", "parentPublication": { "id": "trans/ts", "title": "IEEE Transactions on Software Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/ex/2004/02/x2020", "title": "Analyzing Software Measurement Data with Clustering Techniques", "doi": null, "abstractUrl": "/magazine/ex/2004/02/x2020/13rRUzpzeGT", "parentPublication": { "id": "mags/ex", "title": "IEEE Intelligent Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2022/6946/0/694600l1224", "title": "Generative Flows with Invertible Attentions", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2022/694600l1224/1H0NUcs2b4I", "parentPublication": { "id": "proceedings/cvpr/2022/6946/0", "title": "2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpc/2018/5714/0/571400a132", "title": "Cross Version Defect Prediction with Representative Data via Sparse Subset Selection", "doi": null, "abstractUrl": "/proceedings-article/icpc/2018/571400a132/1h5Y7213uFy", "parentPublication": { "id": "proceedings/icpc/2018/5714/0", "title": "2018 IEEE/ACM 26th International Conference on Program Comprehension (ICPC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mso2014050044", "articleId": "13rRUIM2VzZ", "__typename": "AdjacentArticleType" }, "next": { "fno": "mso2014050060", "articleId": "13rRUxYIMT7", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNyPQ4Dx", "title": "Dec.", "year": "2012", "issueNum": "12", "idPrefix": "tg", "pubType": "journal", "volume": "18", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxASuGi", "doi": "10.1109/TVCG.2012.252", "abstract": "We present PivotPaths, an interactive visualization for exploring faceted information resources. During both work and leisure, we increasingly interact with information spaces that contain multiple facets and relations, such as authors, keywords, and citations of academic publications, or actors and genres of movies. To navigate these interlinked resources today, one typically selects items from facet lists resulting in abrupt changes from one subset of data to another. While filtering is useful to retrieve results matching specific criteria, it can be difficult to see how facets and items relate and to comprehend the effect of filter operations. In contrast, the PivotPaths interface exposes faceted relations as visual paths in arrangements that invite the viewer to `take a stroll' through an information space. PivotPaths supports pivot operations as lightweight interaction techniques that trigger gradual transitions between views. We designed the interface to allow for casual traversal of large collections in an aesthetically pleasing manner that encourages exploration and serendipitous discoveries. This paper shares the findings from our iterative design-and-evaluation process that included semi-structured interviews and a two-week deployment of PivotPaths applied to a large database of academic publications.", "abstracts": [ { "abstractType": "Regular", "content": "We present PivotPaths, an interactive visualization for exploring faceted information resources. During both work and leisure, we increasingly interact with information spaces that contain multiple facets and relations, such as authors, keywords, and citations of academic publications, or actors and genres of movies. To navigate these interlinked resources today, one typically selects items from facet lists resulting in abrupt changes from one subset of data to another. While filtering is useful to retrieve results matching specific criteria, it can be difficult to see how facets and items relate and to comprehend the effect of filter operations. In contrast, the PivotPaths interface exposes faceted relations as visual paths in arrangements that invite the viewer to `take a stroll' through an information space. PivotPaths supports pivot operations as lightweight interaction techniques that trigger gradual transitions between views. We designed the interface to allow for casual traversal of large collections in an aesthetically pleasing manner that encourages exploration and serendipitous discoveries. This paper shares the findings from our iterative design-and-evaluation process that included semi-structured interviews and a two-week deployment of PivotPaths applied to a large database of academic publications.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present PivotPaths, an interactive visualization for exploring faceted information resources. During both work and leisure, we increasingly interact with information spaces that contain multiple facets and relations, such as authors, keywords, and citations of academic publications, or actors and genres of movies. To navigate these interlinked resources today, one typically selects items from facet lists resulting in abrupt changes from one subset of data to another. While filtering is useful to retrieve results matching specific criteria, it can be difficult to see how facets and items relate and to comprehend the effect of filter operations. In contrast, the PivotPaths interface exposes faceted relations as visual paths in arrangements that invite the viewer to `take a stroll' through an information space. PivotPaths supports pivot operations as lightweight interaction techniques that trigger gradual transitions between views. We designed the interface to allow for casual traversal of large collections in an aesthetically pleasing manner that encourages exploration and serendipitous discoveries. This paper shares the findings from our iterative design-and-evaluation process that included semi-structured interviews and a two-week deployment of PivotPaths applied to a large database of academic publications.", "title": "PivotPaths: Strolling through Faceted Information Spaces", "normalizedTitle": "PivotPaths: Strolling through Faceted Information Spaces", "fno": "ttg2012122709", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Information Retrieval", "Information Filters", "Information Resources", "Academic Publications", "Pivot Paths", "Interactive Visualization", "Faceted Information Resources", "Facet Lists", "Filter Operations", "Iterative Design And Evaluation Process", "Visualization", "Motion Pictures", "Layout", "Navigation", "Context", "Information Services", "Facial Animation", "Exploratory Search", "Information Visualization", "Interactivity", "Node Link Diagrams", "Animation", "Information Seeking" ], "authors": [ { "givenName": "M.", "surname": "Dork", "fullName": "M. Dork", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "Nathalie Henry", "surname": "Riche", "fullName": "Nathalie Henry Riche", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "G.", "surname": "Ramos", "fullName": "G. Ramos", "affiliation": null, "__typename": "ArticleAuthorType" }, { "givenName": "S.", "surname": "Dumais", "fullName": "S. Dumais", "affiliation": null, "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2012-12-01 00:00:00", "pubType": "trans", "pages": "2709-2718", "year": "2012", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/dexa/2008/3299/0/3299a392", "title": "FleXplorer: A Framework for Providing Faceted and Dynamic Taxonomy-Based Information Exploration", "doi": null, "abstractUrl": "/proceedings-article/dexa/2008/3299a392/12OmNBW0vAr", "parentPublication": { "id": "proceedings/dexa/2008/3299/0", "title": "2008 19th International Workshop on Database and Expert Systems Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cbmi/2009/3662/0/3662a237", "title": "A Multi-faceted Browsing Interface for Digital Photo Collections", "doi": null, "abstractUrl": "/proceedings-article/cbmi/2009/3662a237/12OmNBtUdMc", "parentPublication": { "id": "proceedings/cbmi/2009/3662/0", "title": "Content-Based Multimedia Indexing, International Workshop on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2001/0981/0/00927165", "title": "New methods for studying global virtual teams: towards a multi-faceted approach", "doi": null, "abstractUrl": "/proceedings-article/hicss/2001/00927165/12OmNClQ0Bk", "parentPublication": { "id": "proceedings/hicss/2001/0981/2", "title": "Proceedings of the 34th Annual Hawaii International Conference on System Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cisis/2010/3967/0/3967a968", "title": "Browsing and Visualizing Semantically Enriched Information Resources", "doi": null, "abstractUrl": "/proceedings-article/cisis/2010/3967a968/12OmNqJZgy1", "parentPublication": { "id": "proceedings/cisis/2010/3967/0", "title": "2010 International Conference on Complex, Intelligent and Software Intensive Systems", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hicss/2009/3450/0/03-01-01", "title": "Proposition of a Faceted Classification Model to Support Corporate Information Organization and Digital Records Management", "doi": null, "abstractUrl": "/proceedings-article/hicss/2009/03-01-01/12OmNrJAdTE", "parentPublication": { "id": "proceedings/hicss/2009/3450/0", "title": "2009 42nd Hawaii International Conference on System Sciences", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icde/2007/0802/0/04221837", "title": "Faceted Browsing over Large Databases of Text-Annotated Objects", "doi": null, "abstractUrl": "/proceedings-article/icde/2007/04221837/12OmNyUWR1v", "parentPublication": { "id": "proceedings/icde/2007/0802/0", "title": "2007 IEEE 23rd International Conference on Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cgiv/2006/2606/0/26060018", "title": "Analysis and Visualization of Co-authorship Networks for Understanding Academic Collaboration and Knowledge Domain of Individual Researchers", "doi": null, "abstractUrl": "/proceedings-article/cgiv/2006/26060018/12OmNzuZUxz", "parentPublication": { "id": "proceedings/cgiv/2006/2606/0", "title": "International Conference on Computer Graphics, Imaging and Visualisation (CGIV'06)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122080", "title": "Interactive Exploration of Implicit and Explicit Relations in Faceted Datasets", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122080/13rRUwI5U2F", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/1998/03/v0257", "title": "The Information Mural: A Technique for Displaying and Navigating Large Information Spaces", "doi": null, "abstractUrl": "/journal/tg/1998/03/v0257/13rRUxcbnCh", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/jcdl/2021/1770/0/177000a212", "title": "Visualizing Feature-based Similarity for Research Paper Recommendation", "doi": null, "abstractUrl": "/proceedings-article/jcdl/2021/177000a212/1zJmVJPs7Nm", "parentPublication": { "id": "proceedings/jcdl/2021/1770/0", "title": "2021 ACM/IEEE Joint Conference on Digital Libraries (JCDL)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "ttg2012122699", "articleId": "13rRUxASupz", "__typename": "AdjacentArticleType" }, "next": { "fno": "ttg2012122719", "articleId": "13rRUxZRbo0", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTYet36", "name": "ttg2012122709s1.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg2012122709s1.mp4", "extension": "mp4", "size": "30.3 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNxvO04Q", "title": "Jan.", "year": "2017", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "23", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUwwJWFQ", "doi": "10.1109/TVCG.2016.2598472", "abstract": "Visually comparing human brain networks from multiple population groups serves as an important task in the field of brain connectomics. The commonly used brain network representation, consisting of nodes and edges, may not be able to reveal the most compelling network differences when the reconstructed networks are dense and homogeneous. In this paper, we leveraged the block information on the Region Of Interest (ROI) based brain networks and studied the problem of blockwise brain network visual comparison. An integrated visual analytics framework was proposed. In the first stage, a two-level ROI block hierarchy was detected by optimizing the anatomical structure and the predictive comparison performance simultaneously. In the second stage, the NodeTrix representation was adopted and customized to visualize the brain network with block information. We conducted controlled user experiments and case studies to evaluate our proposed solution. Results indicated that our visual analytics method outperformed the commonly used node-link graph and adjacency matrix design in the blockwise network comparison tasks. We have shown compelling findings from two real-world brain network data sets, which are consistent with the prior connectomics studies.", "abstracts": [ { "abstractType": "Regular", "content": "Visually comparing human brain networks from multiple population groups serves as an important task in the field of brain connectomics. The commonly used brain network representation, consisting of nodes and edges, may not be able to reveal the most compelling network differences when the reconstructed networks are dense and homogeneous. In this paper, we leveraged the block information on the Region Of Interest (ROI) based brain networks and studied the problem of blockwise brain network visual comparison. An integrated visual analytics framework was proposed. In the first stage, a two-level ROI block hierarchy was detected by optimizing the anatomical structure and the predictive comparison performance simultaneously. In the second stage, the NodeTrix representation was adopted and customized to visualize the brain network with block information. We conducted controlled user experiments and case studies to evaluate our proposed solution. Results indicated that our visual analytics method outperformed the commonly used node-link graph and adjacency matrix design in the blockwise network comparison tasks. We have shown compelling findings from two real-world brain network data sets, which are consistent with the prior connectomics studies.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Visually comparing human brain networks from multiple population groups serves as an important task in the field of brain connectomics. The commonly used brain network representation, consisting of nodes and edges, may not be able to reveal the most compelling network differences when the reconstructed networks are dense and homogeneous. In this paper, we leveraged the block information on the Region Of Interest (ROI) based brain networks and studied the problem of blockwise brain network visual comparison. An integrated visual analytics framework was proposed. In the first stage, a two-level ROI block hierarchy was detected by optimizing the anatomical structure and the predictive comparison performance simultaneously. In the second stage, the NodeTrix representation was adopted and customized to visualize the brain network with block information. We conducted controlled user experiments and case studies to evaluate our proposed solution. Results indicated that our visual analytics method outperformed the commonly used node-link graph and adjacency matrix design in the blockwise network comparison tasks. We have shown compelling findings from two real-world brain network data sets, which are consistent with the prior connectomics studies.", "title": "Blockwise Human Brain Network Visual Comparison Using NodeTrix Representation", "normalizedTitle": "Blockwise Human Brain Network Visual Comparison Using NodeTrix Representation", "fno": "07534826", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Diffusion Tensor Imaging", "Data Visualization", "Visual Analytics", "Diseases", "Sociology", "Hybrid Representation", "Brain Network", "Visual Comparison" ], "authors": [ { "givenName": "Xinsong", "surname": "Yang", "fullName": "Xinsong Yang", "affiliation": "Chinese Academy of Sciences, SKLCSInstitute of Software", "__typename": "ArticleAuthorType" }, { "givenName": "Lei", "surname": "Shi", "fullName": "Lei Shi", "affiliation": "Chinese Academy of Sciences, SKLCSInstitute of Software", "__typename": "ArticleAuthorType" }, { "givenName": "Madelaine", "surname": "Daianu", "fullName": "Madelaine Daianu", "affiliation": "Imaging Genetics CenterMark & Mary Stevens Institute for Neuroimaging & InformaticsUniversity of Southern California", "__typename": "ArticleAuthorType" }, { "givenName": "Hanghang", "surname": "Tong", "fullName": "Hanghang Tong", "affiliation": "School of Computing, Informatics and Decision Systems EngineeringArizona State University", "__typename": "ArticleAuthorType" }, { "givenName": "Qingsong", "surname": "Liu", "fullName": "Qingsong Liu", "affiliation": "Chinese Academy of Sciences, SKLCSInstitute of Software", "__typename": "ArticleAuthorType" }, { "givenName": "Paul", "surname": "Thompson", "fullName": "Paul Thompson", "affiliation": "Imaging Genetics CenterMark & Mary Stevens Institute for Neuroimaging & InformaticsUniversity of Southern California", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2017-01-01 00:00:00", "pubType": "trans", "pages": "181-190", "year": "2017", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/gce/2014/7030/0/7030a013", "title": "A Cloud-Based Image Analysis Gateway for Traumatic Brain Injury Research", "doi": null, "abstractUrl": "/proceedings-article/gce/2014/7030a013/12OmNqIQS8u", "parentPublication": { "id": "proceedings/gce/2014/7030/0", "title": "2014 9th Gateway Computing Environments Workshop (GCE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2016/5473/0/07837854", "title": "New Probabilistic Multi-graph Decomposition Model to Identify Consistent Human Brain Network Modules", "doi": null, "abstractUrl": "/proceedings-article/icdm/2016/07837854/12OmNxWuifw", "parentPublication": { "id": "proceedings/icdm/2016/5473/0", "title": "2016 IEEE 16th International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2015/9504/0/9504a709", "title": "Mining Brain Networks Using Multiple Side Views for Neurological Disorder Identification", "doi": null, "abstractUrl": "/proceedings-article/icdm/2015/9504a709/12OmNyQYtxL", "parentPublication": { "id": "proceedings/icdm/2015/9504/0", "title": "2015 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2017/3835/0/3835a967", "title": "Multi-view Graph Embedding with Hub Detection for Brain Network Analysis", "doi": null, "abstractUrl": "/proceedings-article/icdm/2017/3835a967/12OmNzTH0T0", "parentPublication": { "id": "proceedings/icdm/2017/3835/0", "title": "2017 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2007/06/v1496", "title": "Topological Visualization of Brain Diffusion MRI Data", "doi": null, "abstractUrl": "/journal/tg/2007/06/v1496/13rRUyfbwqA", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icci*cc/2018/3360/0/08482006", "title": "The Future of the Human Brain", "doi": null, "abstractUrl": "/proceedings-article/icci*cc/2018/08482006/14dcEdLb3x6", "parentPublication": { "id": "proceedings/icci*cc/2018/3360/0", "title": "2018 IEEE 17th International Conference on Cognitive Informatics & Cognitive Computing (ICCI*CC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2019/0858/0/09005976", "title": "Using Deep Convolutional Neural Network for Mouse Brain Segmentation in DT-MRI", "doi": null, "abstractUrl": "/proceedings-article/big-data/2019/09005976/1hJrMXfYVJ6", "parentPublication": { "id": "proceedings/big-data/2019/0858/0", "title": "2019 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2019/0858/0/09005586", "title": "Community-preserving Graph Convolutions for Structural and Functional Joint Embedding of Brain Networks", "doi": null, "abstractUrl": "/proceedings-article/big-data/2019/09005586/1hJs7dKObXq", "parentPublication": { "id": "proceedings/big-data/2019/0858/0", "title": "2019 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/04/09665344", "title": "A Predictive Visual Analytics System for Studying Neurodegenerative Disease Based on DTI Fiber Tracts", "doi": null, "abstractUrl": "/journal/tg/2023/04/09665344/1zJiL9lDkoE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tb/5555/01/09661359", "title": "Estimation of discriminative multimodal brain network connectivity using message-passing-based nonlinear network fusion", "doi": null, "abstractUrl": "/journal/tb/5555/01/09661359/1zzl17RVPMI", "parentPublication": { "id": "trans/tb", "title": "IEEE/ACM Transactions on Computational Biology and Bioinformatics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07534841", "articleId": "13rRUwInuWx", "__typename": "AdjacentArticleType" }, "next": { "fno": "07534774", "articleId": "13rRUy2YLYB", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1J9y2mtpt3a", "title": "Jan.", "year": "2023", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "29", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1H1gkbJeuas", "doi": "10.1109/TVCG.2022.3209458", "abstract": "Neural language models are widely used; however, their model parameters often need to be adapted to the specific domains and tasks of an application, which is time- and resource-consuming. Thus, adapters have recently been introduced as a lightweight alternative for model adaptation. They consist of a small set of task-specific parameters with a reduced training time and simple parameter composition. The simplicity of adapter training and composition comes along with new challenges, such as maintaining an overview of adapter properties and effectively comparing their produced embedding spaces. To help developers overcome these challenges, we provide a twofold contribution. First, in close collaboration with NLP researchers, we conducted a requirement analysis for an approach supporting adapter evaluation and detected, among others, the need for both intrinsic (i.e., embedding similarity-based) and extrinsic (i.e., prediction-based) explanation methods. Second, motivated by the gathered requirements, we designed a flexible visual analytics workspace that enables the comparison of adapter properties. In this paper, we discuss several design iterations and alternatives for interactive, comparative visual explanation methods. Our comparative visualizations show the differences in the adapted embedding vectors and prediction outcomes for diverse human-interpretable concepts (e.g., <italic>person names, human qualities)</italic>. We evaluate our workspace through case studies and show that, for instance, an adapter trained on the language debiasing task according to context-0 (<italic>decontextualized</italic>) embeddings introduces a new type of bias where words (even gender-independent words such as countries) become more similar to female- than male pronouns. We demonstrate that these are artifacts of context-0 embeddings, and the adapter effectively eliminates the gender information from the contextualized word representations.", "abstracts": [ { "abstractType": "Regular", "content": "Neural language models are widely used; however, their model parameters often need to be adapted to the specific domains and tasks of an application, which is time- and resource-consuming. Thus, adapters have recently been introduced as a lightweight alternative for model adaptation. They consist of a small set of task-specific parameters with a reduced training time and simple parameter composition. The simplicity of adapter training and composition comes along with new challenges, such as maintaining an overview of adapter properties and effectively comparing their produced embedding spaces. To help developers overcome these challenges, we provide a twofold contribution. First, in close collaboration with NLP researchers, we conducted a requirement analysis for an approach supporting adapter evaluation and detected, among others, the need for both intrinsic (i.e., embedding similarity-based) and extrinsic (i.e., prediction-based) explanation methods. Second, motivated by the gathered requirements, we designed a flexible visual analytics workspace that enables the comparison of adapter properties. In this paper, we discuss several design iterations and alternatives for interactive, comparative visual explanation methods. Our comparative visualizations show the differences in the adapted embedding vectors and prediction outcomes for diverse human-interpretable concepts (e.g., <italic>person names, human qualities)</italic>. We evaluate our workspace through case studies and show that, for instance, an adapter trained on the language debiasing task according to context-0 (<italic>decontextualized</italic>) embeddings introduces a new type of bias where words (even gender-independent words such as countries) become more similar to female- than male pronouns. We demonstrate that these are artifacts of context-0 embeddings, and the adapter effectively eliminates the gender information from the contextualized word representations.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Neural language models are widely used; however, their model parameters often need to be adapted to the specific domains and tasks of an application, which is time- and resource-consuming. Thus, adapters have recently been introduced as a lightweight alternative for model adaptation. They consist of a small set of task-specific parameters with a reduced training time and simple parameter composition. The simplicity of adapter training and composition comes along with new challenges, such as maintaining an overview of adapter properties and effectively comparing their produced embedding spaces. To help developers overcome these challenges, we provide a twofold contribution. First, in close collaboration with NLP researchers, we conducted a requirement analysis for an approach supporting adapter evaluation and detected, among others, the need for both intrinsic (i.e., embedding similarity-based) and extrinsic (i.e., prediction-based) explanation methods. Second, motivated by the gathered requirements, we designed a flexible visual analytics workspace that enables the comparison of adapter properties. In this paper, we discuss several design iterations and alternatives for interactive, comparative visual explanation methods. Our comparative visualizations show the differences in the adapted embedding vectors and prediction outcomes for diverse human-interpretable concepts (e.g., person names, human qualities). We evaluate our workspace through case studies and show that, for instance, an adapter trained on the language debiasing task according to context-0 (decontextualized) embeddings introduces a new type of bias where words (even gender-independent words such as countries) become more similar to female- than male pronouns. We demonstrate that these are artifacts of context-0 embeddings, and the adapter effectively eliminates the gender information from the contextualized word representations.", "title": "Visual Comparison of Language Model Adaptation", "normalizedTitle": "Visual Comparison of Language Model Adaptation", "fno": "09904461", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Learning Artificial Intelligence", "Natural Language Processing", "Adapted Embedding Vectors", "Adapter Evaluation", "Adapter Properties", "Adapter Training", "Comparative Visual Explanation Methods", "Comparative Visualizations", "Context 0 Embeddings", "Design Iterations", "Flexible Visual Analytics Workspace", "Interactive Explanation Methods", "Language Debiasing Task", "Language Model Adaptation", "Model Parameters", "Neural Language Models", "Produced Embedding Spaces", "Reduced Training Time", "Simple Parameter Composition", "Task Specific Parameters", "Visual Comparison", "Adaptation Models", "Task Analysis", "Analytical Models", "Training", "Visual Analytics", "Data Models", "Transformers", "Language Model Adaptation", "Adapter", "Word Embeddings", "Sequence Classification", "Visual Analytics" ], "authors": [ { "givenName": "Rita", "surname": "Sevastjanova", "fullName": "Rita Sevastjanova", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Eren", "surname": "Cakmak", "fullName": "Eren Cakmak", "affiliation": "University of Konstanz, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Shauli", "surname": "Ravfogel", "fullName": "Shauli Ravfogel", "affiliation": "Bar-Ilan University, Israel", "__typename": "ArticleAuthorType" }, { "givenName": "Ryan", "surname": "Cotterell", "fullName": "Ryan Cotterell", "affiliation": "ETH, Israel", "__typename": "ArticleAuthorType" }, { "givenName": "Mennatallah", "surname": "El-Assady", "fullName": "Mennatallah El-Assady", "affiliation": "ETH, AI Center, Israel", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2023-01-01 00:00:00", "pubType": "trans", "pages": "1178-1188", "year": "2023", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/apsec/1998/9183/0/91830020", "title": "An Enhanced Reflective Architecture for Adaptation of the Object-Oriented Language/Software", "doi": null, "abstractUrl": "/proceedings-article/apsec/1998/91830020/12OmNAS9zq2", "parentPublication": { "id": "proceedings/apsec/1998/9183/0", "title": "Proceedings 1998 Asia Pacific Software Engineering Conference (Cat. No.98EX240)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/01/08019825", "title": "Progressive Learning of Topic Modeling Parameters: A Visual Analytics Framework", "doi": null, "abstractUrl": "/journal/tg/2018/01/08019825/13rRUwghd9c", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2022/06/09861728", "title": "&#x3C;italic&#x3E;SUBPLEX&#x3C;/italic&#x3E;: A Visual Analytics Approach to Understand Local Model Explanations at the Subpopulation Level", "doi": null, "abstractUrl": "/magazine/cg/2022/06/09861728/1FWhZ4WX0Ji", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09903289", "title": "PromotionLens: Inspecting Promotion Strategies of Online E-commerce via Visual Analytics", "doi": null, "abstractUrl": "/journal/tg/2023/01/09903289/1GZoldsEtLa", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09904017", "title": "Visual Concept Programming: A Visual Analytics Approach to Injecting Human Intelligence at Scale", "doi": null, "abstractUrl": "/journal/tg/2023/01/09904017/1H0GlgwfKak", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09908590", "title": "Interactive and Visual Prompt Engineering for Ad-hoc Task Adaptation with Large Language Models", "doi": null, "abstractUrl": "/journal/tg/2023/01/09908590/1HbapPoq6uk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/06/10081322", "title": "How Does Attention Work in Vision Transformers? A Visual Analytics Attempt", "doi": null, "abstractUrl": "/journal/tg/2023/06/10081322/1LRbRtJhrG0", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/12/09420254", "title": "Visual Analytics for RNN-Based Deep Reinforcement Learning", "doi": null, "abstractUrl": "/journal/tg/2022/12/09420254/1tdUMGe1DAk", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/01/09552909", "title": "<italic>Where Can We Help</italic>? A Visual Analytics Approach to Diagnosing and Improving Semantic Segmentation of Movable Objects", "doi": null, "abstractUrl": "/journal/tg/2022/01/09552909/1xibW2zLd9C", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2022/01/09552447", "title": "VITALITY: Promoting Serendipitous Discovery of Academic Literature with Transformers &#x0026; Visual Analytics", "doi": null, "abstractUrl": "/journal/tg/2022/01/09552447/1xic0dHxM9a", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09912347", "articleId": "1HeiTQ2soFO", "__typename": "AdjacentArticleType" }, "next": { "fno": "09904569", "articleId": "1H0GlRvv21y", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1J9yMHIS2Gs", "name": "ttg202301-09904461s1-supp1-3209458.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202301-09904461s1-supp1-3209458.pdf", "extension": "pdf", "size": "4.55 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "1qL5hsvvVkc", "title": "Feb.", "year": "2021", "issueNum": "02", "idPrefix": "tg", "pubType": "journal", "volume": "27", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1olE35lxD8c", "doi": "10.1109/TVCG.2020.3030411", "abstract": "In various domains, there are abundant streams or sequences of multi-item data of various kinds, e.g. streams of news and social media texts, sequences of genes and sports events, etc. Comparison is an important and general task in data analysis. For comparing data streams involving multiple items (e.g., words in texts, actors or action types in action sequences, visited places in itineraries, etc.), we propose Co-Bridges, a visual design involving connection and comparison techniques that reveal similarities and differences between two streams. Co-Bridges use river and bridge metaphors, where two sides of a river represent data streams, and bridges connect temporally or sequentially aligned segments of streams. Commonalities and differences between these segments in terms of involvement of various items are shown on the bridges. Interactive query tools support the selection of particular stream subsets for focused exploration. The visualization supports both qualitative (common and distinct items) and quantitative (stream volume, amount of item involvement) comparisons. We further propose Comparison-of-Comparisons, in which two or more Co-Bridges corresponding to different selections are juxtaposed. We test the applicability of the Co-Bridges in different domains, including social media text streams and sports event sequences. We perform an evaluation of the users' capability to understand and use Co-Bridges. The results confirm that Co-Bridges is effective for supporting pair-wise visual comparisons in a wide range of applications.", "abstracts": [ { "abstractType": "Regular", "content": "In various domains, there are abundant streams or sequences of multi-item data of various kinds, e.g. streams of news and social media texts, sequences of genes and sports events, etc. Comparison is an important and general task in data analysis. For comparing data streams involving multiple items (e.g., words in texts, actors or action types in action sequences, visited places in itineraries, etc.), we propose Co-Bridges, a visual design involving connection and comparison techniques that reveal similarities and differences between two streams. Co-Bridges use river and bridge metaphors, where two sides of a river represent data streams, and bridges connect temporally or sequentially aligned segments of streams. Commonalities and differences between these segments in terms of involvement of various items are shown on the bridges. Interactive query tools support the selection of particular stream subsets for focused exploration. The visualization supports both qualitative (common and distinct items) and quantitative (stream volume, amount of item involvement) comparisons. We further propose Comparison-of-Comparisons, in which two or more Co-Bridges corresponding to different selections are juxtaposed. We test the applicability of the Co-Bridges in different domains, including social media text streams and sports event sequences. We perform an evaluation of the users' capability to understand and use Co-Bridges. The results confirm that Co-Bridges is effective for supporting pair-wise visual comparisons in a wide range of applications.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In various domains, there are abundant streams or sequences of multi-item data of various kinds, e.g. streams of news and social media texts, sequences of genes and sports events, etc. Comparison is an important and general task in data analysis. For comparing data streams involving multiple items (e.g., words in texts, actors or action types in action sequences, visited places in itineraries, etc.), we propose Co-Bridges, a visual design involving connection and comparison techniques that reveal similarities and differences between two streams. Co-Bridges use river and bridge metaphors, where two sides of a river represent data streams, and bridges connect temporally or sequentially aligned segments of streams. Commonalities and differences between these segments in terms of involvement of various items are shown on the bridges. Interactive query tools support the selection of particular stream subsets for focused exploration. The visualization supports both qualitative (common and distinct items) and quantitative (stream volume, amount of item involvement) comparisons. We further propose Comparison-of-Comparisons, in which two or more Co-Bridges corresponding to different selections are juxtaposed. We test the applicability of the Co-Bridges in different domains, including social media text streams and sports event sequences. We perform an evaluation of the users' capability to understand and use Co-Bridges. The results confirm that Co-Bridges is effective for supporting pair-wise visual comparisons in a wide range of applications.", "title": "Co-Bridges: Pair-wise Visual Connection and Comparison for Multi-item Data Streams", "normalizedTitle": "Co-Bridges: Pair-wise Visual Connection and Comparison for Multi-item Data Streams", "fno": "09246250", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Query Processing", "Interactive Query Tools", "Stream Subsets", "Comparison Of Comparisons", "Pair Wise Visual Comparisons", "Sports Event Sequences", "Social Media Text Streams", "Bridge Metaphors", "River", "Visual Design", "Co Bridges", "Action Sequences", "Action Types", "Data Analysis", "Sports Events", "Social Media Texts", "Multiitem Data Streams", "Pair Wise Visual Connection", "Rivers", "Social Networking Online", "Data Visualization", "Task Analysis", "Bridges", "Visual Analytics", "Visual Comparison", "Pair Wise Analysis", "Multi Item Data Stream", "Social Media" ], "authors": [ { "givenName": "Siming", "surname": "Chen", "fullName": "Siming Chen", "affiliation": "Fudan University, School of data science, China", "__typename": "ArticleAuthorType" }, { "givenName": "Natalia", "surname": "Andrienko", "fullName": "Natalia Andrienko", "affiliation": "Fraunhofer Institute IAIS, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Gennady", "surname": "Andrienko", "fullName": "Gennady Andrienko", "affiliation": "Fraunhofer Institute IAIS, Germany", "__typename": "ArticleAuthorType" }, { "givenName": "Jie", "surname": "Li", "fullName": "Jie Li", "affiliation": "Tianjin University, China", "__typename": "ArticleAuthorType" }, { "givenName": "Xiaoru", "surname": "Yuan", "fullName": "Xiaoru Yuan", "affiliation": "Peking University, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2021-02-01 00:00:00", "pubType": "trans", "pages": "1612-1622", "year": "2021", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vizsec/2015/7599/0/07312770", "title": "Discovery of rating fraud with real-time streaming visual analytics", "doi": null, "abstractUrl": "/proceedings-article/vizsec/2015/07312770/12OmNAGepXg", "parentPublication": { "id": "proceedings/vizsec/2015/7599/0", "title": "2015 IEEE Symposium on Visualization for Cyber Security (VizSec)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cit/2006/2687/0/26870209", "title": "Pair-Wise Sequence Analysis using Information Specific Algorithm", "doi": null, "abstractUrl": "/proceedings-article/cit/2006/26870209/12OmNCzb9Ax", "parentPublication": { "id": "proceedings/cit/2006/2687/0", "title": "The Sixth IEEE International Conference on Computer and Information Technology", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ic2e/2014/3766/0/3766a494", "title": "Extraction of Bridges from High Resolution Remote Sensing Image Based on Topology Modeling", "doi": null, "abstractUrl": "/proceedings-article/ic2e/2014/3766a494/12OmNqAU6Ao", "parentPublication": { "id": "proceedings/ic2e/2014/3766/0", "title": "2014 IEEE International Conference on Cloud Engineering (IC2E)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/fskd/2008/3305/4/3305d689", "title": "Visual Analysis of a Co-authorship Network and Its Underlying Structure", "doi": null, "abstractUrl": "/proceedings-article/fskd/2008/3305d689/12OmNylboxs", "parentPublication": { "id": "proceedings/fskd/2008/3305/4", "title": "Fuzzy Systems and Knowledge Discovery, Fourth International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bibe/2001/1423/0/00974431", "title": "Integrating co-regulated gene-groups and pair-wise genome comparisons to automate reconstruction of microbial pathways", "doi": null, "abstractUrl": "/proceedings-article/bibe/2001/00974431/12OmNyqRnh2", "parentPublication": { "id": "proceedings/bibe/2001/1423/0", "title": "Proceedings 2nd Annual IEEE International Symposium on Bioinformatics and Bioengineering (BIBE 2001)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iciis/1999/0446/0/04460048", "title": "A Distributed Scheme for Efficient Pair-Wise Comparison of Complete Genomes", "doi": null, "abstractUrl": "/proceedings-article/iciis/1999/04460048/12OmNzwZ6jg", "parentPublication": { "id": "proceedings/iciis/1999/0446/0", "title": "Information, Intelligence, and Systems, International Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/07/08585048", "title": "Supporting Story Synthesis: Bridging the Gap between Visual Analytics and Storytelling", "doi": null, "abstractUrl": "/journal/tg/2020/07/08585048/17D45XoXP6a", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09915529", "title": "Lotse: A Practical Framework for Guidance in Visual Analytics", "doi": null, "abstractUrl": "/journal/tg/2023/01/09915529/1HmgceWU2bK", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/big-data/2022/8045/0/10020661", "title": "PROBER: A System for Real-time Propaganda Behavior Analytics on Social Media and Web Data Streams", "doi": null, "abstractUrl": "/proceedings-article/big-data/2022/10020661/1KfT7j4noOs", "parentPublication": { "id": "proceedings/big-data/2022/8045/0", "title": "2022 IEEE International Conference on Big Data (Big Data)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigcomp/2023/7578/0/757800a293", "title": "NFTeller: Dual Centric Visual Analytics of NFT Transactions", "doi": null, "abstractUrl": "/proceedings-article/bigcomp/2023/757800a293/1LFLG16yI0w", "parentPublication": { "id": "proceedings/bigcomp/2023/7578/0", "title": "2023 IEEE International Conference on Big Data and Smart Computing (BigComp)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09216630", "articleId": "1nJsMUFa6f6", "__typename": "AdjacentArticleType" }, "next": { "fno": "09224197", "articleId": "1nV6Z3fZjUY", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1qLhFyoTRIY", "name": "ttg202102-09246250s1-tvcg-3030411-mm.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202102-09246250s1-tvcg-3030411-mm.zip", "extension": "zip", "size": "29.6 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNzmclnW", "title": "Aug.", "year": "2014", "issueNum": "08", "idPrefix": "tp", "pubType": "journal", "volume": "36", "label": "Aug.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUzphDz6", "doi": "10.1109/TPAMI.2013.2297314", "abstract": "In this paper, we propose a new approach to get the optimal segmentation of a 3D mesh as a human can perceive using the minima rule and spectral clustering. This method is fully unsupervised and provides a hierarchical segmentation via recursive cuts. We introduce a new concept of the adjacency matrix based on cognitive studies. We also introduce the use of one-spectral clustering which leads to the optimal Cheeger cut value.", "abstracts": [ { "abstractType": "Regular", "content": "In this paper, we propose a new approach to get the optimal segmentation of a 3D mesh as a human can perceive using the minima rule and spectral clustering. This method is fully unsupervised and provides a hierarchical segmentation via recursive cuts. We introduce a new concept of the adjacency matrix based on cognitive studies. We also introduce the use of one-spectral clustering which leads to the optimal Cheeger cut value.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "In this paper, we propose a new approach to get the optimal segmentation of a 3D mesh as a human can perceive using the minima rule and spectral clustering. This method is fully unsupervised and provides a hierarchical segmentation via recursive cuts. We introduce a new concept of the adjacency matrix based on cognitive studies. We also introduce the use of one-spectral clustering which leads to the optimal Cheeger cut value.", "title": "Segmentation of 3D Meshes Usingp-Spectral Clustering", "normalizedTitle": "Segmentation of 3D Meshes Usingp-Spectral Clustering", "fno": "06701205", "hasPdf": true, "idPrefix": "tp", "keywords": [ "Standards", "Laplace Equations", "Clustering Algorithms", "Three Dimensional Displays", "Silicon", "Eigenvalues And Eigenfunctions", "Benchmark Testing", "Minima Rule", "3 D Mesh", "Segmentation", "Spectral Clustering", "Cheeger Cuts" ], "authors": [ { "givenName": "Mohamed", "surname": "Chahhou", "fullName": "Mohamed Chahhou", "affiliation": "Faculty of Science Dhar Mahraz , University Sidi Mohamed Ben Abdellah, Fes, Morroco", "__typename": "ArticleAuthorType" }, { "givenName": "Lahcen", "surname": "Moumoun", "fullName": "Lahcen Moumoun", "affiliation": "Faculty of Science and Technology , University Hassan 1er, Settat, Morroco", "__typename": "ArticleAuthorType" }, { "givenName": "Mohamed El", "surname": "Far", "fullName": "Mohamed El Far", "affiliation": "Faculty of Science Dhar Mahraz , University Sidi Mohamed Ben Abdellah, Fes, Morroco", "__typename": "ArticleAuthorType" }, { "givenName": "Taoufiq", "surname": "Gadi", "fullName": "Taoufiq Gadi", "affiliation": "Faculty of Science and Technology , University Hassan 1er, Settat, Morroco", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "08", "pubDate": "2014-08-01 00:00:00", "pubType": "trans", "pages": "1687-1693", "year": "2014", "issn": "0162-8828", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/pg/2004/2234/0/22340298", "title": "Segmentation of 3D Meshes through Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/pg/2004/22340298/12OmNBpEeSU", "parentPublication": { "id": "proceedings/pg/2004/2234/0", "title": "Computer Graphics and Applications, Pacific Conference on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2017/3835/0/3835a949", "title": "Fast Compressive Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/icdm/2017/3835a949/12OmNC3Xhju", "parentPublication": { "id": "proceedings/icdm/2017/3835/0", "title": "2017 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2014/5209/0/5209b313", "title": "A Heuristic for the Automatic Parametrization of the Spectral Clustering Algorithm", "doi": null, "abstractUrl": "/proceedings-article/icpr/2014/5209b313/12OmNxGSlYI", "parentPublication": { "id": "proceedings/icpr/2014/5209/0", "title": "2014 22nd International Conference on Pattern Recognition (ICPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2017/02/07437462", "title": "Unsupervised Spectral Mesh Segmentation Driven by Heterogeneous Graphs", "doi": null, "abstractUrl": "/journal/tp/2017/02/07437462/13rRUwjoNyn", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122100", "title": "Open-Box Spectral Clustering: Applications to Medical Image Analysis", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122100/13rRUxjQyvi", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/micai/2016/7735/0/773500a069", "title": "A Study on Pattern-Based Spectral Clustering Methods in DWN", "doi": null, "abstractUrl": "/proceedings-article/micai/2016/773500a069/17D45VTRorA", "parentPublication": { "id": "proceedings/micai/2016/7735/0", "title": "2016 Fifteenth Mexican International Conference on Artificial Intelligence (MICAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2022/01/08778699", "title": "Fast Compressive Spectral Clustering for Large-Scale Sparse Graph", "doi": null, "abstractUrl": "/journal/bd/2022/01/08778699/1A8c2XDewyA", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2021/06/09263338", "title": "Regularized Spectral Clustering With Entropy Perturbation", "doi": null, "abstractUrl": "/journal/bd/2021/06/09263338/1oReEPfsM6s", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigdia/2020/2232/0/223200a257", "title": "DBSCAN Is Semi-Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/bigdia/2020/223200a257/1stvyZFcIYU", "parentPublication": { "id": "proceedings/bigdia/2020/2232/0", "title": "2020 6th International Conference on Big Data and Information Analytics (BigDIA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/02/09495158", "title": "Fast Optimization of Spectral Embedding and Improved Spectral Rotation", "doi": null, "abstractUrl": "/journal/tk/2023/02/09495158/1vyjgdBlrRS", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "06701391", "articleId": "13rRUILLkwy", "__typename": "AdjacentArticleType" }, "next": { "fno": "06701326", "articleId": "13rRUNvyaai", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1A8bZc3URDa", "title": "Feb.", "year": "2022", "issueNum": "01", "idPrefix": "bd", "pubType": "journal", "volume": "8", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1A8c2XDewyA", "doi": "10.1109/TBDATA.2019.2931532", "abstract": "Spectral clustering (SC) is an unsupervised learning method that has been widely used in industrial product analysis. Compressive spectral clustering (CSC) effectively accelerates clustering by leveraging graph filter and random sampling techniques. However, CSC suffers from two major problems. First, the direct use of the dichotomy and eigencount techniques for estimating Laplacian matrix&#x0027;s <inline-formula><tex-math notation=\"LaTeX\">Z_$k$_Z</tex-math></inline-formula>th eigenvalue is expensive. Second, the computation of interpolation is time-consuming because it requires to repeat matrix-vector product for every cluster in each iteration. To address these problems, we propose a new method called <italic>fast compressive spectral clustering</italic> (FCSC). Our method addresses the first problem by assuming that the eigenvalues approximately satisfy local uniform distribution, and addresses the second problem by recalculating the pairwise similarity between nodes with low-dimensional representation to reconstruct denoised laplacian matrix. The time complexity of reconstruction is linear with the number of non-zeros in Laplacian matrix. As experimentally demonstrated on both artificial and real-world datasets, our method significantly reduces the computation time while preserving high clustering accuracy comparable to previous designs, demonstrating the effectiveness of FCSC.", "abstracts": [ { "abstractType": "Regular", "content": "Spectral clustering (SC) is an unsupervised learning method that has been widely used in industrial product analysis. Compressive spectral clustering (CSC) effectively accelerates clustering by leveraging graph filter and random sampling techniques. However, CSC suffers from two major problems. First, the direct use of the dichotomy and eigencount techniques for estimating Laplacian matrix&#x0027;s <inline-formula><tex-math notation=\"LaTeX\">$k$</tex-math><alternatives><mml:math><mml:mi>k</mml:mi></mml:math><inline-graphic xlink:href=\"zhang-ieq1-2931532.gif\"/></alternatives></inline-formula>th eigenvalue is expensive. Second, the computation of interpolation is time-consuming because it requires to repeat matrix-vector product for every cluster in each iteration. To address these problems, we propose a new method called <italic>fast compressive spectral clustering</italic> (FCSC). Our method addresses the first problem by assuming that the eigenvalues approximately satisfy local uniform distribution, and addresses the second problem by recalculating the pairwise similarity between nodes with low-dimensional representation to reconstruct denoised laplacian matrix. The time complexity of reconstruction is linear with the number of non-zeros in Laplacian matrix. As experimentally demonstrated on both artificial and real-world datasets, our method significantly reduces the computation time while preserving high clustering accuracy comparable to previous designs, demonstrating the effectiveness of FCSC.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Spectral clustering (SC) is an unsupervised learning method that has been widely used in industrial product analysis. Compressive spectral clustering (CSC) effectively accelerates clustering by leveraging graph filter and random sampling techniques. However, CSC suffers from two major problems. First, the direct use of the dichotomy and eigencount techniques for estimating Laplacian matrix's -th eigenvalue is expensive. Second, the computation of interpolation is time-consuming because it requires to repeat matrix-vector product for every cluster in each iteration. To address these problems, we propose a new method called fast compressive spectral clustering (FCSC). Our method addresses the first problem by assuming that the eigenvalues approximately satisfy local uniform distribution, and addresses the second problem by recalculating the pairwise similarity between nodes with low-dimensional representation to reconstruct denoised laplacian matrix. The time complexity of reconstruction is linear with the number of non-zeros in Laplacian matrix. As experimentally demonstrated on both artificial and real-world datasets, our method significantly reduces the computation time while preserving high clustering accuracy comparable to previous designs, demonstrating the effectiveness of FCSC.", "title": "Fast Compressive Spectral Clustering for Large-Scale Sparse Graph", "normalizedTitle": "Fast Compressive Spectral Clustering for Large-Scale Sparse Graph", "fno": "08778699", "hasPdf": true, "idPrefix": "bd", "keywords": [ "Approximation Theory", "Computational Complexity", "Eigenvalues And Eigenfunctions", "Graph Theory", "Iterative Methods", "Mathematics Computing", "Matrix Algebra", "Pattern Clustering", "Unsupervised Learning", "Vectors", "FCSC", "Graph Filter", "Random Sampling Techniques", "Matrix Vector Product", "Fast Compressive Spectral Clustering", "Denoised Laplacian Matrix", "High Clustering Accuracy", "Large Scale Sparse Graph", "Unsupervised Learning", "Industrial Product Analysis", "Local Uniform Distribution", "Laplacian Matrix", "Time Complexity", "Eigenvalues And Eigenfunctions", "Laplace Equations", "Acceleration", "Big Data", "Estimation", "Interpolation", "Time Complexity", "Spectral Clustering", "Compressive Spectral Embedding", "Graph Signal Filter", "Random Sampling", "Interpolation" ], "authors": [ { "givenName": "Ting", "surname": "Li", "fullName": "Ting Li", "affiliation": "NiceX Lab and AI Platform Division of Urban Computing Business Unit, JingDong Digits, Beijing Economic and Technological Development Area, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Yiming", "surname": "Zhang", "fullName": "Yiming Zhang", "affiliation": "Department of Computer Science and Engineering, NiceX Lab, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Hao", "surname": "Liu", "fullName": "Hao Liu", "affiliation": "Business Intelligence Lab, Baidu Research, National Engineering Laboratory of Deep Learning Technology and Application, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Guangtao", "surname": "Xue", "fullName": "Guangtao Xue", "affiliation": "Department of Computer Science and Engineering, Shanghai Jiao Tong University, Shanghai, China", "__typename": "ArticleAuthorType" }, { "givenName": "Ling", "surname": "Liu", "fullName": "Ling Liu", "affiliation": "School of Computer Science, Georgia Institute of Technology, Atlanta, GA, USA", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2022-02-01 00:00:00", "pubType": "trans", "pages": "193-202", "year": "2022", "issn": "2332-7790", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icdm/2017/3835/0/3835a949", "title": "Fast Compressive Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/icdm/2017/3835a949/12OmNC3Xhju", "parentPublication": { "id": "proceedings/icdm/2017/3835/0", "title": "2017 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2015/9504/0/9504a439", "title": "Multi-level Approximate Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/icdm/2015/9504a439/12OmNvsDHJ4", "parentPublication": { "id": "proceedings/icdm/2015/9504/0", "title": "2015 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2008/2174/0/04761245", "title": "Object recognition using graph spectral invariants", "doi": null, "abstractUrl": "/proceedings-article/icpr/2008/04761245/12OmNwErpPj", "parentPublication": { "id": "proceedings/icpr/2008/2174/0", "title": "ICPR 2008 19th International Conference on Pattern Recognition", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2015/02/06895121", "title": "Scalable Constrained Spectral Clustering", "doi": null, "abstractUrl": "/journal/tk/2015/02/06895121/13rRUEgarta", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/sc/1993/4340/0/01263497", "title": "A spectral algorithm for envelope reduction of sparse matrices", "doi": null, "abstractUrl": "/proceedings-article/sc/1993/01263497/1D85mmrh9qE", "parentPublication": { "id": "proceedings/sc/1993/4340/0", "title": "SC Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2021/03/08859233", "title": "Approximate Graph Laplacians for Multimodal Data Clustering", "doi": null, "abstractUrl": "/journal/tp/2021/03/08859233/1dR0SPyVe1i", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2022/07/09200798", "title": "Multi-View Spectral Clustering With High-Order Optimal Neighborhood Laplacian Matrix", "doi": null, "abstractUrl": "/journal/tk/2022/07/09200798/1ndVfr81jP2", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2021/06/09263338", "title": "Regularized Spectral Clustering With Entropy Perturbation", "doi": null, "abstractUrl": "/journal/bd/2021/06/09263338/1oReEPfsM6s", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigdia/2020/2232/0/223200a257", "title": "DBSCAN Is Semi-Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/bigdia/2020/223200a257/1stvyZFcIYU", "parentPublication": { "id": "proceedings/bigdia/2020/2232/0", "title": "2020 6th International Conference on Big Data and Information Analytics (BigDIA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/01/09428598", "title": "Fast Multi-View Clustering via Prototype Graph", "doi": null, "abstractUrl": "/journal/tk/2023/01/09428598/1twaBSjSSOc", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08736821", "articleId": "1aR7NCvb4ys", "__typename": "AdjacentArticleType" }, "next": { "fno": "08818627", "articleId": "1cRBoPk1qKs", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1yYP8qgb9VC", "title": "Dec.", "year": "2021", "issueNum": "06", "idPrefix": "bd", "pubType": "journal", "volume": "7", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1oReEPfsM6s", "doi": "10.1109/TBDATA.2020.3039036", "abstract": "Spectral clustering is a popular clustering method because it gives a natural way to reduce the dimensionality of data using eigenvectors. It is well known that the performance of spectral clustering could be improved via regularization. Nevertheless, it is hard to cope with the different cases by only one constant regularization parameter. To solve such a problem, a novel regularized spectral clustering method is proposed. Specifically, two modules are integrated in the proposed method. First, under matrix perturbation analysis, we prove that the entropy can be used as a rank score function to reveal the informative eigenvector, and the eigenvector corresponding to the minimal entropy will be the regularization to regularize the data matrix instead of a constant regularization parameter. Second, in order to ensure the perturbation on eigenspace is within the effective range, a perturbation boundary on eigenvectors is given. Numerical results showed that our proposal has superior performance than spectral clustering and k-means algorithm.", "abstracts": [ { "abstractType": "Regular", "content": "Spectral clustering is a popular clustering method because it gives a natural way to reduce the dimensionality of data using eigenvectors. It is well known that the performance of spectral clustering could be improved via regularization. Nevertheless, it is hard to cope with the different cases by only one constant regularization parameter. To solve such a problem, a novel regularized spectral clustering method is proposed. Specifically, two modules are integrated in the proposed method. First, under matrix perturbation analysis, we prove that the entropy can be used as a rank score function to reveal the informative eigenvector, and the eigenvector corresponding to the minimal entropy will be the regularization to regularize the data matrix instead of a constant regularization parameter. Second, in order to ensure the perturbation on eigenspace is within the effective range, a perturbation boundary on eigenvectors is given. Numerical results showed that our proposal has superior performance than spectral clustering and k-means algorithm.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Spectral clustering is a popular clustering method because it gives a natural way to reduce the dimensionality of data using eigenvectors. It is well known that the performance of spectral clustering could be improved via regularization. Nevertheless, it is hard to cope with the different cases by only one constant regularization parameter. To solve such a problem, a novel regularized spectral clustering method is proposed. Specifically, two modules are integrated in the proposed method. First, under matrix perturbation analysis, we prove that the entropy can be used as a rank score function to reveal the informative eigenvector, and the eigenvector corresponding to the minimal entropy will be the regularization to regularize the data matrix instead of a constant regularization parameter. Second, in order to ensure the perturbation on eigenspace is within the effective range, a perturbation boundary on eigenvectors is given. Numerical results showed that our proposal has superior performance than spectral clustering and k-means algorithm.", "title": "Regularized Spectral Clustering With Entropy Perturbation", "normalizedTitle": "Regularized Spectral Clustering With Entropy Perturbation", "fno": "09263338", "hasPdf": true, "idPrefix": "bd", "keywords": [ "Eigenvalues And Eigenfunctions", "Entropy", "Matrix Algebra", "Pattern Clustering", "Regularized Spectral Clustering", "Entropy Perturbation", "Popular Clustering Method", "Eigenvectors", "Constant Regularization Parameter", "Spectral Clustering Method", "Matrix Perturbation Analysis", "Perturbation Methods", "Entropy", "Eigenvalues And Eigenfunctions", "Clustering Algorithms", "Laplace Equations", "Perturbation", "Knowledge Engineering", "Entropy", "Matrix Perturbation", "Regularization", "Spectral Clustering" ], "authors": [ { "givenName": "Xiao", "surname": "Hu", "fullName": "Xiao Hu", "affiliation": "Mianyang Big data and knowledge engineering laboratory, SouthWest University of Science and Technology, Mianyang, China", "__typename": "ArticleAuthorType" }, { "givenName": "Hui", "surname": "Zhang", "fullName": "Hui Zhang", "affiliation": "Computer Science and Technology, Southwest University of Science and Technology, Mianyang, Sichuan, China", "__typename": "ArticleAuthorType" }, { "givenName": "ChunMing", "surname": "Yang", "fullName": "ChunMing Yang", "affiliation": "Mianyang Big data and knowledge engineering laboratory, SouthWest University of Science and Technology, Mianyang, China", "__typename": "ArticleAuthorType" }, { "givenName": "XuJian", "surname": "Zhao", "fullName": "XuJian Zhao", "affiliation": "Computer Science and Technology, Southwest University of Science and Technology, Mianyang, Sichuan, China", "__typename": "ArticleAuthorType" }, { "givenName": "Bo", "surname": "Li", "fullName": "Bo Li", "affiliation": "Mianyang Big data and knowledge engineering laboratory, SouthWest University of Science and Technology, Mianyang, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "06", "pubDate": "1900-01-01 00:00:00", "pubType": "trans", "pages": "967-972", "year": "2021", "issn": "2332-7790", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icisce/2017/3013/0/3013a562", "title": "Research of Spectral Clustering on Trend of Big Time Series", "doi": null, "abstractUrl": "/proceedings-article/icisce/2017/3013a562/12OmNAle6YC", "parentPublication": { "id": "proceedings/icisce/2017/3013/0", "title": "2017 4th International Conference on Information Science and Control Engineering (ICISCE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2012/2216/0/06460156", "title": "Regularization parameter estimation for spectral regression discriminant analysis based on perturbation theory", "doi": null, "abstractUrl": "/proceedings-article/icpr/2012/06460156/12OmNBE7Mux", "parentPublication": { "id": "proceedings/icpr/2012/2216/0", "title": "2012 21st International Conference on Pattern Recognition (ICPR 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icdm/2017/3835/0/3835a949", "title": "Fast Compressive Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/icdm/2017/3835a949/12OmNC3Xhju", "parentPublication": { "id": "proceedings/icdm/2017/3835/0", "title": "2017 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icpr/2012/2216/0/06460498", "title": "Unsupervised spectral feature selection for face recognition", "doi": null, "abstractUrl": "/proceedings-article/icpr/2012/06460498/12OmNvT2pad", "parentPublication": { "id": "proceedings/icpr/2012/2216/0", "title": "2012 21st International Conference on Pattern Recognition (ICPR 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/dac/1993/577/0/01600320", "title": "Spectral K-Way Ratio-Cut Partitioning and Clustering", "doi": null, "abstractUrl": "/proceedings-article/dac/1993/01600320/12OmNxdDFDB", "parentPublication": { "id": "proceedings/dac/1993/577/0", "title": "30th ACM/IEEE Design Automation Conference", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2014/08/06701205", "title": "Segmentation of 3D Meshes Usingp-Spectral Clustering", "doi": null, "abstractUrl": "/journal/tp/2014/08/06701205/13rRUzphDz6", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/micai/2016/7735/0/773500a069", "title": "A Study on Pattern-Based Spectral Clustering Methods in DWN", "doi": null, "abstractUrl": "/proceedings-article/micai/2016/773500a069/17D45VTRorA", "parentPublication": { "id": "proceedings/micai/2016/7735/0", "title": "2016 Fifteenth Mexican International Conference on Artificial Intelligence (MICAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2022/01/08778699", "title": "Fast Compressive Spectral Clustering for Large-Scale Sparse Graph", "doi": null, "abstractUrl": "/journal/bd/2022/01/08778699/1A8c2XDewyA", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2021/03/08859233", "title": "Approximate Graph Laplacians for Multimodal Data Clustering", "doi": null, "abstractUrl": "/journal/tp/2021/03/08859233/1dR0SPyVe1i", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigdia/2020/2232/0/223200a257", "title": "DBSCAN Is Semi-Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/bigdia/2020/223200a257/1stvyZFcIYU", "parentPublication": { "id": "proceedings/bigdia/2020/2232/0", "title": "2020 6th International Conference on Big Data and Information Analytics (BigDIA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09095417", "articleId": "1jVM6bo9vtC", "__typename": "AdjacentArticleType" }, "next": { "fno": "09095270", "articleId": "1jVM6kczkRO", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "1JP1e1gAvYY", "title": "Feb.", "year": "2023", "issueNum": "02", "idPrefix": "tk", "pubType": "journal", "volume": "35", "label": "Feb.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1vyjgdBlrRS", "doi": "10.1109/TKDE.2021.3098806", "abstract": "Spectral clustering is a vital clustering method and has been widely applied for data analysis and pattern reorganization. A routine of solving spectral clustering problem consists of two successive stages: (1) solving a relaxed continuous optimization problem to obtain a real-valued indicator solution and (2) transform the real-valued indicator into a 0-1 discrete one as the final clustering result. However, we may lose the optimal solution with such a two-stage process. Besides, the spectral clustering has a high time complexity which limits the analysis of large-scale data. To alleviate these problems, this article proposes an efficient spectral clustering framework that computes spectral embedding and improved spectral rotation simultaneously (SE-ISR). In addition, we also provide a parameter-free method (SE-ISR-PF) to automatically choose the trade-off parameter. Furthermore, with an anchor-based similarity matrix construction, it is scalable to large-scale data. An effective algorithm with a strict convergence proof is provided to solve the corresponding optimization problem. Experimental results on several benchmark datasets demonstrate that the proposed algorithm outperforms the state-of-art methods.", "abstracts": [ { "abstractType": "Regular", "content": "Spectral clustering is a vital clustering method and has been widely applied for data analysis and pattern reorganization. A routine of solving spectral clustering problem consists of two successive stages: (1) solving a relaxed continuous optimization problem to obtain a real-valued indicator solution and (2) transform the real-valued indicator into a 0-1 discrete one as the final clustering result. However, we may lose the optimal solution with such a two-stage process. Besides, the spectral clustering has a high time complexity which limits the analysis of large-scale data. To alleviate these problems, this article proposes an efficient spectral clustering framework that computes spectral embedding and improved spectral rotation simultaneously (SE-ISR). In addition, we also provide a parameter-free method (SE-ISR-PF) to automatically choose the trade-off parameter. Furthermore, with an anchor-based similarity matrix construction, it is scalable to large-scale data. An effective algorithm with a strict convergence proof is provided to solve the corresponding optimization problem. Experimental results on several benchmark datasets demonstrate that the proposed algorithm outperforms the state-of-art methods.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Spectral clustering is a vital clustering method and has been widely applied for data analysis and pattern reorganization. A routine of solving spectral clustering problem consists of two successive stages: (1) solving a relaxed continuous optimization problem to obtain a real-valued indicator solution and (2) transform the real-valued indicator into a 0-1 discrete one as the final clustering result. However, we may lose the optimal solution with such a two-stage process. Besides, the spectral clustering has a high time complexity which limits the analysis of large-scale data. To alleviate these problems, this article proposes an efficient spectral clustering framework that computes spectral embedding and improved spectral rotation simultaneously (SE-ISR). In addition, we also provide a parameter-free method (SE-ISR-PF) to automatically choose the trade-off parameter. Furthermore, with an anchor-based similarity matrix construction, it is scalable to large-scale data. An effective algorithm with a strict convergence proof is provided to solve the corresponding optimization problem. Experimental results on several benchmark datasets demonstrate that the proposed algorithm outperforms the state-of-art methods.", "title": "Fast Optimization of Spectral Embedding and Improved Spectral Rotation", "normalizedTitle": "Fast Optimization of Spectral Embedding and Improved Spectral Rotation", "fno": "09495158", "hasPdf": true, "idPrefix": "tk", "keywords": [ "Data Analysis", "Matrix Algebra", "Optimisation", "Pattern Clustering", "Data Analysis", "Efficient Spectral Clustering Framework", "Fast Optimization", "Final Clustering Result", "Large Scale Data", "Optimal Solution", "Parameter Free Method", "Real Valued Indicator Solution", "Relaxed Continuous Optimization Problem", "SE ISR PF", "Spectral Clustering Problem", "Spectral Embedding", "Spectral Rotation", "Vital Clustering Method", "Clustering Algorithms", "Time Complexity", "Optimization", "Optics", "Linear Programming", "Laplace Equations", "Eigenvalues And Eigenfunctions", "Fast Clustering", "Spectral Clustering", "Spectral Embedding", "Spectral Rotation" ], "authors": [ { "givenName": "Zhen", "surname": "Wang", "fullName": "Zhen Wang", "affiliation": "School of Mechanical Engineering and the School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Xiangfeng", "surname": "Dai", "fullName": "Xiangfeng Dai", "affiliation": "School of Mechanical Engineering and the School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Peican", "surname": "Zhu", "fullName": "Peican Zhu", "affiliation": "School of Computer Science and the School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Rong", "surname": "Wang", "fullName": "Rong Wang", "affiliation": "School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Xuelong", "surname": "Li", "fullName": "Xuelong Li", "affiliation": "School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" }, { "givenName": "Feiping", "surname": "Nie", "fullName": "Feiping Nie", "affiliation": "School of Artificial Intelligence, Optics and Electronics (iOPEN), Northwestern Polytechnical University, Shaanxi, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "02", "pubDate": "2023-02-01 00:00:00", "pubType": "trans", "pages": "1515-1527", "year": "2023", "issn": "1041-4347", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icdm/2017/3835/0/3835a949", "title": "Fast Compressive Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/icdm/2017/3835a949/12OmNC3Xhju", "parentPublication": { "id": "proceedings/icdm/2017/3835/0", "title": "2017 IEEE International Conference on Data Mining (ICDM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2017/0457/0/0457d145", "title": "Grassmannian Manifold Optimization Assisted Sparse Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2017/0457d145/12OmNClQ0AC", "parentPublication": { "id": "proceedings/cvpr/2017/0457/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wacv/2014/4985/0/06836123", "title": "Point pattern matching based on line graph spectral context and descriptor embedding", "doi": null, "abstractUrl": "/proceedings-article/wacv/2014/06836123/12OmNrMHOil", "parentPublication": { "id": "proceedings/wacv/2014/4985/0", "title": "2014 IEEE Winter Conference on Applications of Computer Vision (WACV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2013/08/ttk2013081760", "title": "Discriminative Nonnegative Spectral Clustering with Out-of-Sample Extension", "doi": null, "abstractUrl": "/journal/tk/2013/08/ttk2013081760/13rRUyYjKaO", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tp/2014/08/06701205", "title": "Segmentation of 3D Meshes Usingp-Spectral Clustering", "doi": null, "abstractUrl": "/journal/tp/2014/08/06701205/13rRUzphDz6", "parentPublication": { "id": "trans/tp", "title": "IEEE Transactions on Pattern Analysis & Machine Intelligence", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/micai/2016/7735/0/773500a069", "title": "A Study on Pattern-Based Spectral Clustering Methods in DWN", "doi": null, "abstractUrl": "/proceedings-article/micai/2016/773500a069/17D45VTRorA", "parentPublication": { "id": "proceedings/micai/2016/7735/0", "title": "2016 Fifteenth Mexican International Conference on Artificial Intelligence (MICAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2022/01/08778699", "title": "Fast Compressive Spectral Clustering for Large-Scale Sparse Graph", "doi": null, "abstractUrl": "/journal/bd/2022/01/08778699/1A8c2XDewyA", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2021/06/09263338", "title": "Regularized Spectral Clustering With Entropy Perturbation", "doi": null, "abstractUrl": "/journal/bd/2021/06/09263338/1oReEPfsM6s", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/bigdia/2020/2232/0/223200a257", "title": "DBSCAN Is Semi-Spectral Clustering", "doi": null, "abstractUrl": "/proceedings-article/bigdia/2020/223200a257/1stvyZFcIYU", "parentPublication": { "id": "proceedings/bigdia/2020/2232/0", "title": "2020 6th International Conference on Big Data and Information Analytics (BigDIA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tk/2023/01/09419769", "title": "Adaptive Spectral Rotation via Joint Cluster and Pairwise Structure", "doi": null, "abstractUrl": "/journal/tk/2023/01/09419769/1tcfBPw9fji", "parentPublication": { "id": "trans/tk", "title": "IEEE Transactions on Knowledge & Data Engineering", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "09465741", "articleId": "1uIR9VwB7Xy", "__typename": "AdjacentArticleType" }, "next": { "fno": "09497691", "articleId": "1vzY5Ct4E92", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNvsDHDY", "title": "Jan.", "year": "2020", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "26", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1cOhCfAgaZO", "doi": "10.1109/TVCG.2019.2934631", "abstract": "Machine learning models are currently being deployed in a variety of real-world applications where model predictions are used to make decisions about healthcare, bank loans, and numerous other critical tasks. As the deployment of artificial intelligence technologies becomes ubiquitous, it is unsurprising that adversaries have begun developing methods to manipulate machine learning models to their advantage. While the visual analytics community has developed methods for opening the black box of machine learning models, little work has focused on helping the user understand their model vulnerabilities in the context of adversarial attacks. In this paper, we present a visual analytics framework for explaining and exploring model vulnerabilities to adversarial attacks. Our framework employs a multi-faceted visualization scheme designed to support the analysis of data poisoning attacks from the perspective of models, data instances, features, and local structures. We demonstrate our framework through two case studies on binary classifiers and illustrate model vulnerabilities with respect to varying attack strategies.", "abstracts": [ { "abstractType": "Regular", "content": "Machine learning models are currently being deployed in a variety of real-world applications where model predictions are used to make decisions about healthcare, bank loans, and numerous other critical tasks. As the deployment of artificial intelligence technologies becomes ubiquitous, it is unsurprising that adversaries have begun developing methods to manipulate machine learning models to their advantage. While the visual analytics community has developed methods for opening the black box of machine learning models, little work has focused on helping the user understand their model vulnerabilities in the context of adversarial attacks. In this paper, we present a visual analytics framework for explaining and exploring model vulnerabilities to adversarial attacks. Our framework employs a multi-faceted visualization scheme designed to support the analysis of data poisoning attacks from the perspective of models, data instances, features, and local structures. We demonstrate our framework through two case studies on binary classifiers and illustrate model vulnerabilities with respect to varying attack strategies.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Machine learning models are currently being deployed in a variety of real-world applications where model predictions are used to make decisions about healthcare, bank loans, and numerous other critical tasks. As the deployment of artificial intelligence technologies becomes ubiquitous, it is unsurprising that adversaries have begun developing methods to manipulate machine learning models to their advantage. While the visual analytics community has developed methods for opening the black box of machine learning models, little work has focused on helping the user understand their model vulnerabilities in the context of adversarial attacks. In this paper, we present a visual analytics framework for explaining and exploring model vulnerabilities to adversarial attacks. Our framework employs a multi-faceted visualization scheme designed to support the analysis of data poisoning attacks from the perspective of models, data instances, features, and local structures. We demonstrate our framework through two case studies on binary classifiers and illustrate model vulnerabilities with respect to varying attack strategies.", "title": "Explaining Vulnerabilities to Adversarial Machine Learning through Visual Analytics", "normalizedTitle": "Explaining Vulnerabilities to Adversarial Machine Learning through Visual Analytics", "fno": "08812988", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Analysis", "Data Visualisation", "Learning Artificial Intelligence", "Data Analysis", "Multifaceted Visualization", "Artificial Intelligence", "Adversarial Attacks", "Visual Analytics", "Adversarial Machine Learning", "Analytical Models", "Machine Learning", "Visual Analytics", "Training", "Predictive Models", "Adversarial Machine Learning", "Data Poisoning", "Visual Analytics" ], "authors": [ { "givenName": "Yuxin", "surname": "Ma", "fullName": "Yuxin Ma", "affiliation": "School of Computing, Informatics & Decision Systems Engineering, Arizona State University", "__typename": "ArticleAuthorType" }, { "givenName": "Tiankai", "surname": "Xie", "fullName": "Tiankai Xie", "affiliation": "School of Computing, Informatics & Decision Systems Engineering, Arizona State University", "__typename": "ArticleAuthorType" }, { "givenName": "Jundong", "surname": "Li", "fullName": "Jundong Li", "affiliation": "Department of Electrical and Computer EngineeringUniversity of Virginia", "__typename": "ArticleAuthorType" }, { "givenName": "Ross", "surname": "Maciejewski", "fullName": "Ross Maciejewski", "affiliation": "School of Computing, Informatics & Decision Systems Engineering, Arizona State University", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2020-01-01 00:00:00", "pubType": "trans", "pages": "1075-1085", "year": "2020", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vizsec/2015/7599/0/07312767", "title": "A visual analytics loop for supporting model development", "doi": null, "abstractUrl": "/proceedings-article/vizsec/2015/07312767/12OmNxTEiPj", "parentPublication": { "id": "proceedings/vizsec/2015/7599/0", "title": "2015 IEEE Symposium on Visualization for Cyber Security (VizSec)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2018/06/08320546", "title": "GANViz: A Visual Analytics Approach to Understand the Adversarial Game", "doi": null, "abstractUrl": "/journal/tg/2018/06/08320546/13rRUEgs2tu", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/co/2013/07/mco2013070030", "title": "Visual Analytics Support for Intelligence Analysis", "doi": null, "abstractUrl": "/magazine/co/2013/07/mco2013070030/13rRUxD9h0P", "parentPublication": { "id": "mags/co", "title": "Computer", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2009/02/mcg2009020084", "title": "Demystifying Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2009/02/mcg2009020084/13rRUy3gn3z", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2023/01/09903281", "title": "A Visual Analytics System for Improving Attention-based Traffic Forecasting Models", "doi": null, "abstractUrl": "/journal/tg/2023/01/09903281/1GZolp3W1mE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2020/01/08807264", "title": "Tac-Simur: Tactic-based Simulative Visual Analytics of Table Tennis", "doi": null, "abstractUrl": "/journal/tg/2020/01/08807264/1cG6vo24hRC", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vizsec/2019/3876/0/09161563", "title": "A Visual Analytics Framework for Adversarial Text Generation", "doi": null, "abstractUrl": "/proceedings-article/vizsec/2019/09161563/1m6hHu2C1LG", "parentPublication": { "id": "proceedings/vizsec/2019/3876/0", "title": "2019 IEEE Symposium on Visualization for Cyber Security (VizSec)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/02/09219240", "title": "A Visual Analytics Framework for Explaining and Diagnosing Transfer Learning Processes", "doi": null, "abstractUrl": "/journal/tg/2021/02/09219240/1nMMmribStW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/trex/2020/8514/0/851400a016", "title": "Towards Trust-Augmented Visual Analytics for Data-Driven Energy Modeling", "doi": null, "abstractUrl": "/proceedings-article/trex/2020/851400a016/1pXm2UrVXMc", "parentPublication": { "id": "proceedings/trex/2020/8514/0", "title": "2020 IEEE Workshop on TRust and EXpertise in Visual Analytics (TREX)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccma/2021/2567/0/256700a071", "title": "Cyber Threat Ontology and Adversarial Machine Learning Attacks: Analysis and Prediction Perturbance", "doi": null, "abstractUrl": "/proceedings-article/iccma/2021/256700a071/1xDQ5e7LRE4", "parentPublication": { "id": "proceedings/iccma/2021/2567/0", "title": "2021 International Conference on Computing, Computational Modelling and Applications (ICCMA)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08807299", "articleId": "1cG6r4enRnO", "__typename": "AdjacentArticleType" }, "next": { "fno": "08805420", "articleId": "1cG4psmkNQA", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1lxvh7zYIh2", "name": "ttg202001-08812988s1-supp1-2934631.mp4", "location": "https://www.computer.org/csdl/api/v1/extra/ttg202001-08812988s1-supp1-2934631.mp4", "extension": "mp4", "size": "20.8 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNqG0SVn", "title": "Dec.", "year": "2019", "issueNum": "12", "idPrefix": "td", "pubType": "journal", "volume": "30", "label": "Dec.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "1aKu0HupDji", "doi": "10.1109/TPDS.2019.2921956", "abstract": "Intelligent video surveillance (IVS) is always an interesting research topic to utilize visual analysis algorithms for exploring richly structured information from big surveillance data. However, existing IVS systems either struggle to utilize computing resources adequately to improve the efficiency of large-scale video analysis, or present a customized system for specific video analytic functions. It still lacks of a comprehensive computing architecture to enhance efficiency, extensibility and flexibility of IVS system. Moreover, it is also an open problem to study the effect of the combinations of multiple vision modules on the final performance of end applications of IVS system. Motivated by these challenges, we develop an Intelligent Scene Exploration and Evaluation (ISEE) platform based on a heterogeneous CPU-GPU cluster and some distributed computing tools, where Spark Streaming serves as the computing engine for efficient large-scale video processing and Kafka is adopted as a middle-ware message center to decouple different analysis modules flexibly. To validate the efficiency of the ISEE and study the evaluation problem on composable systems, we instantiate the ISEE for an end application on person retrieval with three visual analysis modules, including pedestrian detection with tracking, attribute recognition and re-identification. Extensive experiments are performed on a large-scale surveillance video dataset involving 25 camera scenes, totally 587 hours 720p synchronous videos, where a two-stage question-answering procedure is proposed to measure the performance of execution pipelines composed of multiple visual analysis algorithms based on millions of attribute-based and relationship-based queries. The case study of system-level evaluations may inspire researchers to improve visual analysis algorithms and combining strategies from the view of a scalable and composable system in the future.", "abstracts": [ { "abstractType": "Regular", "content": "Intelligent video surveillance (IVS) is always an interesting research topic to utilize visual analysis algorithms for exploring richly structured information from big surveillance data. However, existing IVS systems either struggle to utilize computing resources adequately to improve the efficiency of large-scale video analysis, or present a customized system for specific video analytic functions. It still lacks of a comprehensive computing architecture to enhance efficiency, extensibility and flexibility of IVS system. Moreover, it is also an open problem to study the effect of the combinations of multiple vision modules on the final performance of end applications of IVS system. Motivated by these challenges, we develop an Intelligent Scene Exploration and Evaluation (ISEE) platform based on a heterogeneous CPU-GPU cluster and some distributed computing tools, where Spark Streaming serves as the computing engine for efficient large-scale video processing and Kafka is adopted as a middle-ware message center to decouple different analysis modules flexibly. To validate the efficiency of the ISEE and study the evaluation problem on composable systems, we instantiate the ISEE for an end application on person retrieval with three visual analysis modules, including pedestrian detection with tracking, attribute recognition and re-identification. Extensive experiments are performed on a large-scale surveillance video dataset involving 25 camera scenes, totally 587 hours 720p synchronous videos, where a two-stage question-answering procedure is proposed to measure the performance of execution pipelines composed of multiple visual analysis algorithms based on millions of attribute-based and relationship-based queries. The case study of system-level evaluations may inspire researchers to improve visual analysis algorithms and combining strategies from the view of a scalable and composable system in the future.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Intelligent video surveillance (IVS) is always an interesting research topic to utilize visual analysis algorithms for exploring richly structured information from big surveillance data. However, existing IVS systems either struggle to utilize computing resources adequately to improve the efficiency of large-scale video analysis, or present a customized system for specific video analytic functions. It still lacks of a comprehensive computing architecture to enhance efficiency, extensibility and flexibility of IVS system. Moreover, it is also an open problem to study the effect of the combinations of multiple vision modules on the final performance of end applications of IVS system. Motivated by these challenges, we develop an Intelligent Scene Exploration and Evaluation (ISEE) platform based on a heterogeneous CPU-GPU cluster and some distributed computing tools, where Spark Streaming serves as the computing engine for efficient large-scale video processing and Kafka is adopted as a middle-ware message center to decouple different analysis modules flexibly. To validate the efficiency of the ISEE and study the evaluation problem on composable systems, we instantiate the ISEE for an end application on person retrieval with three visual analysis modules, including pedestrian detection with tracking, attribute recognition and re-identification. Extensive experiments are performed on a large-scale surveillance video dataset involving 25 camera scenes, totally 587 hours 720p synchronous videos, where a two-stage question-answering procedure is proposed to measure the performance of execution pipelines composed of multiple visual analysis algorithms based on millions of attribute-based and relationship-based queries. The case study of system-level evaluations may inspire researchers to improve visual analysis algorithms and combining strategies from the view of a scalable and composable system in the future.", "title": "ISEE: An Intelligent Scene Exploration and Evaluation Platform for Large-Scale Visual Surveillance", "normalizedTitle": "ISEE: An Intelligent Scene Exploration and Evaluation Platform for Large-Scale Visual Surveillance", "fno": "08734005", "hasPdf": true, "idPrefix": "td", "keywords": [ "Data Analysis", "Data Visualisation", "Graphics Processing Units", "Information Retrieval", "Middleware", "Object Detection", "Video Signal Processing", "Video Surveillance", "Relationship Based Queries", "Attribute Based Queries", "Middleware Message Center", "Attribute Recognition", "Pedestrian Detection", "Person Retrieval", "Intelligent Scene Exploration And Evaluation Platform", "Camera Scenes", "Video Analytic Functions", "Composable Systems", "Evaluation Problem", "Video Processing", "Computing Engine", "Distributed Computing Tools", "Heterogeneous CPU GPU Cluster", "Multiple Vision Modules", "Computing Architecture", "Video Analysis", "IVS System", "Surveillance Data", "Intelligent Video Surveillance", "Visual Surveillance", "System Level Evaluations", "Multiple Visual Analysis Algorithms", "Large Scale Surveillance Video Dataset", "End Application", "ISEE", "Visualization", "Surveillance", "Task Analysis", "Streaming Media", "Computer Architecture", "Visual Analytics", "Intelligent Surveillance System", "Big Visual Data", "Distributed System And Parallel Computing" ], "authors": [ { "givenName": "Da", "surname": "Li", "fullName": "Da Li", "affiliation": "School of Artificial Intelligence, University of Chinese Academy of Sciences (UCAS), Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Zhang", "surname": "Zhang", "fullName": "Zhang Zhang", "affiliation": "CRIPAC and NLPR, Institute of Automation, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Kai", "surname": "Yu", "fullName": "Kai Yu", "affiliation": "Carnegie Mellon University, Pittsburgh, PA, USA", "__typename": "ArticleAuthorType" }, { "givenName": "Kaiqi", "surname": "Huang", "fullName": "Kaiqi Huang", "affiliation": "CRISE, Institute of Automation, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" }, { "givenName": "Tieniu", "surname": "Tan", "fullName": "Tieniu Tan", "affiliation": "CRIPAC and NLPR, Institute of Automation, Chinese Academy of Sciences, Beijing, China", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "12", "pubDate": "2019-12-01 00:00:00", "pubType": "trans", "pages": "2743-2758", "year": "2019", "issn": "1045-9219", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/icme/2008/2570/0/04607676", "title": "ViSOR: VIdeo Surveillance On-line Repository for annotation retrieval", "doi": null, "abstractUrl": "/proceedings-article/icme/2008/04607676/12OmNAS9zAI", "parentPublication": { "id": "proceedings/icme/2008/2570/0", "title": "2008 IEEE International Conference on Multimedia and Expo (ICME)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/avss/2012/4797/0/4797a452", "title": "Fast Crowd Density Estimation in Surveillance Videos without Training", "doi": null, "abstractUrl": "/proceedings-article/avss/2012/4797a452/12OmNBSjIWF", "parentPublication": { "id": "proceedings/avss/2012/4797/0", "title": "2012 IEEE Ninth International Conference on Advanced Video and Signal-Based Surveillance", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/chinacom/2012/2698/0/06417560", "title": "Embedded intelligent video surveillance and cooperative tracking system", "doi": null, "abstractUrl": "/proceedings-article/chinacom/2012/06417560/12OmNrJ11zW", "parentPublication": { "id": "proceedings/chinacom/2012/2698/0", "title": "7th International Conference on Communications and Networking in China", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iccvw/2011/0063/0/06130488", "title": "Operator attention based video surveillance", "doi": null, "abstractUrl": "/proceedings-article/iccvw/2011/06130488/12OmNwtEEGp", "parentPublication": { "id": "proceedings/iccvw/2011/0063/0", "title": "2011 IEEE International Conference on Computer Vision Workshops (ICCV Workshops)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/lcnw/2012/2130/0/06424076", "title": "Smart city surveillance: Leveraging benefits of cloud data stores", "doi": null, "abstractUrl": "/proceedings-article/lcnw/2012/06424076/12OmNxWcHmF", "parentPublication": { "id": "proceedings/lcnw/2012/2130/0", "title": "2012 IEEE 37th Annual Conference on Local Computer Networks (LCN 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmew/2012/2027/0/06266418", "title": "Resource Allocation for Service Composition in Cloud-based Video Surveillance Platform", "doi": null, "abstractUrl": "/proceedings-article/icmew/2012/06266418/12OmNxcMSgt", "parentPublication": { "id": "proceedings/icmew/2012/2027/0", "title": "2012 IEEE International Conference on Multimedia & Expo Workshops (ICMEW 2012)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122119", "title": "Interactive Exploration of Surveillance Video through Action Shot Summarization and Trajectory Visualization", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122119/13rRUxC0SOX", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/hpcc-dss-smartcity-dependsys/2021/9457/0/945700b397", "title": "On-Camera Content Filtering for Real-Time Video Analytics", "doi": null, "abstractUrl": "/proceedings-article/hpcc-dss-smartcity-dependsys/2021/945700b397/1DNE1uTGHIc", "parentPublication": { "id": "proceedings/hpcc-dss-smartcity-dependsys/2021/9457/0", "title": "2021 IEEE 23rd Int Conf on High Performance Computing & Communications; 7th Int Conf on Data Science & Systems; 19th Int Conf on Smart City; 7th Int Conf on Dependability in Sensor, Cloud & Big Data Systems & Application (HPCC/DSS/SmartCity/DependSys)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icmcce/2019/4689/0/468900a741", "title": "Research on Video Surveillance Key Management Scheme Based on Identification Password", "doi": null, "abstractUrl": "/proceedings-article/icmcce/2019/468900a741/1h0FiPIv5XW", "parentPublication": { "id": "proceedings/icmcce/2019/4689/0", "title": "2019 4th International Conference on Mechanical, Control and Computer Engineering (ICMCCE)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ccgrid/2021/9586/0/958600a386", "title": "VRefine: Refining Massive Surveillance Videos for Efficient Store and Fast Analyzing", "doi": null, "abstractUrl": "/proceedings-article/ccgrid/2021/958600a386/1vK0xNgx7Es", "parentPublication": { "id": "proceedings/ccgrid/2021/9586/0", "title": "2021 IEEE/ACM 21st International Symposium on Cluster, Cloud and Internet Computing (CCGrid)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "08747454", "articleId": "1bcHvaYGOUU", "__typename": "AdjacentArticleType" }, "next": { "fno": "08756083", "articleId": "1bpYMSsjx0k", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "1i4oLyJUvoA", "name": "ttd201912-08734005s1.pdf", "location": "https://www.computer.org/csdl/api/v1/extra/ttd201912-08734005s1.pdf", "extension": "pdf", "size": "114 kB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNvGPE8n", "title": "Jan.", "year": "2016", "issueNum": "01", "idPrefix": "tg", "pubType": "journal", "volume": "22", "label": "Jan.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUIJuxvk", "doi": "10.1109/TVCG.2015.2468091", "abstract": "We present a new visualization approach for displaying eye tracking data from multiple participants. We aim to show the spatio-temporal data of the gaze points in the context of the underlying image or video stimulus without occlusion. Our technique, denoted as gaze stripes, does not require the explicit definition of areas of interest but directly uses the image data around the gaze points, similar to thumbnails for images. A gaze stripe consists of a sequence of such gaze point images, oriented along a horizontal timeline. By displaying multiple aligned gaze stripes, it is possible to analyze and compare the viewing behavior of the participants over time. Since the analysis is carried out directly on the image data, expensive post-processing or manual annotation are not required. Therefore, not only patterns and outliers in the participants' scanpaths can be detected, but the context of the stimulus is available as well. Furthermore, our approach is especially well suited for dynamic stimuli due to the non-aggregated temporal mapping. Complementary views, i.e., markers, notes, screenshots, histograms, and results from automatic clustering, can be added to the visualization to display analysis results. We illustrate the usefulness of our technique on static and dynamic stimuli. Furthermore, we discuss the limitations and scalability of our approach in comparison to established visualization techniques.", "abstracts": [ { "abstractType": "Regular", "content": "We present a new visualization approach for displaying eye tracking data from multiple participants. We aim to show the spatio-temporal data of the gaze points in the context of the underlying image or video stimulus without occlusion. Our technique, denoted as gaze stripes, does not require the explicit definition of areas of interest but directly uses the image data around the gaze points, similar to thumbnails for images. A gaze stripe consists of a sequence of such gaze point images, oriented along a horizontal timeline. By displaying multiple aligned gaze stripes, it is possible to analyze and compare the viewing behavior of the participants over time. Since the analysis is carried out directly on the image data, expensive post-processing or manual annotation are not required. Therefore, not only patterns and outliers in the participants' scanpaths can be detected, but the context of the stimulus is available as well. Furthermore, our approach is especially well suited for dynamic stimuli due to the non-aggregated temporal mapping. Complementary views, i.e., markers, notes, screenshots, histograms, and results from automatic clustering, can be added to the visualization to display analysis results. We illustrate the usefulness of our technique on static and dynamic stimuli. Furthermore, we discuss the limitations and scalability of our approach in comparison to established visualization techniques.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "We present a new visualization approach for displaying eye tracking data from multiple participants. We aim to show the spatio-temporal data of the gaze points in the context of the underlying image or video stimulus without occlusion. Our technique, denoted as gaze stripes, does not require the explicit definition of areas of interest but directly uses the image data around the gaze points, similar to thumbnails for images. A gaze stripe consists of a sequence of such gaze point images, oriented along a horizontal timeline. By displaying multiple aligned gaze stripes, it is possible to analyze and compare the viewing behavior of the participants over time. Since the analysis is carried out directly on the image data, expensive post-processing or manual annotation are not required. Therefore, not only patterns and outliers in the participants' scanpaths can be detected, but the context of the stimulus is available as well. Furthermore, our approach is especially well suited for dynamic stimuli due to the non-aggregated temporal mapping. Complementary views, i.e., markers, notes, screenshots, histograms, and results from automatic clustering, can be added to the visualization to display analysis results. We illustrate the usefulness of our technique on static and dynamic stimuli. Furthermore, we discuss the limitations and scalability of our approach in comparison to established visualization techniques.", "title": "Gaze Stripes: Image-Based Visualization of Eye Tracking Data", "normalizedTitle": "Gaze Stripes: Image-Based Visualization of Eye Tracking Data", "fno": "07194851", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Visualization", "Context", "Gaze Tracking", "Visualization", "Histograms", "Clustering Algorithms", "Manuals", "Spatio Temporal Visualization", "Eye Tracking", "Time Dependent Data", "Spatio Temporal Visualization", "Eye Tracking", "Time Dependent Data" ], "authors": [ { "givenName": "Kuno", "surname": "Kurzhals", "fullName": "Kuno Kurzhals", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Marcel", "surname": "Hlawatsch", "fullName": "Marcel Hlawatsch", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Florian", "surname": "Heimerl", "fullName": "Florian Heimerl", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Michael", "surname": "Burch", "fullName": "Michael Burch", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Thomas", "surname": "Ertl", "fullName": "Thomas Ertl", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Weiskopf", "fullName": "Daniel Weiskopf", "affiliation": ", University of Stuttgart", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "01", "pubDate": "2016-01-01 00:00:00", "pubType": "trans", "pages": "1005-1014", "year": "2016", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/etvis/2016/4731/0/07851165", "title": "Visualizing eye tracking data with gaze-guided slit-scans", "doi": null, "abstractUrl": "/proceedings-article/etvis/2016/07851165/12OmNB8kHPk", "parentPublication": { "id": "proceedings/etvis/2016/4731/0", "title": "2016 IEEE Second Workshop on Eye Tracking and Visualization (ETVIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/icinis/2010/4249/0/4249a048", "title": "Implementation and Optimization of the Eye Gaze Tracking System Based on DM642", "doi": null, "abstractUrl": "/proceedings-article/icinis/2010/4249a048/12OmNs4S8I4", "parentPublication": { "id": "proceedings/icinis/2010/4249/0", "title": "Intelligent Networks and Intelligent Systems, International Workshop on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/cvpr/2017/0457/0/0457g412", "title": "Gaze Embeddings for Zero-Shot Image Classification", "doi": null, "abstractUrl": "/proceedings-article/cvpr/2017/0457g412/12OmNyqiaRm", "parentPublication": { "id": "proceedings/cvpr/2017/0457/0", "title": "2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/ism/2016/4571/0/4571a431", "title": "Evaluation of Interactive Data Visualization Tools Based on Gaze and Mouse Tracking", "doi": null, "abstractUrl": "/proceedings-article/ism/2016/4571a431/12OmNyxXlyX", "parentPublication": { "id": "proceedings/ism/2016/4571/0", "title": "2016 IEEE International Symposium on Multimedia (ISM)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/wkdd/2009/3543/0/3543a594", "title": "Research on Eye-gaze Tracking Network Generated by Augmented Reality Application", "doi": null, "abstractUrl": "/proceedings-article/wkdd/2009/3543a594/12OmNzl3WVn", "parentPublication": { "id": "proceedings/wkdd/2009/3543/0", "title": "2009 Second International Workshop on Knowledge Discovery and Data Mining. WKDD 2009", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/irc/2017/6724/0/07926555", "title": "Gaze Tracking and Object Recognition from Eye Images", "doi": null, "abstractUrl": "/proceedings-article/irc/2017/07926555/12OmNzvz6Lc", "parentPublication": { "id": "proceedings/irc/2017/6724/0", "title": "2017 First IEEE International Conference on Robotic Computing (IRC)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/02/07414495", "title": "Fauxvea: Crowdsourcing Gaze Location Estimates for Visualization Analysis Tasks", "doi": null, "abstractUrl": "/journal/tg/2017/02/07414495/13rRUwInvyE", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/beliv/2022/9629/0/962900a077", "title": "Evaluating Situated Visualization in AR with Eye Tracking", "doi": null, "abstractUrl": "/proceedings-article/beliv/2022/962900a077/1J6hQaR9Uo8", "parentPublication": { "id": "proceedings/beliv/2022/9629/0", "title": "2022 IEEE Evaluation and Beyond - Methodological Approaches for Visualization (BELIV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vr/2020/5608/0/09089578", "title": "Exploring Eye Gaze Visualization Techniques for Identifying Distracted Students in Educational VR", "doi": null, "abstractUrl": "/proceedings-article/vr/2020/09089578/1jIxfimnIaY", "parentPublication": { "id": "proceedings/vr/2020/5608/0", "title": "2020 IEEE Conference on Virtual Reality and 3D User Interfaces (VR)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2021/05/09389490", "title": "Event-Based Near-Eye Gaze Tracking Beyond 10,000 Hz", "doi": null, "abstractUrl": "/journal/tg/2021/05/09389490/1smZT5W55V6", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07210213", "articleId": "13rRUxlgy3L", "__typename": "AdjacentArticleType" }, "next": { "fno": "07194844", "articleId": "13rRUB7a1fT", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [ { "id": "17ShDTXWRLQ", "name": "ttg201601-07194851s1.zip", "location": "https://www.computer.org/csdl/api/v1/extra/ttg201601-07194851s1.zip", "extension": "zip", "size": "36.9 MB", "__typename": "WebExtraType" } ], "articleVideos": [] }
{ "issue": { "id": "12OmNyRxFj0", "title": "March", "year": "2018", "issueNum": "03", "idPrefix": "tg", "pubType": "journal", "volume": "24", "label": "March", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUILLkDY", "doi": "10.1109/TVCG.2017.2665498", "abstract": "Eye-tracking data is traditionally analyzed by looking at where on a visual stimulus subjects fixate, or, to facilitate more advanced analyses, by using area-of-interests (AOI) defined onto visual stimuli. Recently, there is increasing interest in methods that capture what users are looking at rather than where they are looking. By instrumenting visualization code that transforms a data model into visual content, gaze coordinates reported by an eye-tracker can be mapped directly to granular data shown on the screen, producing temporal sequences of data objects that subjects viewed in an experiment. Such data collection, which is called gaze to object mapping (GTOM) or data-of-interest analysis (DOI), can be done reliably with limited overhead and can facilitate research workflows not previously possible. Our paper contributes to establishing a foundation of DOI analyses by defining a DOI data model and highlighting its differences to AOI data in structure and scale; by defining and exemplifying a space of DOI enabled tasks; by describing three concrete examples of DOI experimentation in three different domains; and by discussing immediate research challenges in creating a framework of visual support for DOI experimentation and analysis.", "abstracts": [ { "abstractType": "Regular", "content": "Eye-tracking data is traditionally analyzed by looking at where on a visual stimulus subjects fixate, or, to facilitate more advanced analyses, by using area-of-interests (AOI) defined onto visual stimuli. Recently, there is increasing interest in methods that capture what users are looking at rather than where they are looking. By instrumenting visualization code that transforms a data model into visual content, gaze coordinates reported by an eye-tracker can be mapped directly to granular data shown on the screen, producing temporal sequences of data objects that subjects viewed in an experiment. Such data collection, which is called gaze to object mapping (GTOM) or data-of-interest analysis (DOI), can be done reliably with limited overhead and can facilitate research workflows not previously possible. Our paper contributes to establishing a foundation of DOI analyses by defining a DOI data model and highlighting its differences to AOI data in structure and scale; by defining and exemplifying a space of DOI enabled tasks; by describing three concrete examples of DOI experimentation in three different domains; and by discussing immediate research challenges in creating a framework of visual support for DOI experimentation and analysis.", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Eye-tracking data is traditionally analyzed by looking at where on a visual stimulus subjects fixate, or, to facilitate more advanced analyses, by using area-of-interests (AOI) defined onto visual stimuli. Recently, there is increasing interest in methods that capture what users are looking at rather than where they are looking. By instrumenting visualization code that transforms a data model into visual content, gaze coordinates reported by an eye-tracker can be mapped directly to granular data shown on the screen, producing temporal sequences of data objects that subjects viewed in an experiment. Such data collection, which is called gaze to object mapping (GTOM) or data-of-interest analysis (DOI), can be done reliably with limited overhead and can facilitate research workflows not previously possible. Our paper contributes to establishing a foundation of DOI analyses by defining a DOI data model and highlighting its differences to AOI data in structure and scale; by defining and exemplifying a space of DOI enabled tasks; by describing three concrete examples of DOI experimentation in three different domains; and by discussing immediate research challenges in creating a framework of visual support for DOI experimentation and analysis.", "title": "A Data Model and Task Space for Data of Interest (DOI) Eye-Tracking Analyses", "normalizedTitle": "A Data Model and Task Space for Data of Interest (DOI) Eye-Tracking Analyses", "fno": "07845707", "hasPdf": true, "idPrefix": "tg", "keywords": [ "Data Visualization", "Visualization", "Three Dimensional Displays", "Semantics", "Data Models", "Taxonomy", "Context", "Eye Tracking", "Taxonomies", "Visual Analysis Models" ], "authors": [ { "givenName": "Radu", "surname": "Jianu", "fullName": "Radu Jianu", "affiliation": "City University, London", "__typename": "ArticleAuthorType" }, { "givenName": "Sayeed Safayet", "surname": "Alam", "fullName": "Sayeed Safayet Alam", "affiliation": "School of Computing and Information Sciences, Florida International University, Miami, FL", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "03", "pubDate": "2018-03-01 00:00:00", "pubType": "trans", "pages": "1232-1245", "year": "2018", "issn": "1077-2626", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/coinfo/2009/3898/0/3898a065", "title": "Developing a Registration System for the Scientific Content Using DOI", "doi": null, "abstractUrl": "/proceedings-article/coinfo/2009/3898a065/12OmNqBbI1E", "parentPublication": { "id": "proceedings/coinfo/2009/3898/0", "title": "2009 Fourth International Conference on Cooperation and Promotion of Information Resources in Science and Technology (COINFO 2009)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2014/03/ttg2014030337", "title": "A Modular Degree-of-Interest Specification for the Visual Analysis of Large Dynamic Networks", "doi": null, "abstractUrl": "/journal/tg/2014/03/ttg2014030337/13rRUEgs2M3", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/05/07420740", "title": "Analyzing Eye-Tracking Information in Visualization and Data Space: From Where on the Screen to What on the Screen", "doi": null, "abstractUrl": "/journal/tg/2017/05/07420740/13rRUwbaqUR", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2015/04/mcg2015040028", "title": "Characterizing Visualization Insights from Quantified Selfers' Personal Data Presentations", "doi": null, "abstractUrl": "/magazine/cg/2015/04/mcg2015040028/13rRUxCRFQl", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2015/04/mcg2015040064", "title": "Eye Tracking for Personal Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2015/04/mcg2015040064/13rRUyft7x8", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2016/12/07369992", "title": "ThermalPlot: Visualizing Multi-Attribute Time-Series Data Using a Thermal Metaphor", "doi": null, "abstractUrl": "/journal/tg/2016/12/07369992/13rRUygT7yg", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2012/10/ttg2012101744", "title": "Interest Driven Navigation in Visualization", "doi": null, "abstractUrl": "/journal/tg/2012/10/ttg2012101744/13rRUynHuj7", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2019/01/08454276", "title": "Identification of Temporally Varying Areas of Interest in Long-Duration Eye-Tracking Data Sets", "doi": null, "abstractUrl": "/journal/tg/2019/01/08454276/17D45WHONig", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/iiai-aai/2018/7447/0/744701a450", "title": "Recent Activity of DOI-minting to Solar-Terrestrial Physics Data in Japan", "doi": null, "abstractUrl": "/proceedings-article/iiai-aai/2018/744701a450/19m3IVEuJ9K", "parentPublication": { "id": "proceedings/iiai-aai/2018/7447/0", "title": "2018 7th International Congress on Advanced Applied Informatics (IIAI-AAI)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/acii/2021/0019/0/09597440", "title": "Analysis of Eye Fixations During Emotion Recognition in Talking Faces", "doi": null, "abstractUrl": "/proceedings-article/acii/2021/09597440/1yylelPtnB6", "parentPublication": { "id": "proceedings/acii/2021/0019/0", "title": "2021 9th International Conference on Affective Computing and Intelligent Interaction (ACII)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "07867820", "articleId": "13rRUy2YLT6", "__typename": "AdjacentArticleType" }, "next": { "fno": "07849179", "articleId": "13rRUNvgz9Y", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }
{ "issue": { "id": "12OmNzaQoMg", "title": "Sept.-Oct.", "year": "2015", "issueNum": "05", "idPrefix": "cs", "pubType": "magazine", "volume": "17", "label": "Sept.-Oct.", "downloadables": { "hasCover": false, "__typename": "PeriodicalIssueDownloadablesType" }, "__typename": "PeriodicalIssue" }, "article": { "id": "13rRUxjyXbd", "doi": "10.1109/MCSE.2015.93", "abstract": "Eye tracking helps evaluate the quality of data visualization techniques and facilitates advanced interaction techniques for visualization systems. ", "abstracts": [ { "abstractType": "Regular", "content": "Eye tracking helps evaluate the quality of data visualization techniques and facilitates advanced interaction techniques for visualization systems. ", "__typename": "ArticleAbstractType" } ], "normalizedAbstract": "Eye tracking helps evaluate the quality of data visualization techniques and facilitates advanced interaction techniques for visualization systems. ", "title": "Eye Tracking in Computer-Based Visualization", "normalizedTitle": "Eye Tracking in Computer-Based Visualization", "fno": "mcs2015050064", "hasPdf": true, "idPrefix": "cs", "keywords": [ "Data Visualization", "Three Dimensional Displays", "Spatiotemporal Phenomena", "Visual Analytics", "Mobile Communication", "Scientific Computing", "Cosmic Web Galaxy Surveys", "Sloan Digital Sky Survey", "3 D Rendering Modeling", "Blender" ], "authors": [ { "givenName": "Kuno", "surname": "Kurzhals", "fullName": "Kuno Kurzhals", "affiliation": "University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Michael", "surname": "Burch", "fullName": "Michael Burch", "affiliation": "University of Stuttgart", "__typename": "ArticleAuthorType" }, { "givenName": "Thies", "surname": "Pfeiffer", "fullName": "Thies Pfeiffer", "affiliation": "Bielefeld University", "__typename": "ArticleAuthorType" }, { "givenName": "Daniel", "surname": "Weiskopf", "fullName": "Daniel Weiskopf", "affiliation": "University of Stuttgart", "__typename": "ArticleAuthorType" } ], "replicability": null, "showBuyMe": true, "showRecommendedArticles": true, "isOpenAccess": false, "issueNum": "05", "pubDate": "2015-09-01 00:00:00", "pubType": "mags", "pages": "64-71", "year": "2015", "issn": "1521-9615", "isbn": null, "notes": null, "notesType": null, "__typename": "ArticleType" }, "recommendedArticles": [ { "id": "proceedings/vast/2014/6227/0/07042482", "title": "An insight- and task-based methodology for evaluating spatiotemporal visual analytics", "doi": null, "abstractUrl": "/proceedings-article/vast/2014/07042482/12OmNwp74wP", "parentPublication": { "id": "proceedings/vast/2014/6227/0", "title": "2014 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vast/2014/6227/0/07042483", "title": "Weaving a carpet from log entries: A network security visualization built with co-creation", "doi": null, "abstractUrl": "/proceedings-article/vast/2014/07042483/12OmNwtn3An", "parentPublication": { "id": "proceedings/vast/2014/6227/0", "title": "2014 IEEE Conference on Visual Analytics Science and Technology (VAST)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/camp/1995/7134/0/71340258", "title": "Human-computer interaction based on eye movement tracking", "doi": null, "abstractUrl": "/proceedings-article/camp/1995/71340258/12OmNz2kqoN", "parentPublication": { "id": "proceedings/camp/1995/7134/0", "title": "Computer Architectures for Machine Perception, International Workshop on", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2008/01/mcg2008010018", "title": "An Information-Theoretic View of Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2008/01/mcg2008010018/13rRUB6SpRW", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2013/12/ttg2013122129", "title": "Space-Time Visual Analytics of Eye-Tracking Data for Dynamic Stimuli", "doi": null, "abstractUrl": "/journal/tg/2013/12/ttg2013122129/13rRUxBa5rW", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "mags/cg/2015/04/mcg2015040064", "title": "Eye Tracking for Personal Visual Analytics", "doi": null, "abstractUrl": "/magazine/cg/2015/04/mcg2015040064/13rRUyft7x8", "parentPublication": { "id": "mags/cg", "title": "IEEE Computer Graphics and Applications", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/tg/2017/01/07539297", "title": "Visual Analytics for Mobile Eye Tracking", "doi": null, "abstractUrl": "/journal/tg/2017/01/07539297/13rRUyv53Fx", "parentPublication": { "id": "trans/tg", "title": "IEEE Transactions on Visualization & Computer Graphics", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/beliv/2022/9629/0/962900a077", "title": "Evaluating Situated Visualization in AR with Eye Tracking", "doi": null, "abstractUrl": "/proceedings-article/beliv/2022/962900a077/1J6hQaR9Uo8", "parentPublication": { "id": "proceedings/beliv/2022/9629/0", "title": "2022 IEEE Evaluation and Beyond - Methodological Approaches for Visualization (BELIV)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "trans/bd/2022/02/08950124", "title": "Visual Analytics of Anomalous User Behaviors: A Survey", "doi": null, "abstractUrl": "/journal/bd/2022/02/08950124/1gKwHIY8sAo", "parentPublication": { "id": "trans/bd", "title": "IEEE Transactions on Big Data", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" }, { "id": "proceedings/vis/2020/8014/0/801400a086", "title": "A Visual Analytics Based Decision Making Environment for COVID-19 Modeling and Visualization", "doi": null, "abstractUrl": "/proceedings-article/vis/2020/801400a086/1qRO91uGLU4", "parentPublication": { "id": "proceedings/vis/2020/8014/0", "title": "2020 IEEE Visualization Conference (VIS)", "__typename": "ParentPublication" }, "__typename": "RecommendedArticleType" } ], "adjacentArticles": { "previous": { "fno": "mcs2015050052", "articleId": "13rRUxjyXej", "__typename": "AdjacentArticleType" }, "next": { "fno": "mcs2015050072", "articleId": "13rRUxly91h", "__typename": "AdjacentArticleType" }, "__typename": "AdjacentArticlesType" }, "webExtras": [], "articleVideos": [] }