Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Series Title
      Series Title
      Clear All
      Series Title
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Content Type
    • Item Type
    • Is Full-Text Available
    • Subject
    • Country Of Publication
    • Publisher
    • Source
    • Target Audience
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
18,482 result(s) for "Counting"
Sort by:
Count it!
\"Vibrant, full-color photos and carefully leveled text encourage young readers to practice counting things around them in different ways.\"--Provided by the publisher.
k-Clique counting on large scale-graphs: a survey
Clique counting is a crucial task in graph mining, as the count of cliques provides different insights across various domains, social and biological network analysis, community detection, recommendation systems, and fraud detection. Counting cliques is algorithmically challenging due to combinatorial explosion, especially for large datasets and larger clique sizes. There are comprehensive surveys and reviews on algorithms for counting subgraphs and triangles (three-clique), but there is a notable lack of reviews addressing k-clique counting algorithms for k > 3. This paper addresses this gap by reviewing clique counting algorithms designed to overcome this challenge. Also, a systematic analysis and comparison of exact and approximation techniques are provided by highlighting their advantages, disadvantages, and suitability for different contexts. It also presents a taxonomy of clique counting methodologies, covering approximate and exact methods and parallelization strategies. The paper aims to enhance understanding of this specific domain and guide future research of k-clique counting in large-scale graphs.
Dual-Source Photon-Counting Computed Tomography—Part I: Clinical Overview of Cardiac CT and Coronary CT Angiography Applications
The photon-counting detector (PCD) is a new computed tomography detector technology (photon-counting computed tomography, PCCT) that provides substantial benefits for cardiac and coronary artery imaging. Compared with conventional CT, PCCT has multi-energy capability, increased spatial resolution and soft tissue contrast with near-null electronic noise, reduced radiation exposure, and optimization of the use of contrast agents. This new technology promises to overcome several limitations of traditional cardiac and coronary CT angiography (CCT/CCTA) including reduction in blooming artifacts in heavy calcified coronary plaques or beam-hardening artifacts in patients with coronary stents, and a more precise assessment of the degree of stenosis and plaque characteristic thanks to its better spatial resolution. Another potential application of PCCT is the use of a double-contrast agent to characterize myocardial tissue. In this current overview of the existing PCCT literature, we describe the strengths, limitations, recent applications, and promising developments of employing PCCT technology in CCT.
Numeralia
This book presents children with the opportunity to go beyond simply learning to count from zero to ten. It encourages very young children (and older ones as well) to create their own meanings and make their own connections between the text and the art.
Grandpa Gazillion's number yard
Grandpa Gazillion and Hildegarde show many different uses for the numbers one through twenty at their number yard.
Dual Source Photon-Counting Computed Tomography—Part II: Clinical Overview of Neurovascular Applications
Photon-counting detector (PCD) is a novel computed tomography detector technology (photon-counting computed tomography—PCCT) that presents many advantages in the neurovascular field, such as increased spatial resolution, reduced radiation exposure, and optimization of the use of contrast agents and material decomposition. In this overview of the existing literature on PCCT, we describe the physical principles, the advantages and the disadvantages of conventional energy integrating detectors and PCDs, and finally, we discuss the applications of the PCD, focusing specifically on its implementation in the neurovascular field.
AutoScale: Learning to Scale for Crowd Counting
Recent works on crowd counting mainly leverage Convolutional Neural Networks (CNNs) to count by regressing density maps, and have achieved great progress. In the density map, each person is represented by a Gaussian blob, and the final count is obtained from the integration of the whole map. However, it is difficult to accurately predict the density map on dense regions. A major issue is that the density map on dense regions usually accumulates density values from a number of nearby Gaussian blobs, yielding different large density values on a small set of pixels. This makes the density map present variant patterns with significant pattern shifts and brings a long-tailed distribution of pixel-wise density values. In this paper, we aim to address such issue in the density map. Specifically, we propose a simple and effective Learning to Scale (L2S) module, which automatically scales dense regions into reasonable closeness levels (reflecting image-plane distance between neighboring people). L2S directly normalizes the closeness in different patches such that it dynamically separates the overlapped blobs, decomposes the accumulated values in the ground-truth density map, and thus alleviates the pattern shifts and long-tailed distribution of density values. This helps the model to better learn the density map. We also explore the effectiveness of L2S in localizing people by finding the local minima of the quantized distance (w.r.t. person location map), which has a similar issue as density map regression. To the best of our knowledge, such localization method is also novel in localization-based crowd counting. We further introduce a customized dynamic cross-entropy loss, significantly improving the localization-based model optimization. Extensive experiments demonstrate that the proposed framework termed AutoScale improves upon some state-of-the-art methods in both regression and localization benchmarks on three crowded datasets and achieves very competitive performance on two sparse datasets. An implementation of our method is available at https://github.com/dk-liang/AutoScale.git.