Skip to main content

Showing 1–5 of 5 results for author: Chaoji, V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2006.03239  [pdf, other

    cs.LG math.OC stat.ML

    Think out of the package: Recommending package types for e-commerce shipments

    Authors: Karthik S. Gurumoorthy, Subhajit Sanyal, Vineet Chaoji

    Abstract: Multiple product attributes like dimensions, weight, fragility, liquid content etc. determine the package type used by e-commerce companies to ship products. Sub-optimal package types lead to damaged shipments, incurring huge damage related costs and adversely impacting the company's reputation for safe delivery. Items can be shipped in more protective packages to reduce damage costs, however this… ▽ More

    Submitted 5 June, 2020; originally announced June 2020.

    Comments: Accepted in ECML-PKDD 2020

  2. Detection of Review Abuse via Semi-Supervised Binary Multi-Target Tensor Decomposition

    Authors: Anil R. Yelundur, Vineet Chaoji, Bamdev Mishra

    Abstract: Product reviews and ratings on e-commerce websites provide customers with detailed insights about various aspects of the product such as quality, usefulness, etc. Since they influence customers' buying decisions, product reviews have become a fertile ground for abuse by sellers (colluding with reviewers) to promote their own products or to tarnish the reputation of competitor's products. In this p… ▽ More

    Submitted 23 May, 2019; v1 submitted 15 May, 2019; originally announced May 2019.

    Comments: Accepted to the 25th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, 2019. Contains supplementary material. arXiv admin note: text overlap with arXiv:1804.03836

  3. arXiv:1709.08761  [pdf

    cs.CV

    Image similarity using Deep CNN and Curriculum Learning

    Authors: Srikar Appalaraju, Vineet Chaoji

    Abstract: Image similarity involves fetching similar looking images given a reference image. Our solution called SimNet, is a deep siamese network which is trained on pairs of positive and negative images using a novel online pair mining strategy inspired by Curriculum learning. We also created a multi-scale CNN, where the final image embedding is a joint representation of top as well as lower layer embeddi… ▽ More

    Submitted 13 July, 2018; v1 submitted 25 September, 2017; originally announced September 2017.

    Comments: 9 pages, 6 figures, GHCI 17 conference

  4. arXiv:1301.0977  [pdf, ps, other

    cs.DB cs.DS

    DAGGER: A Scalable Index for Reachability Queries in Large Dynamic Graphs

    Authors: Hilmi Yildirim, Vineet Chaoji, Mohammed J. Zaki

    Abstract: With the ubiquity of large-scale graph data in a variety of application domains, querying them effectively is a challenge. In particular, reachability queries are becoming increasingly important, especially for containment, subsumption, and connectivity checks. Whereas many methods have been proposed for static graph reachability, many real-world graphs are constantly evolving, which calls for dyn… ▽ More

    Submitted 6 January, 2013; originally announced January 2013.

    Comments: 11 pages, 7 figures, 2 tables

    ACM Class: H.3.3

  5. arXiv:1203.2886  [pdf, ps, other

    cs.DB cs.DS

    BitPath -- Label Order Constrained Reachability Queries over Large Graphs

    Authors: Medha Atre, Vineet Chaoji, Mohammed J. Zaki

    Abstract: In this paper we focus on the following constrained reachability problem over edge-labeled graphs like RDF -- "given source node x, destination node y, and a sequence of edge labels (a, b, c, d), is there a path between the two nodes such that the edge labels on the path satisfy a regular expression "*a.*b.*c.*d.*". A "*" before "a" allows any other edge label to appear on the path before edge "a"… ▽ More

    Submitted 13 March, 2012; originally announced March 2012.

    Report number: RPI-CS 12-02 ACM Class: H.2.4; E.1; E.2