Goto

Collaborating Authors

 Technology


'Chemical-spraying' drones reportedly stolen from New Jersey facility sparks fears of 'nightmare scenario'

Daily Mail - Science & tech

Rob Reiner's son Jake shares horrific new details from night of his parents' murders and says it is'almost impossible to process' that his brother Nick has been charged with the killings Bloodbath on the streets as millions of dogs are'massacred' by firing squad ahead of the World Cup Tucker Carlson's secret heiress sister reveals bitter feud over family fortune: He says'I don't know her'... but trove of photos tells a very different story Lesbian sex secrets of Kristi Noem's ICE leader: Ex lover claims jealous rages over men, screaming through hotel walls... and vile tight bodysuit demand Hidden cameras at NYC's live animal markets expose filthy conditions, disease risks, and brutal treatment of chickens, ducks, rabbits and sheep MAUREEN CALLAHAN: Dark indisputable Michael Jackson truths Hollywood STILL covers up. His own daughter reportedly now thinks he was a pedophile, so why's this so hard to say? Scandal after high-ranking female prison officer gave birth to twins... as shocking rumor spreads about identity of their father My senior government source has told me why these scientists may REALLY be going missing. This is so serious even the President is being kept on a'need-to-know basis': KENNEDY Former NFL quarterback Tim Tebow announces tragic news of dad's death after battle with Parkinson's in heartbreaking post Reclusive Athina Onassis, heiress to $2.7billion fortune who stepped away from public life after humiliating heartbreak, breaks cover at Barcelona Bridal Week in rare public appearance Sam's Club just launched a perk that targets Costco's biggest flaw Disappointed customers reveal the most'overrated' chain restaurants... do YOU have good taste? Woke author who boasted about shoplifting from Whole Foods flies into foul-mouthed RAGE when confronted outside her $2.2m Brooklyn brownstone Sherrone Moore's ex-mistress reveals pregnancy as she details night fired Michigan coach came to her apartment Troubling past of'father of the year' who murdered son, 11, in airport bathroom... as grieving grandpa reveals warning sign that something awful was about to happen US threatens to'review' UK claim to Falklands Islands and ban Spain from NATO as punishment for failure to back Iran War'Chemical-spraying' drones reportedly stolen from New Jersey facility sparks fears of'nightmare scenario' An alarm has erupted after 15 powerful agricultural spray drones were stolen in a suspected coordinated heist in New Jersey last month. A report from The High Side claimed the FBI is investigating the theft amid fears the machines could be used to disperse dangerous materials.


Appendix

Neural Information Processing Systems

In this section we motivate the design choices and inductive biases that we encode into our neural encoder network e, which is the network that is used to model the relative accuracies of the weak supervision sources ฮป. Recall that we model the probability of a particular sample x X having the class label y Y = {1,...,C}as Pฮธ(y|ฮป) = softmax(s)yP(y), (4) s = ฮธ(ฮป,x)Tฮป RC . Connection to prior PGM models We now motivate this choice by deriving a less expressive variant of it from the standard Markov Random Field (MRF) used in the related work. If we view the attention scores ฮธ(ฮป,x) Rm, that assign sample-dependent accuracies to each labeling function, as sample-independent parameters ฮธ1 and, by that, drop the features from the equation - as is done in the related work [30, 32, 19, 11] - we can rewrite Eq. 4 as exp ฮธT1 1 {ฮป = y} P We can recognize Pฮธ as a distribution from the exponential familiy, and more specifically as a pairwise MRF, or factor graph, with canonical parameters ฮธ = (ฮธ1,ฮธ2) and corresponding sufficient statistics, or factors, ฯ†(ฮป,y) = (ฯ†1(ฮป,y),ฯ†2(ฮป)), as well as the log partition function Zฮธ. The accuracy factors and parameters ฯ†1,ฮธ1 are the core component of this model and sometimes take the form ฯ†1(ฮปy) = ฮปy in binary models as in [30, 19, 11]. The label-independent factors ฯ†2(ฮป) have, as can be seen from the derivation above, no direct influence on the latent label posterior, but are often used to model labeling propensities 1 {ฮป 6= 0}and correlation dependencies 1 {ฮปi = ฮปj}, which can be important for PGM parameter learning, but are susceptible to misspecifications [39, 11, 8].


0be50b4590f1c5fdf4c8feddd63c4f67-Supplemental-Datasets_and_Benchmarks.pdf

Neural Information Processing Systems

In Figure 1 we demonstrate the common neighbor (CN) distribution among positive and negative test samples for ogbl-collab, ogbl-ppa, and ogbl-citation2. These results demonstrate that a vast majority of negative samples have no CNs. Since CNs is a typically good heuristic, this makes it easy to identify most negative samples. We further present the CN distribution of Cora, Citeseer, Pubmed, and ogbl-ddi in Figure 3. The CN distribution of Cora, Citeseer, and Pubmed are consistent with our previous observations on the OGB datasets in Figure 1.


Evaluating Graph Neural Networks for Link Prediction: Current Pitfalls and New Benchmarking

Neural Information Processing Systems

Link prediction attempts to predict whether an unseen edge exists based on only a portion of edges of a graph. A flurry of methods have been introduced in recent years that attempt to make use of graph neural networks (GNNs) for this task. Furthermore, new and diverse datasets have also been created to better evaluate the effectiveness of these new models. However, multiple pitfalls currently exist that hinder our ability to properly evaluate these new methods. These pitfalls mainly include: (1) Lower than actual performance on multiple baselines, (2) A lack of a unified data split and evaluation metric on some datasets, and (3) An unrealistic evaluation setting that uses easy negative samples. To overcome these challenges, we first conduct a fair comparison across prominent methods and datasets, utilizing the same dataset and hyperparameter search settings. We then create a more practical evaluation setting based on a Heuristic Related Sampling Technique (HeaRT), which samples hard negative samples via multiple heuristics. The new evaluation setting helps promote new challenges and opportunities in link prediction by aligning the evaluation with real-world situations.


ALabel model and illustrations

Neural Information Processing Systems

A.1 Majority Voting The Majority Voting (MV) is the most intuitive algorithm for aggregate LFs' annotations. We omit this case for simplicity. A.3 Snorkel MeTaL The parameters ยตof Snorkel MeTaL [31] are given by Bayes' theorem we have: pยต(y = c,ฮป = m) = pยต(ฮป = m | y = c)p(y = c) = Consider a label model g(L(x),x) F in arbitrary functional class F, e.g., neural network, and having additional dependency on data feature x4, we can still approximate such complicated function with identity function-based label model g W(x)(L(x)) similar to the aforementioned one except that W(x): X RM (C+1) C is a similarly complicated function, e.g., neural network, that maps each data x X to a unique label model parameter W(x). We leave the exploration of more complicated form of label models into future work. B.1 Case 1: identity function We define the loss with reweighted sample as, Instead of employing the decomposing loss function, we introduce a more general influence estimation method - weight-moving Influence, which get ride of the loss decomposition and approximation and is agnostic to the selection of ฯƒ() function.


Understanding Programmatic Weak Supervision via Source-aware Influence Function

Neural Information Processing Systems

Programmatic Weak Supervision (PWS) aggregates the source votes of multiple weak supervision sources into probabilistic training labels, which are in turn used to train an end model. With its increasing popularity, it is critical to have some tool for users to understand the influence of each component (e.g., the source vote or training data) in the pipeline and interpret the end model behavior. To achieve this, we build on Influence Function (IF) and propose source-aware IF2, which leverages the generation process of the probabilistic labels to decompose the end model's training objective and then calculate the influence associated with each (data, source, class) tuple. These primitive influence score can then be used to estimate the influence of individual component of PWS, such as source vote, supervision source, and training data. On datasets of diverse domains, we demonstrate multiple use cases: (1) interpreting incorrect predictions from multiple angles that reveals insights for debugging the PWS pipeline, (2) identifying mislabeling of sources with a gain of 9%-37% over baselines, and (3) improving the end model's generalization performance by removing harmful components in the training objective (13%-24% better than ordinary IF).


Details

Neural Information Processing Systems

We formalize and generalize the notation of Section 4.1 and prove the results. For the remainder of this section, we fix a dimension D (e.g. The D-dimensional SSM will be a map from a function u: D! to y: D!. Definition 2 (Indexing notation). Given a subset I [D], let I denote its complement [D]\I. Given a 2 N1 and b 2 N2, let a b 2 N1 N2 be defined as (a b)n1,n2 = an1bn2.