Semi-Supervised Credit Card Fraud Detection via Attribute-Driven Graph Representation
Explore a novel approach for detecting credit card fraud using a semi-supervised attribute-driven graph representation. The technique leverages temporal aggregation and attention layers to automatically unify heterogeneous categorical attributes and detect fraudulent transactions without label leaka
1 views • 23 slides
Understanding Indexing: Key Concepts and Methods
Indexing plays a crucial role in organizing and retrieving information efficiently. It simplifies data, enhances accuracy, and enables quick access. This comprehensive guide explores the concept of indexing, different methods like pre-coordinate and post-coordinate indexing, factors affecting indexi
1 views • 18 slides
Understanding Temporal Data Management in TSQL Queries
Explore the realm of temporal data in TSQL queries, delving into the concepts of valid time and transaction time, different types of relations like snapshot and bi-temporal, and the significance of time dimensions in database management. Learn how temporal databases support time-related queries for
6 views • 41 slides
Exploring the impact of automated indexing on completeness of MeSH terms
This study delves into the effects of automated indexing on the thoroughness of MeSH terms. It addresses the novelty of automated indexing, its implications for teaching, questions raised by students, observed missing index terms, and the significance of MeSH in practice. The explanation of how auto
4 views • 33 slides
Localised Adaptive Spatial-Temporal Graph Neural Network
This paper introduces the Localised Adaptive Spatial-Temporal Graph Neural Network model, focusing on the importance of spatial-temporal data modeling in graph structures. The challenges of balancing spatial and temporal dependencies for accurate inference are addressed, along with the use of distri
3 views • 19 slides
Behavioral Data Analysis During Saccadic Eye Movement Task
Visual systems utilize saccades to focus on objects, impacting temporal perception. This study explores the effects of saccades and stimulus location on perceived time, presenting findings from an experiment on temporal perception mapping with fixed visual duration. The method of psychometric functi
0 views • 12 slides
Efficient Office Document Management Practices
Explore the key aspects of office document management, including filing and indexing systems, classification of records, steps in the record cycle, and the functions of filing and indexing. Learn how to organize, store, retrieve, and dispose of documents effectively to ensure operational efficiency.
1 views • 26 slides
Introduction to Information Retrieval: Compression Techniques and Index Optimization
Exploring concepts from information retrieval, this content delves into index compression methods such as blocked sort-based indexing and single-pass in-memory indexing. It discusses the importance of compression for inverted indexes to optimize memory usage and decrease disk space requirements, ult
0 views • 50 slides
Discussion on Temporal Entities and Simultaneity in CIDOC CRM Meeting
Temporal entities and the modeling of simultaneity in CIDOC CRM are under discussion at the upcoming meeting. The current approach considers the cardinality of certain relations, aiming to streamline the representation of time-spans and spacetime volumes. The evolving perspectives on the spatial com
3 views • 5 slides
Understanding Temporal and Spatial Information Models
This content delves into the intricacies of temporal and spatial information models, covering concepts such as existence, presence, and spatiotemporal relationships. It explores how entities are identified, events are witnessed, and durations are defined within these models. The interplay between ti
3 views • 9 slides
Advanced Tools for Text Indexing and Searching in SQL and Lucene
Explore advanced techniques for text indexing and searching using SQL statements like CREATE INDEX and FULLTEXT INDEX, along with insights into popular search engines such as Lucene, Sphinx, and Thinking Sphinx. Dive into the comparison between Lucene and Sphinx, and discover how tools like Sphinx S
0 views • 13 slides
Efficient Spatial Indexing Techniques for Range Queries
Explore spatial indexing methods such as grid file, kd-tree, and quadtrees for efficient range query processing. Learn how these methods partition space, handle multidimensional points, and optimize disk access. Discover the implementation details and search strategies for exact match and range quer
1 views • 56 slides
Local Features in Computer Vision - Slides by Prof. Kristen Grauman
This collection of slides by Prof. Kristen Grauman covers topics related to indexing and matching local features in computer vision. It discusses methods for generating candidate matches, constraining matches in stereo cases, and efficiently finding relevant features in a large database. The importa
1 views • 43 slides
Understanding Indexing Fundamentals in Simple SQL Server
Explore the basics of indexing in SQL Server with a focus on clustered and nonclustered index types, their uses, costs, & optimization. Learn the importance of SARGable queries, execution plans, and how indexes impact database performance.
2 views • 26 slides
Text Processing: Indexing, Zipf's Law, and Vocabulary Growth
Processing text involves converting documents into index terms, addressing issues like word variations, indexing text and metadata, understanding word frequency distribution with Zipf's Law, and predicting vocabulary growth with Heaps' Law.
0 views • 30 slides
Storage and Indexing Overview in Database Management Systems
The chapter on storage and indexing covers various aspects such as data retrieval from external storage disks and tapes, file organizations like heap files and sorted files, as well as the importance and structure of indexes in speeding up data retrievals. It delves into B+ Tree indexes and their or
1 views • 33 slides
Efficient Billion-Scale Label-Constrained Reachability Queries
Graph data sets are prevalent in various domains like social networks and biological networks. Label-Constrained Reachability (LCR) queries aim to determine if a vertex can reach another vertex through specific labeled edges. Existing works utilize exhaustive search or graph indexing techniques, but
0 views • 13 slides
Efficient Data Lookup and Indexing Techniques in Systems
This content delves into advanced indexing methods for optimized data lookup in systems. It discusses linear and binary search algorithms, data structures for efficient lookups, the concept of learned indexes, and challenges to implementing learned indexes. It also introduces Bourbon, a learned inde
1 views • 16 slides
Understanding Advanced Concepts in Temporal Point Processes for Human-Centered Machine Learning
Explore advanced concepts in temporal point processes through the lens of human-centered machine learning. Topics include marked temporal point processes, independent identically distributed marks, dependent marks, and mutually exciting marks. Learn about stochastic dynamical systems such as the Sus
0 views • 8 slides
Selectivity Estimation on Streaming Spatio-Textual Data Using Local Correlations
This research focuses on efficient selectivity estimation on streaming spatio-textual data by incorporating local correlations. It addresses the challenge of estimating the number of objects in a query region with specific keywords in real-time. The study proposes novel approaches like ASP-tree and
0 views • 29 slides
Advances in Full-Text Indexing Using Suffix Arrays
Explore the evolution of full-text indexing techniques leveraging suffix arrays, from SA-hash to FBCSA, with insights on experimental results, suffix trees, and compressed indexes like CSA and FM-index. Discover efficient search strategies and data structures for pattern matching in text processing.
1 views • 28 slides
Energy-Efficient GPU Design with Spatio-Temporal Shared-Thread Speculative Adders
Explore the significance of GPUs in modern systems, with emphasis on their widespread adoption and performance improvements over the years. The focus is on the need for low-power adders in GPUs due to high arithmetic intensity in GPU workloads.
0 views • 46 slides
Multimodal Semantic Indexing for Image Retrieval at IIIT Hyderabad
This research delves into multimodal semantic indexing methods for image retrieval, focusing on extending Latent Semantic Indexing (LSI) and probabilistic LSI to a multi-modal setting. Contributions include the refinement of graph models and partitioning algorithms to enhance image retrieval from tr
1 views • 28 slides
Understanding String Indexing and Slicing in Python
Python strings are sequences of characters that can be accessed using indexing and slicing. Indexing allows you to access individual characters in a string using numerical positions, starting from 0. Slicing enables you to extract a portion of a string by specifying a range of indices. Understanding
0 views • 26 slides
Introduction to Python Strings and Basic Operations
Python Programming introduces the string data type, representing text in programs as a sequence of characters enclosed in quotation marks. This chapter covers operations on strings using built-in functions and methods, sequences and indexing in Python strings and lists, string formatting, cryptograp
0 views • 67 slides
Understanding Spatio-Temporal Dynamics of Hydrological Processes at IIT Roorkee
This study conducted at the Indian Institute of Technology Roorkee focuses on modeling and understanding hydrological processes, particularly in estimating antecedent moisture in the Runoff Curve Number methodology. The research delves into the historical background of the Soil Conservation Service
0 views • 13 slides
Mastering Array Selection and Indexing in Data Processing
Unlock the power of array selection and indexing techniques through a series of educational slides. Explore different methods for selecting elements from arrays and dive into various indexing strategies, suitable for beginners and experienced professionals alike. Gain insights into cell structures,
1 views • 70 slides
Understanding Lucene: A Comprehensive Overview of a Powerful Search Software
Lucene is an open-source search software library that provides Java-based indexing and search capabilities, spellchecking, hit highlighting, and advanced analysis/tokenization features. Used by major companies like LinkedIn, Twitter, Netflix, and more, Lucene is known for its scalability, high-perfo
0 views • 58 slides
Understanding ISAM Indexes and Tree-Structured Indexing Techniques
This content delves into the concepts of ISAM (Indexed Sequential Access Method) indexes and tree-structured indexing techniques used in database management. It explores the differences between ISAM and B+ trees, the implementation of sparse and dense indexes, and the structure of ISAM tree indexes.
0 views • 12 slides
Unified Detection Framework for Deviant Behavior Recognition in Autonomous Agents
This study focuses on detecting deviant behavior in autonomous agents using spatio-temporal traces and behavior patterns. It explores the challenges of recognizing activities and representing complex behaviors, emphasizing the need for multi-view detectors and accumulators for comprehensive behavior
0 views • 28 slides
Innovations in Intelligent Transportation Systems and Applications
In this informative content, various aspects of Intelligent Transportation Systems (ITS) are discussed, including safety applications to make drivers aware of unseen hazards, efficiency/convenience/mobility applications for on-route traffic and weather conditions, environmental/energy applications s
0 views • 75 slides
Understanding Partitives and Verbal Indexing in Language
Partitives are grammatical constructions used to encode true-partitive relations, involving quantifiers and restrictors. They can also express plain quantification. Verbs may vary in indexing within partitives. Pseudo-partitives and true partitives exemplify how partitive constructions work. This st
0 views • 31 slides
Overview of Temporal Data Models and Time Dimensions in Databases
Explore the concepts of temporal data models and time dimensions in databases, covering topics such as data structures, query languages, different timestamp types, valid time, and transaction time. Learn about the importance of supporting various time aspects in database systems and the complexities
0 views • 52 slides
Semi-Indexing Semi-Structured Data in Tiny Space by Giuseppe Ottaviano and Roberto Grossi
This article discusses the concept of semi-indexing for semi-structured data in limited space, presented by Giuseppe Ottaviano and Roberto Grossi from the University of Pisa. The study explores efficient data organization techniques to optimize storage and access for structured information.
0 views • 19 slides
Spark & MongoDB Integration for LSST Workshop
Explore the use of Spark and MongoDB for processing workflows in the LSST workshop, focusing on parallelism, distribution, intermediate data handling, data management, and distribution methods. Learn about converting data formats, utilizing GeoSpark for 2D indexing, and comparing features with QServ
0 views • 22 slides
Exploring NoSQL Database Scalability Using Indexing Techniques
Dive into the world of NoSQL database scalability by understanding how indexing enables richer queries and how local indexing impacts partitioning, updates, and lookups across distributed databases.
0 views • 59 slides
String Manipulation in Java: Operations, Indexing, and Methods
The class String in Java provides operations to manipulate strings, where a string is a sequence of characters enclosed in double quotation marks. String operations include indexing, determining string length, concatenation, and various methods such as indexOf, substring, toLowerCase, and toUpperCas
0 views • 17 slides
Advanced Techniques for User Identification in Transportation Using GPS and Accelerometer Data
This research focuses on transportation mode recognition and user identification by analyzing GPS and accelerometer data. The study involves data collection from varying conditions with over 500 trips and 150 hours of data, processed using spatio-temporal techniques. Features such as mean, deviation
0 views • 33 slides
Flexible Spatio-temporal Indexing Scheme for Large Scale GPS Tracks Retrieval
This research paper discusses a novel spatio-temporal indexing scheme optimized for managing large-scale GPS data. The study introduces a stochastic process model to simulate user behavior in uploading GPS tracks, leading to a more efficient indexing scheme with smaller size, minimal update efforts,
0 views • 24 slides
Enhancing Arabic Search and Web Visibility for Libraries
Naseej offers innovative solutions for Arabic searching, indexing, and web visibility in libraries. By focusing on high recall and precision, Naseej Smart Arabic Processor and unique indexing techniques cater to the specific needs of Arabic language handling. The integration of Library Link Network
0 views • 10 slides